New upstream version 1.6.2 (#963113)
This commit is contained in:
parent
c94a01f570
commit
999b95e3ea
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/libpng-1.5.13.tar.bz2
|
||||
/libpng-1.6.2.tar.gz
|
||||
|
22
libpng.spec
22
libpng.spec
@ -1,21 +1,25 @@
|
||||
Summary: A library of functions for manipulating PNG image format files
|
||||
Name: libpng
|
||||
Epoch: 2
|
||||
Version: 1.5.13
|
||||
Release: 2%{?dist}
|
||||
Version: 1.6.2
|
||||
Release: 1%{?dist}
|
||||
License: zlib
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.libpng.org/pub/png/
|
||||
|
||||
# Note: non-current tarballs get moved to the history/ subdirectory,
|
||||
# so look there if you fail to retrieve the version you want
|
||||
Source0: ftp://ftp.simplesystems.org/pub/png/src/libpng-%{version}.tar.bz2
|
||||
Source0: ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/libpng-%{version}.tar.gz
|
||||
|
||||
Source1: pngusr.dfa
|
||||
|
||||
Patch0: libpng-multilib.patch
|
||||
|
||||
BuildRequires: zlib-devel, pkgconfig
|
||||
Requires: autoconf >= 2.65
|
||||
|
||||
BuildRequires: zlib-devel, pkgconfig, libtool
|
||||
BuildRequires: autoconf >= 2.65
|
||||
BuildRequires: automake
|
||||
|
||||
%description
|
||||
The libpng package contains a library of functions for creating and
|
||||
@ -60,6 +64,8 @@ cp -p %{SOURCE1} .
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
autoreconf -vi
|
||||
|
||||
%configure
|
||||
make %{?_smp_mflags} DFA_XTRA=pngusr.dfa
|
||||
|
||||
@ -75,7 +81,7 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
|
||||
%files
|
||||
%doc libpng-manual.txt example.c README TODO CHANGES LICENSE
|
||||
%{_libdir}/libpng15.so.*
|
||||
%{_libdir}/libpng16.so.*
|
||||
%{_mandir}/man5/*
|
||||
|
||||
%files devel
|
||||
@ -89,6 +95,12 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%{_libdir}/libpng*.a
|
||||
|
||||
%changelog
|
||||
* Fri May 17 2013 Petr Hracek <phracek@redhat.com> 2:1.6.2-1
|
||||
- New upstream version 1.6.2 (#963113)
|
||||
|
||||
* Wed May 15 2013 Petr Hracek <phracek@redhat.com> 2:1.5.13-3
|
||||
- Rebuild for ARM64 support (#925861)
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.5.13-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user