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