SPECS: myclear.spec - unify
glen
glen at pld-linux.org
Wed Feb 25 01:57:04 CET 2009
Author: glen Date: Wed Feb 25 00:57:04 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- unify
---- Files affected:
SPECS:
myclear.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/myclear.spec
diff -u SPECS/myclear.spec:1.1 SPECS/myclear.spec:1.2
--- SPECS/myclear.spec:1.1 Sun Feb 22 23:23:24 2009
+++ SPECS/myclear.spec Wed Feb 25 01:56:58 2009
@@ -34,8 +34,8 @@
EOF
%build
-pod2man %SOURCE0 > %{name}.1
-pod2text %SOURCE0 > %{name}.txt
+pod2man %{SOURCE0} > %{name}.1
+pod2text %{SOURCE0} > %{name}.txt
%install
rm -rf $RPM_BUILD_ROOT
@@ -49,9 +49,9 @@
%files
%defattr(644,root,root,755)
+%doc COPYING %{name}.txt
%attr(755,root,root) %{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
-%doc COPYING %{name}.txt
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -59,6 +59,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2009/02/25 00:56:58 glen
+- unify
+
Revision 1.1 2009/02/22 22:23:24 pawelz
- initial PLD release
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/myclear.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list