|
|
@ -2,9 +2,9 @@
|
|
|
|
%global __objdump %{_mingw32_objdump}
|
|
|
|
%global __objdump %{_mingw32_objdump}
|
|
|
|
%define __debug_install_post %{_mingw32_debug_install_post}
|
|
|
|
%define __debug_install_post %{_mingw32_debug_install_post}
|
|
|
|
|
|
|
|
|
|
|
|
Name: mingw32-libpng
|
|
|
|
Name: mingw-libpng
|
|
|
|
Version: 1.5.7
|
|
|
|
Version: 1.5.7
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: MinGW Windows Libpng library
|
|
|
|
Summary: MinGW Windows Libpng library
|
|
|
|
|
|
|
|
|
|
|
|
License: zlib
|
|
|
|
License: zlib
|
|
|
@ -20,18 +20,24 @@ BuildRequires: mingw32-gcc
|
|
|
|
BuildRequires: mingw32-binutils
|
|
|
|
BuildRequires: mingw32-binutils
|
|
|
|
BuildRequires: mingw32-zlib
|
|
|
|
BuildRequires: mingw32-zlib
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
|
|
|
MinGW Windows Libpng library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n mingw32-libpng
|
|
|
|
|
|
|
|
Summary: MinGW Windows Libpng library
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description -n mingw32-libpng
|
|
|
|
MinGW Windows Libpng library.
|
|
|
|
MinGW Windows Libpng library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package static
|
|
|
|
%package -n mingw32-libpng-static
|
|
|
|
Summary: Static version of MinGW Windows Libpng library
|
|
|
|
Summary: Static version of MinGW Windows Libpng library
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: mingw32-libpng = %{version}-%{release}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
|
|
|
|
%description static
|
|
|
|
%description -n mingw32-libpng-static
|
|
|
|
MinGW Windows Libpng library.
|
|
|
|
MinGW Windows Libpng library.
|
|
|
|
|
|
|
|
|
|
|
|
This package contains static cross-compiled libraries.
|
|
|
|
This package contains static cross-compiled libraries.
|
|
|
@ -59,7 +65,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_mingw32_mandir}
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_mingw32_mandir}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files -n mingw32-libpng
|
|
|
|
%doc ANNOUNCE CHANGES LICENSE README TODO
|
|
|
|
%doc ANNOUNCE CHANGES LICENSE README TODO
|
|
|
|
%{_mingw32_bindir}/libpng-config
|
|
|
|
%{_mingw32_bindir}/libpng-config
|
|
|
|
%{_mingw32_bindir}/libpng15-15.dll
|
|
|
|
%{_mingw32_bindir}/libpng15-15.dll
|
|
|
@ -73,11 +79,14 @@ rm -rf $RPM_BUILD_ROOT%{_mingw32_mandir}
|
|
|
|
%{_mingw32_libdir}/pkgconfig/libpng.pc
|
|
|
|
%{_mingw32_libdir}/pkgconfig/libpng.pc
|
|
|
|
%{_mingw32_libdir}/pkgconfig/libpng15.pc
|
|
|
|
%{_mingw32_libdir}/pkgconfig/libpng15.pc
|
|
|
|
|
|
|
|
|
|
|
|
%files static
|
|
|
|
%files -n mingw32-libpng-static
|
|
|
|
%{_mingw32_libdir}/libpng.a
|
|
|
|
%{_mingw32_libdir}/libpng.a
|
|
|
|
%{_mingw32_libdir}/libpng15.a
|
|
|
|
%{_mingw32_libdir}/libpng15.a
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Mar 06 2012 Kalev Lember <kalevlember@gmail.com> - 1.5.7-3
|
|
|
|
|
|
|
|
- Renamed the source package to mingw-libpng (#800430)
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.5.7-2
|
|
|
|
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.5.7-2
|
|
|
|
- Rebuild against the mingw-w64 toolchain
|
|
|
|
- Rebuild against the mingw-w64 toolchain
|
|
|
|
|
|
|
|
|