]> git.pld-linux.org Git - packages/perl-PGPLOT.git/commitdiff
- use new rpm automation. perl-PGPLOT-2_17-1
authorkloczek <kloczek@pld-linux.org>
Fri, 17 Nov 2000 15:10:13 +0000 (15:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-PGPLOT.spec -> 1.10

perl-PGPLOT.spec

index cf9e31f295871a8018c71820947f3d1d480975ef..0299543d93ea8176ae46ef6740aaa1a62bb62837 100644 (file)
@@ -29,22 +29,14 @@ PGPLOT - interfejs perla do biblioteki graficznej PGPLOT.
 
 %build
 perl Makefile.PL
-%{__make} OPTIMIZE="$RPM_OPT_FLAGS"
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-
-strip --strip-unneeded $RPM_BUILD_ROOT/%{perl_sitearch}/auto/PGPLOT/*.so
 
-(
-  cd $RPM_BUILD_ROOT%{perl_sitearch}/auto/PGPLOT
-  sed -e "s#$RPM_BUILD_ROOT##" .packlist >.packlist.new
-  mv .packlist.new .packlist
-)
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man3/* \
-        CHANGES README HELP
+gzip -9nf CHANGES README HELP
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 1.58596 seconds and 4 git commands to generate.