]> git.pld-linux.org Git - packages/libpng.git/commitdiff
- release 7
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 14 Dec 2000 16:39:15 +0000 (16:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed use of RPM_OPT_FLAGS

Changed files:
    libpng.spec -> 1.35

libpng.spec

index 5e9b5bddbc9741ca8ebe3f636d8f2e8a8ddfe95a..249085fb5c19f3e6d81a3af029a2e9a88c0f71aa 100644 (file)
@@ -5,7 +5,7 @@ Summary(pl):    Biblioteka PNG
 Summary(tr):   PNG kitaplýðý
 Name:          libpng
 Version:       1.0.8
-Release:       6
+Release:       7
 Epoch:         2
 License:       Distributable
 Group:         Libraries
@@ -110,9 +110,9 @@ Narz
 ln -s scripts/makefile.linux ./Makefile
 
 %build
-%{__make}  
+%{__make} OPT_FLAGS="$RPM_OPT_FLAGS"
 cd contrib/pngminus
-%{__make} -f makefile.std
+%{__make} -f makefile.std OPT_FLAGS="$RPM_OPT_FLAGS -I../../"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.175748 seconds and 4 git commands to generate.