SPECS: xorg-util-xmkmf.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Sat Oct 22 21:15:50 CEST 2005
Author: qboosh Date: Sat Oct 22 19:15:50 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
xorg-util-xmkmf.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/xorg-util-xmkmf.spec
diff -u /dev/null SPECS/xorg-util-xmkmf.spec:1.1
--- /dev/null Sat Oct 22 21:15:50 2005
+++ SPECS/xorg-util-xmkmf.spec Sat Oct 22 21:15:45 2005
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+Summary: xmkmf utility
+Summary(pl): Narzędzie xmkmf
+Name: xorg-util-xmkmf
+Version: 0.99.1
+Release: 0.1
+License: MIT
+Group: X11/Development/Tools
+Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC1/util/xmkmf-%{version}.tar.bz2
+# Source0-md5: a73c996b16a35aa04ad285e652d60f2a
+URL: http://xorg.freedesktop.org/
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake
+BuildRequires: cpp
+BuildRequires: pkgconfig >= 1:0.19
+BuildRequires: xorg-util-util-macros
+# cannot be noarch because of %{_libdir}/X11/config path hardcoded into xmkmf
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+xmkmf utility.
+
+%description -l pl
+Narzędzie xmkmf.
+
+%prep
+%setup -q -n xmkmf-%{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}/xmkmf
+%{_mandir}/man1/xmkmf.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/22 19:15:45 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list