From: Jakub Bogusz Date: Fri, 5 Sep 2003 23:12:25 +0000 (+0000) Subject: - kill .cvsignore files from Documentation X-Git-Tag: auto/ac/gnustep-gui-0_9_3-1~8 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=3e8a68a7ad20325b27daf42cbf45ac63bfb0842a;p=packages%2Fgnustep-gui.git - kill .cvsignore files from Documentation - moved User docs and man1 page to base - don't include duplicate of ReleaseNotes (present in base) in -devel Changed files: gnustep-gui.spec -> 1.27 --- diff --git a/gnustep-gui.spec b/gnustep-gui.spec index 973599e..9435aef 100644 --- a/gnustep-gui.spec +++ b/gnustep-gui.spec @@ -91,6 +91,8 @@ rm -rf $RPM_BUILD_ROOT GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System \ INSTALL_ROOT_DIR=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT%{_prefix}/System/Library/Documentation \ + -type f -name .cvsignore | xargs rm -f # not (yet?) supported by rpm-compress-doc find $RPM_BUILD_ROOT%{_prefix}/System/Library/Documentation \ -type f -a ! -name '*.html' | xargs gzip -9nf @@ -108,6 +110,8 @@ rm -rf $RPM_BUILD_ROOT %docdir %{_prefix}/System/Library/Documentation %dir %{_prefix}/System/Library/Documentation/Developer/Gui %{_prefix}/System/Library/Documentation/Developer/Gui/ReleaseNotes +%{_prefix}/System/Library/Documentation/User/Gui +%{_prefix}/System/Library/Documentation/man/man1/* %dir %{_prefix}/System/Library/Bundles/TextConverters %dir %{_prefix}/System/Library/Bundles/TextConverters/RTFConverter.bundle @@ -171,9 +175,8 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(644,root,root,755) %docdir %{_prefix}/System/Library/Documentation -%{_prefix}/System/Library/Documentation/Developer/Gui -%{_prefix}/System/Library/Documentation/User/Gui -%{_prefix}/System/Library/Documentation/man/man1/* +%{_prefix}/System/Library/Documentation/Developer/Gui/Additions +%{_prefix}/System/Library/Documentation/Developer/Gui/Reference %{_prefix}/System/Library/Headers/%{libcombo}/AppKit %{_prefix}/System/Library/Headers/%{libcombo}/GNUstepGUI