]> git.pld-linux.org Git - packages/gtk-doc.git/commitdiff
- added gzipping %doc. gtk-doc-0_4b1-1
authorkloczek <kloczek@pld-linux.org>
Fri, 13 Apr 2001 22:36:21 +0000 (22:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gtk-doc.spec -> 1.2

gtk-doc.spec

index aa67e77b76a83069ccdea4e24e81e10987251f54..575b2f567955a34eff592dfcafddbff9250e724f 100644 (file)
@@ -22,14 +22,14 @@ gtk-doc is a tool for generating API reference documentation. It is
 used for generating the documentation for GTK+, GLib and GNOME.
 
 %prep
-
 %setup -q
 %patch -p1 -b .pubid
 # Move this doc file to avoid name collisions
 mv doc/README doc/README.docs
 
 %build
-%configure --enable-public-id
+%configure \
+       --enable-public-id
 %{__make}
 
 %install
@@ -37,13 +37,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
+gzip -9nf AUTHORS README doc/* examples/*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-
 %doc AUTHORS README doc/* examples
-
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/gtk-doc/
+%{_datadir}/gtk-doc
This page took 0.11479 seconds and 4 git commands to generate.