d3d7ef
Name: libmng
d3d7ef
Version: 1.0.10
5c3be9
Release: 14%{?dist}
d3d7ef
URL: http://www.libmng.com/
d3d7ef
Summary: Library for Multiple-image Network Graphics support
d3d7ef
# This is a common zlib variant.
d3d7ef
License: zlib
d3d7ef
Source0: http://download.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
d3d7ef
Group: System Environment/Libraries
d3d7ef
BuildRoot: %{_tmppath}/%{name}-%{version}-root
d3d7ef
BuildRequires: zlib-devel
d3d7ef
BuildRequires: libjpeg-devel
d3d7ef
BuildRequires: lcms2-devel
d3d7ef
BuildRequires: libtool
d3d7ef
BuildRequires: autoconf
d3d7ef
d3d7ef
%package devel
d3d7ef
Summary: Development files for the Multiple-image Network Graphics library
d3d7ef
Group: Development/Libraries
d3d7ef
Requires: %{name} = %{version}-%{release}
d3d7ef
Requires: zlib-devel
d3d7ef
Requires: libjpeg-devel
d3d7ef
d3d7ef
%description
d3d7ef
LibMNG is a library for accessing graphics in MNG (Multi-image Network
d3d7ef
Graphics) and JNG (JPEG Network Graphics) formats.  MNG graphics are
d3d7ef
basically animated PNGs.  JNG graphics are basically JPEG streams
d3d7ef
integrated into a PNG chunk.
d3d7ef
d3d7ef
%description devel
d3d7ef
LibMNG is a library for accessing MNG and JNG format graphics.  The
d3d7ef
libmng-devel package contains files needed for developing or compiling
d3d7ef
applications which use MNG graphics.
d3d7ef
d3d7ef
%prep
d3d7ef
%setup -q
d3d7ef
d3d7ef
%build
d3d7ef
cp makefiles/configure.in .
d3d7ef
cp makefiles/Makefile.am .
d3d7ef
sed -i '/AM_C_PROTOTYPES/d' configure.in
d3d7ef
autoreconf -if
d3d7ef
%configure --enable-shared --disable-static --with-zlib --with-jpeg \
d3d7ef
	--with-gnu-ld --with-lcms
d3d7ef
make %{?_smp_mflags}
d3d7ef
d3d7ef
%install
d3d7ef
rm -rf $RPM_BUILD_ROOT
d3d7ef
make DESTDIR=$RPM_BUILD_ROOT install
d3d7ef
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
d3d7ef
d3d7ef
%clean
d3d7ef
rm -rf $RPM_BUILD_ROOT
d3d7ef
d3d7ef
%post -p /sbin/ldconfig
d3d7ef
d3d7ef
%postun -p /sbin/ldconfig
d3d7ef
d3d7ef
%files
d3d7ef
%defattr(-,root,root,0755)
d3d7ef
%doc CHANGES LICENSE README*
d3d7ef
%{_libdir}/*.so.*
d3d7ef
d3d7ef
%files devel
d3d7ef
%defattr(-,root,root,0755)
d3d7ef
%doc doc/*
d3d7ef
%{_libdir}/*.so
d3d7ef
%{_includedir}/*
d3d7ef
%{_mandir}/man3/*
d3d7ef
%{_mandir}/man5/*
d3d7ef
d3d7ef
%changelog
5c3be9
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.0.10-14
5c3be9
- Mass rebuild 2014-01-24
5c3be9
5c3be9
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.0.10-13
5c3be9
- Mass rebuild 2013-12-27
5c3be9
d3d7ef
* Thu Jun 13 2013 siddharth sharma <siddharth@redhat.com> - 1.0.10-12
d3d7ef
- use lcms2 instead of lcms , fix bz#973965 
d3d7ef
d3d7ef
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.10-11
d3d7ef
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d3d7ef
d3d7ef
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 1.0.10-10
d3d7ef
- rebuild due to "jpeg8-ABI" feature drop
d3d7ef
d3d7ef
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 1.0.10-9
d3d7ef
- rebuild against new libjpeg
d3d7ef
d3d7ef
* Fri Jul 20 2012 Jon Ciesla <limburgher@gmail.com> - 1.0.10-8
d3d7ef
- Fix FTBFS.
d3d7ef
d3d7ef
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.10-7
d3d7ef
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d3d7ef
d3d7ef
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.10-6
d3d7ef
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d3d7ef
d3d7ef
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.10-5
d3d7ef
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d3d7ef
d3d7ef
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.10-4
d3d7ef
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d3d7ef
d3d7ef
* Wed Apr 15 2009 Jon Ciesla <limb@jcomserv.net> - 1.0.10-3
d3d7ef
- Fixed -devel requires and make install syntax.
d3d7ef
d3d7ef
* Tue Apr 14 2009 Jon Ciesla <limb@jcomserv.net> - 1.0.10-2
d3d7ef
- Fixed install, source url, added docs for Merge Review BZ 226033.
d3d7ef
d3d7ef
* Mon Apr 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.10-1
d3d7ef
- update to 1.0.10
d3d7ef
d3d7ef
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-8
d3d7ef
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d3d7ef
d3d7ef
* Wed Aug  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.9-7
d3d7ef
- fix license tag
d3d7ef
d3d7ef
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.9-6.1
d3d7ef
- Autorebuild for GCC 4.3
d3d7ef
d3d7ef
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.9-5.1
d3d7ef
- rebuild
d3d7ef
d3d7ef
* Thu Jun  8 2006 Matthias Clasen <mclasen@redhat.com> - 1.0.9-5
d3d7ef
- Rebuild
d3d7ef
d3d7ef
* Mon Mar 20 2006 Matthias Clasen <mclasen@redhat.com> - 1.0.9-4
d3d7ef
- enable lcms support (#184526)
d3d7ef
- no longer build a libmng-static package
d3d7ef
d3d7ef
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.9-3.2.1
d3d7ef
- bump again for double-long bug on ppc(64)
d3d7ef
d3d7ef
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.9-3.2
d3d7ef
- rebuilt for new gcc4.1 snapshot and glibc changes
d3d7ef
d3d7ef
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
d3d7ef
- rebuilt
d3d7ef
d3d7ef
* Fri Nov 11 2005 Matthias Saou <http://freshrpms.net/> 1.0.9-3
d3d7ef
- Don't own entire man3 & man5 directories.
d3d7ef
- Summary updates.
d3d7ef
- Spec file cleanups.
d3d7ef
d3d7ef
* Tue Jun 21 2005 Matthias Clasen <mclasen@redhat.com> 1.0.9-2
d3d7ef
- Add missing requires
d3d7ef
d3d7ef
* Wed Mar  2 2005 Matthias Clasen <mclasen@redhat.com> 1.0.9-1
d3d7ef
- Update to 1.0.9
d3d7ef
- Work around autogen.sh brokenness
d3d7ef
d3d7ef
* Fri Feb 11 2005 Matthias Clasen <mclasen@redhat.com> 1.0.8-2
d3d7ef
- Remove .la files (#145970)
d3d7ef
- Remove some unneeded Requires
d3d7ef
d3d7ef
* Tue Oct 12 2004 Matthias Clasen <mclasen@redhat.com> 1.0.8-1
d3d7ef
- Upgrade to 1.0.8
d3d7ef
d3d7ef
* Mon Jul 19 2004 Matthias Clasen <mclasen@redhat.com> 1.0.7-4
d3d7ef
- Add missing Requires
d3d7ef
d3d7ef
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
d3d7ef
- rebuilt
d3d7ef
d3d7ef
* Wed May 19 2004 Matthias Clasen <mclasen@redhat.com> 1.0.7-1
d3d7ef
- Upgrade to 1.0.7
d3d7ef
d3d7ef
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
d3d7ef
- rebuilt
d3d7ef
d3d7ef
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
d3d7ef
- rebuilt
d3d7ef
d3d7ef
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
d3d7ef
- rebuilt
d3d7ef
d3d7ef
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
d3d7ef
- rebuilt
d3d7ef
d3d7ef
* Fri Dec 13 2002 Elliot Lee <sopwith@redhat.com> 1.0.4-2
d3d7ef
- Rebuild, _smp_mflags
d3d7ef
d3d7ef
* Mon Jun 24 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.0.4-1
d3d7ef
- 1.0.4
d3d7ef
d3d7ef
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
d3d7ef
- automated rebuild
d3d7ef
d3d7ef
* Thu May 23 2002 Tim Powers <timp@redhat.com>
d3d7ef
- automated rebuild
d3d7ef
d3d7ef
* Thu Apr 25 2002 Than Ngo <than@redhat.com> 1.0.3-3
d3d7ef
- rebuild in new enviroment
d3d7ef
d3d7ef
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
d3d7ef
- automated rebuild
d3d7ef
d3d7ef
* Wed Sep 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.0.3-1
d3d7ef
- 1.0.3
d3d7ef
d3d7ef
* Tue Jul 31 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.0.2-1
d3d7ef
- Update to 1.0.2 (bugfix release - fixes a memory leak and file corruption)
d3d7ef
d3d7ef
* Wed Jun 20 2001 Than Ngo <rtthan@redhat.com> 1.0.1-2
d3d7ef
- requires %%{name} = %%{version}
d3d7ef
d3d7ef
* Thu May  3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.0.1-1
d3d7ef
- 1.0.1
d3d7ef
d3d7ef
* Wed Feb 28 2001 Trond Eivind Glomsröd <teg@redhat.com>
d3d7ef
- remove bogus symlink trick
d3d7ef
d3d7ef
* Mon Feb 26 2001 Bernhard Rosenkraenzer <bero@redhat.com>
d3d7ef
- Update to 1.0.0 to make Qt 2.3.0 happy
d3d7ef
d3d7ef
* Sat Jan 19 2001 Bernhard Rosenkraenzer <bero@redhat.com>
d3d7ef
- 0.9.4, fixes MNG 1.0 spec compliance
d3d7ef
d3d7ef
* Tue Dec 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
d3d7ef
- 0.9.3
d3d7ef
- Add ldconfig calls in %%post and %%postun
d3d7ef
d3d7ef
* Tue Dec 05 2000 Florian La Roche <Florian.LaRoche@redhat.de>
d3d7ef
- added a clean section to the spec file
d3d7ef
d3d7ef
* Tue Sep 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
d3d7ef
- initial rpm