SPECS: lsb-release.spec (NEW) - very initial

glen glen at pld-linux.org
Mon Dec 31 01:52:47 CET 2007


Author: glen                         Date: Mon Dec 31 00:52:47 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- very initial

---- Files affected:
SPECS:
   lsb-release.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/lsb-release.spec
diff -u /dev/null SPECS/lsb-release.spec:1.1
--- /dev/null	Mon Dec 31 01:52:47 2007
+++ SPECS/lsb-release.spec	Mon Dec 31 01:52:42 2007
@@ -0,0 +1,46 @@
+# $Revision$, $Date$
+Summary:	LSB support for PLD Linux
+Name:		lsb-release
+Version:	2.0
+Release:	0.1
+License:	GPL v2 or later
+Source0:	%{name}-%{version}.tar.bz2
+Patch0:		%{name}-make.patch
+Group:		Base
+URL:		http://www.linuxbase.org/
+BuildRequires:	help2man
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Linux Standards Base (LSB) is an attempt to develop a set of
+standards that will increase compatibility among Linux distributions.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__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)
+%attr(755,root,root) %{_bindir}/lsb_release
+%{_mandir}/man1/lsb_release.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  2007-12-31 00:52:42  glen
+- very initial
+
================================================================


More information about the pld-cvs-commit mailing list