Author: qboosh Date: Sat Oct 22 19:10:48 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: xorg-util-imake.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/xorg-util-imake.spec diff -u /dev/null SPECS/xorg-util-imake.spec:1.1 --- /dev/null Sat Oct 22 21:10:48 2005 +++ SPECS/xorg-util-imake.spec Sat Oct 22 21:10:43 2005 @@ -0,0 +1,57 @@ +# $Revision$, $Date$ +Summary: imake utility +Summary(pl): Narzędzie imake +Name: xorg-util-imake +Version: 0.99.1 +Release: 0.1 +License: MIT +Group: X11/Development/Tools +Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC1/util/imake-%{version}.tar.bz2 +# Source0-md5: 22d858e001283a82817db7629c29bbdb +URL: http://xorg.freedesktop.org/ +BuildRequires: autoconf >= 2.57 +BuildRequires: automake +BuildRequires: pkgconfig >= 1:0.19 +BuildRequires: xorg-proto-xproto-devel +BuildRequires: xorg-util-util-macros +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +imake utility. + +%description -l pl +Narzędzie imake. + +%prep +%setup -q -n imake-%{version} + +%build +%{__aclocal} +%{__autoconf} +%{__automake} +%configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/imake +%{_mandir}/man1/imake.1* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/10/22 19:10:43 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
