Author: qboosh Date: Sat Oct 22 19:07:41 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: xorg-sgml-doctools.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/xorg-sgml-doctools.spec diff -u /dev/null SPECS/xorg-sgml-doctools.spec:1.1 --- /dev/null Sat Oct 22 21:07:41 2005 +++ SPECS/xorg-sgml-doctools.spec Sat Oct 22 21:07:35 2005 @@ -0,0 +1,54 @@ +# $Revision$, $Date$ +Summary: Shared entity definitions for XFree86/X.org documentation +Summary(pl): Współdzielone definicje encji dla dokumentacji XFree86/X.org +Name: xorg-sgml-doctools +Version: 0.99.1 +Release: 0.1 +License: MIT +Group: X11/Development/Tools +Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC1/doc/%{name}-%{version}.tar.bz2 +# Source0-md5: 94ad622e56df53d571fe19b43f37f7a4 +URL: http://xorg.freedesktop.org/ +BuildRequires: autoconf >= 2.57 +BuildRequires: automake +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Shared entity definitions for XFree86/X.org documentation. + +%description -l pl +Współdzielone definicje encji dla dokumentacji XFree86/X.org. + +%prep +%setup -q + +%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) +%{_datadir}/X11/sgml + +%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:07:35 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
