fix applying apng patch [release 1.5.17-2mamba;Tue Jul 02 2013]
This commit is contained in:
parent
66048a1a4f
commit
2cc4d36572
@ -1,2 +1,4 @@
|
|||||||
# libpng15
|
# libpng15
|
||||||
|
|
||||||
|
This package contains the library needed to run programs dynamically linked with libpng.
|
||||||
|
|
||||||
|
1677
libpng-1.5.17-apng.patch
Normal file
1677
libpng-1.5.17-apng.patch
Normal file
File diff suppressed because it is too large
Load Diff
194
libpng15.spec
Normal file
194
libpng15.spec
Normal file
@ -0,0 +1,194 @@
|
|||||||
|
### AUTOUPDATE-OFF: 1
|
||||||
|
%define dirver %(echo %version | cut -d. -f1-2 | tr -d .)
|
||||||
|
Name: libpng15
|
||||||
|
Version: 1.5.17
|
||||||
|
Release: 2mamba
|
||||||
|
Summary: A library of functions for manipulating PNG image format files
|
||||||
|
Group: System/Libraries
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: http://www.libpng.org/pub/png/libpng.html
|
||||||
|
Source: http://downloads.sourceforge.net/project/libpng/libpng15/%{version}/libpng-%{version}.tar.xz
|
||||||
|
Source1: http://downloads.sourceforge.net/project/libpng-apng/libpng15/%{version}/libpng-%{version}-apng.patch.gz
|
||||||
|
License: OSI Approved
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libz-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
|
%description
|
||||||
|
This package contains the library needed to run programs dynamically linked with libpng.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development tools for programs to manipulate PNG image format files
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
The libpng-devel package contains the header files and libraries necessary for developing programs using the PNG (Portable Network Graphics) library.
|
||||||
|
|
||||||
|
If you want to develop programs which will manipulate PNG image format files, you should install libpng-devel.
|
||||||
|
You'll also need to install the libpng package.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n libpng-%{version}
|
||||||
|
gunzip -c %{SOURCE1} | patch -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure --enable-shared --enable-static
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
rm -f %{buildroot}%{_bindir}/libpng-config
|
||||||
|
rm -f %{buildroot}%{_includedir}/png*.h
|
||||||
|
rm -f %{buildroot}%{_libdir}/libpng.*
|
||||||
|
rm -f %{buildroot}%{_libdir}/pkgconfig/libpng.pc
|
||||||
|
rm -rf %{buildroot}%{_mandir}
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libpng15.so.*
|
||||||
|
%doc LICENSE
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/libpng15-config
|
||||||
|
%dir %{_includedir}/libpng15/
|
||||||
|
%{_includedir}/libpng15/*
|
||||||
|
%{_libdir}/libpng15.a
|
||||||
|
%{_libdir}/libpng15.la
|
||||||
|
%{_libdir}/libpng15.so
|
||||||
|
%{_libdir}/pkgconfig/libpng15.pc
|
||||||
|
%doc ANNOUNCE CHANGES README TODO
|
||||||
|
%doc pngbar.jpg pngbar.png pngnow.png
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Jul 02 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.17-2mamba
|
||||||
|
- fix applying apng patch
|
||||||
|
|
||||||
|
* Mon Jul 01 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.17-1mamba
|
||||||
|
- update to 1.5.17
|
||||||
|
- legacy package
|
||||||
|
|
||||||
|
* Sun Jan 27 2013 Automatic Build System <autodist@mambasoft.it> 1.5.14-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Oct 12 2012 Automatic Build System <autodist@mambasoft.it> 1.5.13-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Aug 13 2012 Automatic Build System <autodist@mambasoft.it> 1.5.12-1mamba
|
||||||
|
- update to 1.5.12
|
||||||
|
|
||||||
|
* Thu Jun 07 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.10-1mamba
|
||||||
|
- update to 1.5.10
|
||||||
|
|
||||||
|
* Tue Jul 26 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.8-1mamba
|
||||||
|
- update to 1.4.8
|
||||||
|
|
||||||
|
* Thu May 12 2011 Automatic Build System <autodist@mambasoft.it> 1.4.7-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Thu Dec 16 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.5-2mamba
|
||||||
|
- rebuilt with debug package
|
||||||
|
|
||||||
|
* Mon Dec 13 2010 Automatic Build System <autodist@mambasoft.it> 1.4.5-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Mon Sep 27 2010 Automatic Build System <autodist@mambasoft.it> 1.4.4-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Mon Jun 28 2010 Automatic Build System <autodist@mambasoft.it> 1.4.3-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sat Jun 05 2010 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Mon Dec 21 2009 Automatic Build System <autodist@mambasoft.it> 1.2.41-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sat Nov 21 2009 Automatic Build System <autodist@mambasoft.it> 1.2.40-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Thu Jul 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.37-1mamba
|
||||||
|
- update to 1.2.37
|
||||||
|
|
||||||
|
* Thu May 28 2009 Automatic Build System <autodist@mambasoft.it> 1.2.36-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Mon Mar 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.35-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Fri Jan 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.34-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sun Nov 30 2008 gil <puntogil@libero.it> 1.2.33-1mamba
|
||||||
|
- update to 1.2.33
|
||||||
|
|
||||||
|
* Thu Jun 19 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.29-2mamba
|
||||||
|
- added apng (animated png) patch from cblfs.cross-lfs.org/index.php/Libpng
|
||||||
|
|
||||||
|
* Sat May 31 2008 gil <puntogil@libero.it> 1.2.29-1mamba
|
||||||
|
- update to 1.2.29
|
||||||
|
|
||||||
|
* Fri Jul 27 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.18-2mamba
|
||||||
|
- re-enable build of static library needed by splashutils
|
||||||
|
|
||||||
|
* Tue Jun 05 2007 Aleph0 <aleph0@openmamba.org> 1.2.18-1mamba
|
||||||
|
- security update to 1.2.18 to fix CVE-2007-2445
|
||||||
|
- do not build the static library
|
||||||
|
|
||||||
|
* Wed Feb 21 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.16-2qilnx
|
||||||
|
- don't exclude static library libpng.a
|
||||||
|
|
||||||
|
* Fri Feb 09 2007 Davide Madrisan <davide.madrisan@qilinux.it> 1.2.16-1qilnx
|
||||||
|
- update to version 1.2.16 by autospec
|
||||||
|
- dropped patch against CVE-2006-3334: merged upstream
|
||||||
|
- dropped patches used to fix link libraries and installation paths: fixed
|
||||||
|
upstream
|
||||||
|
- man pages moved to devel package
|
||||||
|
|
||||||
|
* Thu Jul 20 2006 Davide Madrisan <davide.madrisan@qilinux.it> 1.2.8-2qilnx
|
||||||
|
- fixed buffer overflow in chunk error processing (CVE-2006-3334, qibug#202)
|
||||||
|
|
||||||
|
* Wed Feb 16 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.2.8-1qilnx
|
||||||
|
- update to version 1.2.8 by autospec
|
||||||
|
- specfile updates
|
||||||
|
|
||||||
|
* Tue Dec 21 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.5-8qilnx
|
||||||
|
- added patch to link library to proper libs
|
||||||
|
|
||||||
|
* Sat Nov 06 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.2.5-7qilnx
|
||||||
|
- specfile cleanups, added patch 'libpng-1.2.5-qilinux-paths'
|
||||||
|
- libpng-config and libpng12-config scripts moved to devel package
|
||||||
|
- added documentation
|
||||||
|
|
||||||
|
* Fri Nov 05 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.2.5-6qilnx
|
||||||
|
- security fix QSA-2004-051 (CAN-2004-0768)
|
||||||
|
|
||||||
|
* Thu Jul 05 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.2.5-5qilnx
|
||||||
|
- security fix for CAN-2004-0597, CAN-2004-0598, CAN-2004-0599
|
||||||
|
|
||||||
|
* Mon May 03 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.2.5-4qilnx
|
||||||
|
- security fix for CAN-2004-0421
|
||||||
|
|
||||||
|
* Tue Jul 08 2003 Silvan Calarco <silvan.calarco@qinet.it> 1.2.5-3qilnx
|
||||||
|
- rebuilt with minor changes
|
||||||
|
|
||||||
|
* Tue May 13 2003 Silvan Calarco <silvan.calarco@qinet.it> 1.2.5-2qilnx
|
||||||
|
- added symlinks libpng.so and libpng12.so to devel package
|
||||||
|
|
||||||
|
* Thu Apr 17 2003 Alessandro Ramazzina <alessandro.ramazzina@qinet.it> 1.2.5-1qilnx
|
||||||
|
- creation of libpng package
|
Loading…
Reference in New Issue
Block a user