]> git.pld-linux.org Git - packages/libpng.git/commitdiff
- updated to 1.2.1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 13 Mar 2002 10:48:43 +0000 (10:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libpng.spec -> 1.56

libpng.spec

index 81afc175aee6e5d04e6f4a29b047572ce361c4d5..fa830c53f2a63a115e0effc8d5104dd7d6e3a85f 100644 (file)
@@ -6,8 +6,8 @@ Summary(pl):    Biblioteka PNG
 Summary(pt_BR):        Biblioteca PNG
 Summary(tr):   PNG kitaplýðý
 Name:          libpng
-Version:       1.2.0
-Release:       2
+Version:       1.2.1
+Release:       1
 Epoch:         2
 License:       distributable
 Group:         Libraries
@@ -139,16 +139,17 @@ Narz
 ln -sf scripts/makefile.linux ./Makefile
 
 %build
-%{__make} OPT_FLAGS="%{rpmcflags}"
-cd contrib/pngminus
-%{__make} -f makefile.std \
-       OPT_FLAGS="%{rpmcflags} -I../../"
+%{__make} \
+       OPT_FLAGS="%{rpmcflags}"
+%{__make} -C contrib/pngminus -f makefile.std \
+       OPT_FLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_mandir}/man{3,5}}
 
-%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
+%{__make} install \
+       prefix=$RPM_BUILD_ROOT%{_prefix}
 
 install png.5 $RPM_BUILD_ROOT%{_mandir}/man5/
 install {libpngpf,libpng}.3 $RPM_BUILD_ROOT%{_mandir}/man3/
This page took 0.120801 seconds and 4 git commands to generate.