SPECS: xorg-util-gccmakedep.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Mon Dec 19 15:40:19 CET 2005
Author: qboosh Date: Mon Dec 19 14:40:19 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
xorg-util-gccmakedep.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/xorg-util-gccmakedep.spec
diff -u /dev/null SPECS/xorg-util-gccmakedep.spec:1.1
--- /dev/null Mon Dec 19 15:40:19 2005
+++ SPECS/xorg-util-gccmakedep.spec Mon Dec 19 15:40:14 2005
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+Summary: gccmakedep utility
+Summary(pl): Narzędzie gccmakedep
+Name: xorg-util-gccmakedep
+Version: 1.0.0
+Release: 0.1
+License: MIT
+Group: X11/Development/Tools
+Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC4/util/gccmakedep-%{version}.tar.bz2
+# Source0-md5: caf5192a74a0f34445cce44bf45580e9
+URL: http://xorg.freedesktop.org/
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake
+BuildRequires: cpp
+BuildRequires: xorg-util-util-macros >= 0.99.2
+Requires: cpp
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+gccmakedep utility.
+
+%description -l pl
+Narzędzie gccmakedep.
+
+%prep
+%setup -q -n gccmakedep-%{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)
+%doc ChangeLog
+%attr(755,root,root) %{_bindir}/gccmakedep
+%{_mandir}/man1/gccmakedep.1x*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/12/19 14:40:14 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list