]> git.pld-linux.org Git - packages/fakeroot.git/commitdiff
- release 6: move gzipping %doc to %build (make spec --short-circuit ready). fakeroot-0_4_5-6
authorkloczek <kloczek@pld-linux.org>
Wed, 15 May 2002 07:14:09 +0000 (07:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fakeroot.spec -> 1.16

fakeroot.spec

index 3a3a95e2a63e23963786f59a27cbca0aa392b845..fd28055155ee25c676a859a6e63ae94688878212 100644 (file)
@@ -3,7 +3,7 @@ Summary(pl):    Umo
 Summary(pt_BR):        Cria um falso ambiente de root
 Name:          fakeroot
 Version:       0.4.5
 Summary(pt_BR):        Cria um falso ambiente de root
 Name:          fakeroot
 Version:       0.4.5
-Release:       5
+Release:       6
 %define                debver 2.3
 License:       GPL (see COPYING)
 Group:         Development/Tools
 %define                debver 2.3
 License:       GPL (see COPYING)
 Group:         Development/Tools
@@ -55,13 +55,13 @@ automake -a -c -f --foreign
 %configure
 %{__make}
 
 %configure
 %{__make}
 
+gzip -9nf DEBUG AUTHORS COPYING README.fake BUGS debian/changelog
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf DEBUG AUTHORS COPYING README.fake BUGS debian/changelog
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.034093 seconds and 4 git commands to generate.