]> git.pld-linux.org Git - packages/gnustep-gui.git/commitdiff
- kill .cvsignore files from Documentation
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 5 Sep 2003 23:12:25 +0000 (23:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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

gnustep-gui.spec

index 973599ed1b57df6bf8e5a330728393f9086329a6..9435aef51ad880dedecd5501e6cfeaabc613aa28 100644 (file)
@@ -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
This page took 0.029916 seconds and 4 git commands to generate.