SPECS: xorg-app-xdriinfo.spec (NEW) - new (build not tested yet)
qboosh
qboosh at pld-linux.org
Sat Oct 22 02:26:30 CEST 2005
Author: qboosh Date: Sat Oct 22 00:26:30 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new (build not tested yet)
---- Files affected:
SPECS:
xorg-app-xdriinfo.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/xorg-app-xdriinfo.spec
diff -u /dev/null SPECS/xorg-app-xdriinfo.spec:1.1
--- /dev/null Sat Oct 22 02:26:30 2005
+++ SPECS/xorg-app-xdriinfo.spec Sat Oct 22 02:26:24 2005
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+Summary: xdriinfo application
+Summary(pl): Aplikacja xdriinfo
+Name: xorg-app-xdriinfo
+Version: 0.99.1
+Release: 0.1
+License: MIT
+Group: X11/Applications
+Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC1/app/xdriinfo-%{version}.tar.bz2
+# Source0-md5: cef02cf2f930fbe3b144d20ca6630b4d
+URL: http://xorg.freedesktop.org/
+BuildRequires: Mesa-libGL-devel
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake
+BuildRequires: pkgconfig >= 0.19
+BuildRequires: xorg-lib-libX11-devel
+BuildRequires: xorg-proto-glproto-devel
+BuildRequires: xorg-util-util-macros >= 0.99.1
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+xdriinfo application.
+
+%description -l pl
+Aplikacja xdriinfo.
+
+%prep
+%setup -q -n xdriinfo-%{version}
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT \
+ appmandir=%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*.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/10/22 00:26:24 qboosh
+- new (build not tested yet)
================================================================
More information about the pld-cvs-commit
mailing list