SPECS: xorg-util-makedepend.spec (NEW) - initial
qboosh
qboosh at pld-linux.org
Fri Oct 21 12:26:23 CEST 2005
Author: qboosh Date: Fri Oct 21 10:26:23 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
xorg-util-makedepend.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/xorg-util-makedepend.spec
diff -u /dev/null SPECS/xorg-util-makedepend.spec:1.1
--- /dev/null Fri Oct 21 12:26:23 2005
+++ SPECS/xorg-util-makedepend.spec Fri Oct 21 12:26:16 2005
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+Summary: makedepend utility
+Summary(pl): Narzędzie makedepend
+Name: xorg-util-makedepend
+Version: 0.99.1
+Release: 0.1
+License: MIT
+Group: X11/Development/Tools
+Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC1/util/makedepend-%{version}.tar.bz2
+# Source0-md5: 59911ed2785b635ea7938508d12732fe
+URL: http://xorg.freedesktop.org/
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: pkgconfig >= 0.19
+BuildRequires: xorg-proto-xproto-devel
+BuildRequires: xorg-util-util-macros
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+makedepend utility.
+
+%description -l pl
+Narzędzie makedepend.
+
+%prep
+%setup -q -n makedepend-%{version}
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__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 AUTHORS COPYING ChangeLog
+%attr(755,root,root) %{_bindir}/makedepend
+%{_mandir}/man1/makedepend.1*
+
+%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/10/21 10:26:16 qboosh
+- initial
================================================================
More information about the pld-cvs-commit
mailing list