SPECS: xorg-util-lndir.spec (NEW) - new

qboosh qboosh at pld-linux.org
Mon Dec 19 15:43:20 CET 2005


Author: qboosh                       Date: Mon Dec 19 14:43:20 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   xorg-util-lndir.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/xorg-util-lndir.spec
diff -u /dev/null SPECS/xorg-util-lndir.spec:1.1
--- /dev/null	Mon Dec 19 15:43:20 2005
+++ SPECS/xorg-util-lndir.spec	Mon Dec 19 15:43:15 2005
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+Summary:	lndir utility
+Summary(pl):	Narzędzie lndir
+Name:		xorg-util-lndir
+Version:	1.0.0
+Release:	0.1
+License:	MIT
+Group:		X11/Development/Tools
+Source0:	http://xorg.freedesktop.org/releases/X11R7.0-RC4/util/lndir-%{version}.tar.bz2
+# Source0-md5:	a6e3f4d402654fbb8f965456cf94e7ab
+URL:		http://xorg.freedesktop.org/
+BuildRequires:	autoconf >= 2.57
+BuildRequires:	automake
+BuildRequires:	xorg-proto-xproto-devel
+BuildRequires:	xorg-util-util-macros >= 0.99.2
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+lndir utility.
+
+%description -l pl
+Narzędzie lndir.
+
+%prep
+%setup -q -n lndir-%{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}/lndir
+%{_mandir}/man1/lndir.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/12/19 14:43:15  qboosh
+- new
================================================================



More information about the pld-cvs-commit mailing list