SPECS: dia2code.spec - added man page, cleanup
arvenil
arvenil at pld-linux.org
Sun Oct 19 01:30:40 CEST 2008
Author: arvenil Date: Sat Oct 18 23:30:40 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added man page, cleanup
---- Files affected:
SPECS:
dia2code.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/dia2code.spec
diff -u SPECS/dia2code.spec:1.1 SPECS/dia2code.spec:1.2
--- SPECS/dia2code.spec:1.1 Sat Oct 18 19:12:02 2008
+++ SPECS/dia2code.spec Sun Oct 19 01:30:35 2008
@@ -42,13 +42,17 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
+install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README* TODO
+%doc AUTHORS ChangeLog README TODO
%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/%{name}.1*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -56,6 +60,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2008/10/18 23:30:35 arvenil
+- added man page, cleanup
+
Revision 1.1 2008/10/18 17:12:02 adamg
- new, from Lukasz Kies <kiesiu // kiesiu.com>
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dia2code.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list