SPECS: xorg-app-xinit.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Sat Oct 22 09:50:34 CEST 2005
Author: qboosh Date: Sat Oct 22 07:50:34 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
xorg-app-xinit.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/xorg-app-xinit.spec
diff -u /dev/null SPECS/xorg-app-xinit.spec:1.1
--- /dev/null Sat Oct 22 09:50:34 2005
+++ SPECS/xorg-app-xinit.spec Sat Oct 22 09:50:29 2005
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+Summary: xinit application
+Summary(pl): Aplikacja xinit
+Name: xorg-app-xinit
+Version: 0.99.2
+Release: 0.1
+License: MIT
+Group: X11/Applications
+Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC1/app/xinit-%{version}.tar.bz2
+# Source0-md5: c1934c751cd949c1a9afa3104a7ef357
+URL: http://xorg.freedesktop.org/
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake
+BuildRequires: cpp
+BuildRequires: pkgconfig >= 0.19
+BuildRequires: xorg-lib-libX11-devel
+BuildRequires: xorg-util-util-macros >= 0.99.1
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+xinit application.
+
+%description -l pl
+Aplikacja xinit.
+
+%prep
+%setup -q -n xinit-%{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 ChangeLog README
+%attr(755,root,root) %{_bindir}/*
+%{_libdir}/X11/xinit
+%{_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 07:50:29 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list