]> git.pld-linux.org Git - packages/dmake.git/commitdiff
- package docs and man page master auto/ti/dmake-4_11-0_2
authorzbyniu <zbyniu@pld-linux.org>
Wed, 8 Oct 2008 18:51:46 +0000 (18:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dmake.spec -> 1.2

dmake.spec

index c5a4bcce5ea3a7b51d5f81b1318dfee7c424463b..efddd52b64db7882b4167e9ffd04e3fb05add3ef 100644 (file)
@@ -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
This page took 0.099646 seconds and 4 git commands to generate.