summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzbyniu2008-10-08 18:51:46 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit8f38c38f3c66830d2be437a2590a5281fe671a00 (patch)
tree62fd22b45affeadae95b43e398ada52b35b3def6
parentc3f427d4a610f42f1f2f03e49743bce5483b6ef1 (diff)
downloaddmake-8f38c38f3c66830d2be437a2590a5281fe671a00.zip
dmake-8f38c38f3c66830d2be437a2590a5281fe671a00.tar.gz
- package docs and man pageHEADauto/ti/dmake-4_11-0_2master
Changed files: dmake.spec -> 1.2
-rw-r--r--dmake.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/dmake.spec b/dmake.spec
index c5a4bcc..efddd52 100644
--- a/dmake.spec
+++ b/dmake.spec
@@ -1,7 +1,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
@@ -28,11 +28,14 @@ environment.
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