Author: zbyniu Date: Wed Oct 8 18:51:51 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - package docs and man page
---- Files affected: SPECS: dmake.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/dmake.spec diff -u SPECS/dmake.spec:1.1 SPECS/dmake.spec:1.2 --- SPECS/dmake.spec:1.1 Wed Oct 8 12:51:40 2008 +++ SPECS/dmake.spec Wed Oct 8 20:51:46 2008 @@ -2,7 +2,7 @@ Summary: Distributed Make Name: dmake Version: 4.11 -Release: 0.1 +Release: 0.2 License: GPL Group: Development/Building Source0: http://tools.openoffice.org/dmake/%{name}_%{version}.zip @@ -29,11 +29,14 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +install -D man/dmake.tf $RPM_BUILD_ROOT%{_mandir}/man1/dmake.1 %files %defattr(644,root,root,755) +%doc ChangeLog NEWS readme/release.txt readme/public/unix.txt %attr(755,root,root) %{_bindir}/%{name} %{_datadir}/dmake +%{_mandir}/man1/dmake.1* %clean rm -rf $RPM_BUILD_ROOT @@ -44,6 +47,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2008/10/08 18:51:46 zbyniu +- package docs and man page + Revision 1.1 2008/10/08 10:51:40 zbyniu - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dmake.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
