]> git.pld-linux.org Git - packages/libpng12.git/commitdiff
- builds on x86-64.
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 1 May 2006 16:04:22 +0000 (16:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- libpng.so.3 removed from files (it's genereted by ldconfig).

Changed files:
    libpng12.spec -> 1.103

libpng12.spec

index 964a14b4313ed58c2cff0ef3fbeceb9b54491119..6913f0be79c907ea09e2218bf5d8e9b3533737ab 100644 (file)
@@ -154,11 +154,15 @@ ln -sf scripts/makefile.linux ./Makefile
 %endif
 
 %build
+%configure \
+       --with-libpng-compat
+
 %{__make} \
        prefix=%{_prefix} \
        LIBPATH=%{_libdir} \
        CC="%{__cc}" \
        OPT_FLAGS="%{rpmcflags}"
+
 %{__make} -C contrib/pngminus -f makefile.std \
        LIBPATH=%{_libdir} \
        CC="%{__cc}" \
@@ -187,13 +191,13 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc ANNOUNCE CHANGES KNOWNBUG README LICENSE
-%attr(755,root,root) %{_libdir}/*.so.*.*
-%{_libdir}/libpng.so.3
+%attr(755,root,root) %{_libdir}/*.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
 %doc *.txt
 %attr(755,root,root) %{_bindir}/libpng*-config
+%{_libdir}/lib*.la
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_pkgconfigdir}/*
 %{_includedir}/*
This page took 0.086274 seconds and 4 git commands to generate.