|
|
@ -1,14 +1,16 @@
|
|
|
|
%global makefile gcc.mak
|
|
|
|
%global makefile gcc.mak
|
|
|
|
|
|
|
|
|
|
|
|
Name: optipng
|
|
|
|
Name: optipng
|
|
|
|
Version: 0.6.4
|
|
|
|
Version: 0.6.5
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: PNG optimizer and converter
|
|
|
|
Summary: PNG optimizer and converter
|
|
|
|
|
|
|
|
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
License: zlib
|
|
|
|
License: zlib
|
|
|
|
URL: http://optipng.sourceforge.net/
|
|
|
|
URL: http://optipng.sourceforge.net/
|
|
|
|
Source0: http://downloads.sourceforge.net/optipng/%{name}-%{version}.tar.gz
|
|
|
|
Source0: http://downloads.sourceforge.net/optipng/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
# http://sf.net/tracker/?func=detail&aid=3294326&group_id=151404&atid=780915
|
|
|
|
|
|
|
|
Patch0: %{name}-0.6.5-setjmp-include.patch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: zlib-devel libpng-devel
|
|
|
|
BuildRequires: zlib-devel libpng-devel
|
|
|
@ -22,6 +24,7 @@ and corrections.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
|
|
|
|
# Ensure system libs and headers are used; as of 0.6.3 pngxtern will use
|
|
|
|
# Ensure system libs and headers are used; as of 0.6.3 pngxtern will use
|
|
|
|
# the bundled headers if present even with -with-system-*, causing failures.
|
|
|
|
# the bundled headers if present even with -with-system-*, causing failures.
|
|
|
@ -55,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Apr 28 2011 Ville Skyttä <ville.skytta@iki.fi> - 0.6.5-1
|
|
|
|
|
|
|
|
- Update to 0.6.5.
|
|
|
|
|
|
|
|
- Patch to fix setjmp.h duplicate inclusion with system libpng.
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.4-2
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
@ -64,7 +71,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-2
|
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jul 19 2009 Ville Skyttä <ville.skytta at iki.fi> - 0.6.3-1
|
|
|
|
* Sun Jul 19 2009 Ville Skyttä <ville.skytta@iki.fi> - 0.6.3-1
|
|
|
|
- Update to 0.6.3.
|
|
|
|
- Update to 0.6.3.
|
|
|
|
- Use %%global instead of %%define.
|
|
|
|
- Use %%global instead of %%define.
|
|
|
|
|
|
|
|
|
|
|
@ -76,10 +83,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
- Update to new release to fix buffer overflow
|
|
|
|
- Update to new release to fix buffer overflow
|
|
|
|
- Red Hat Bugzilla #471206
|
|
|
|
- Red Hat Bugzilla #471206
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 28 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.6.1-1
|
|
|
|
* Thu Aug 28 2008 Ville Skyttä <ville.skytta@iki.fi> - 0.6.1-1
|
|
|
|
- 0.6.1.
|
|
|
|
- 0.6.1.
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 14 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.5.5-4
|
|
|
|
* Thu Feb 14 2008 Ville Skyttä <ville.skytta@iki.fi> - 0.5.5-4
|
|
|
|
- Apply sf.net patch #1790969 to fix crash with -log.
|
|
|
|
- Apply sf.net patch #1790969 to fix crash with -log.
|
|
|
|
- Cosmetic specfile changes.
|
|
|
|
- Cosmetic specfile changes.
|
|
|
|
|
|
|
|
|
|
|
|