SPECS: LDP-base.spec (NEW) - new

glen glen at pld-linux.org
Sat Sep 2 21:57:00 CEST 2006


Author: glen                         Date: Sat Sep  2 19:57:00 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   LDP-base.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/LDP-base.spec
diff -u /dev/null SPECS/LDP-base.spec:1.1
--- /dev/null	Sat Sep  2 21:57:00 2006
+++ SPECS/LDP-base.spec	Sat Sep  2 21:56:55 2006
@@ -0,0 +1,36 @@
+# $Revision$, $Date$
+Summary:	Base directory for LDP documents
+Name:		LDP-base
+Version:	1
+Release:	1
+License:	GPL
+Group:		Base
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains base directory for LDP (Linux Documentation
+Project) documents.
+
+%prep
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_docdir}/LDP
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_docdir}/LDP
+
+%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  2006/09/02 19:56:55  glen
+- new
+
================================================================


More information about the pld-cvs-commit mailing list