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