cvsdist 65db1c6
Name: libmng
cbcdfce
Version: 1.0.10
434bed8
Release: 4%{?dist}
cvsdist 65db1c6
URL: http://www.libmng.com/
3fc901c
Summary: Library for Multiple-image Network Graphics support
cb994a9
# This is a common zlib variant.
cb994a9
License: zlib
d8764ba
Source0: http://download.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
cvsdist 65db1c6
Group: System Environment/Libraries
cvsdist 0594335
BuildRoot: %{_tmppath}/%{name}-%{version}-root
3fc901c
BuildRequires: zlib-devel
3fc901c
BuildRequires: libjpeg-devel
22f636f
BuildRequires: lcms-devel
b3609e4
BuildRequires: libtool
cvsdist 65db1c6
cvsdist 65db1c6
%package devel
3fc901c
Summary: Development files for the Multiple-image Network Graphics library
cvsdist 65db1c6
Group: Development/Libraries
7289e9b
Requires: %{name} = %{version}-%{release}
183d69c
Requires: zlib-devel
183d69c
Requires: libjpeg-devel
cvsdist 65db1c6
cvsdist 65db1c6
%description
cvsdist d3b811d
LibMNG is a library for accessing graphics in MNG (Multi-image Network
cvsdist d3b811d
Graphics) and JNG (JPEG Network Graphics) formats.  MNG graphics are
cvsdist d3b811d
basically animated PNGs.  JNG graphics are basically JPEG streams
cvsdist d3b811d
integrated into a PNG chunk.
cvsdist 65db1c6
cvsdist 65db1c6
%description devel
cvsdist d3b811d
LibMNG is a library for accessing MNG and JNG format graphics.  The
cvsdist d3b811d
libmng-devel package contains files needed for developing or compiling
cvsdist d3b811d
applications which use MNG graphics.
cvsdist 65db1c6
cvsdist 65db1c6
%prep
cvsdist 0594335
%setup -q
cvsdist 65db1c6
cvsdist 65db1c6
%build
8ac5fa2
cat unmaintained/autogen.sh | tr -d \\r > autogen.sh
3eebb2e
chmod 755 autogen.sh
cvsdist 65db1c6
[ ! -x ./configure ] && ./autogen.sh --help # generate, but don't run
abb77f8
%configure --enable-shared --disable-static --with-zlib --with-jpeg \
22f636f
	--with-gnu-ld --with-lcms
cvsdist 6a4ea4a
make %{?_smp_mflags}
cvsdist 65db1c6
cvsdist 65db1c6
%install
d8764ba
rm -rf $RPM_BUILD_ROOT
7289e9b
make DESTDIR=$RPM_BUILD_ROOT install
e62605e
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
e62605e
cvsdist 3a9124e
%clean
cvsdist 3a9124e
rm -rf $RPM_BUILD_ROOT
cvsdist 3a9124e
cvsdist 3a9124e
%post -p /sbin/ldconfig
cvsdist b836eae
cvsdist b836eae
%postun -p /sbin/ldconfig
cvsdist b836eae
cvsdist 65db1c6
%files
3fc901c
%defattr(-,root,root,0755)
d8764ba
%doc CHANGES LICENSE README*
cvsdist d89f835
%{_libdir}/*.so.*
cvsdist 65db1c6
cvsdist 65db1c6
%files devel
3fc901c
%defattr(-,root,root,0755)
d8764ba
%doc doc/*
cvsdist d89f835
%{_libdir}/*.so
cvsdist d89f835
%{_includedir}/*
3fc901c
%{_mandir}/man3/*
3fc901c
%{_mandir}/man5/*
cvsdist 65db1c6
cvsdist 65db1c6
%changelog
434bed8
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.10-4
434bed8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
434bed8
7289e9b
* Wed Apr 15 2009 Jon Ciesla <limb@jcomserv.net> - 1.0.10-3
7289e9b
- Fixed -devel requires and make install syntax.
7289e9b
d8764ba
* Tue Apr 14 2009 Jon Ciesla <limb@jcomserv.net> - 1.0.10-2
d8764ba
- Fixed install, source url, added docs for Merge Review BZ 226033.
d8764ba
cbcdfce
* Mon Apr 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.10-1
cbcdfce
- update to 1.0.10
cbcdfce
95eee2a
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-8
95eee2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
95eee2a
cb994a9
* Wed Aug  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.9-7
cb994a9
- fix license tag
cb994a9
5e4c204
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.9-6.1
5e4c204
- Autorebuild for GCC 4.3
5e4c204
13ef33a
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.9-5.1
13ef33a
- rebuild
13ef33a
d8eed76
* Thu Jun  8 2006 Matthias Clasen <mclasen@redhat.com> - 1.0.9-5
d8eed76
- Rebuild
d8eed76
22f636f
* Mon Mar 20 2006 Matthias Clasen <mclasen@redhat.com> - 1.0.9-4
22f636f
- enable lcms support (#184526)
22f636f
- no longer build a libmng-static package
22f636f
1b7af19
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.9-3.2.1
1b7af19
- bump again for double-long bug on ppc(64)
1b7af19
269bf69
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.9-3.2
269bf69
- rebuilt for new gcc4.1 snapshot and glibc changes
269bf69
9320857
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
9320857
- rebuilt
9320857
3fc901c
* Fri Nov 11 2005 Matthias Saou <http://freshrpms.net/> 1.0.9-3
3fc901c
- Don't own entire man3 & man5 directories.
3fc901c
- Summary updates.
3fc901c
- Spec file cleanups.
3fc901c
183d69c
* Tue Jun 21 2005 Matthias Clasen <mclasen@redhat.com> 1.0.9-2
183d69c
- Add missing requires
183d69c
f7aab3d
* Wed Mar  2 2005 Matthias Clasen <mclasen@redhat.com> 1.0.9-1
f7aab3d
- Update to 1.0.9
8ac5fa2
- Work around autogen.sh brokenness
f7aab3d
e62605e
* Fri Feb 11 2005 Matthias Clasen <mclasen@redhat.com> 1.0.8-2
e62605e
- Remove .la files (#145970)
e62605e
- Remove some unneeded Requires
e62605e
3eebb2e
* Tue Oct 12 2004 Matthias Clasen <mclasen@redhat.com> 1.0.8-1
3eebb2e
- Upgrade to 1.0.8
3eebb2e
cvsdist de46b02
* Mon Jul 19 2004 Matthias Clasen <mclasen@redhat.com> 1.0.7-4
cvsdist de46b02
- Add missing Requires
cvsdist de46b02
cvsdist 05ed3b1
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 05ed3b1
- rebuilt
cvsdist 05ed3b1
cvsdist 0594335
* Wed May 19 2004 Matthias Clasen <mclasen@redhat.com> 1.0.7-1
cvsdist 0594335
- Upgrade to 1.0.7
cvsdist 0594335
cvsdist 7a54678
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 7a54678
- rebuilt
cvsdist 7a54678
cvsdist 7a54678
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 7a54678
- rebuilt
cvsdist 7a54678
cvsdist d010809
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist d010809
- rebuilt
cvsdist d010809
cvsdist 6a4ea4a
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 6a4ea4a
- rebuilt
cvsdist 6a4ea4a
cvsdist 6a4ea4a
* Fri Dec 13 2002 Elliot Lee <sopwith@redhat.com> 1.0.4-2
cvsdist 6a4ea4a
- Rebuild, _smp_mflags
cvsdist 6a4ea4a
cvsdist d89f835
* Mon Jun 24 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.0.4-1
cvsdist d89f835
- 1.0.4
cvsdist d89f835
cvsdist 0958ce0
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 0958ce0
- automated rebuild
cvsdist 0958ce0
cvsdist 0958ce0
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 0958ce0
- automated rebuild
cvsdist 0958ce0
cvsdist 0958ce0
* Thu Apr 25 2002 Than Ngo <than@redhat.com> 1.0.3-3
cvsdist 0958ce0
- rebuild in new enviroment
cvsdist 0958ce0
cvsdist 8248452
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 8248452
- automated rebuild
cvsdist 8248452
cvsdist 8248452
* Wed Sep 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.0.3-1
cvsdist 8248452
- 1.0.3
cvsdist 8248452
cvsdist d3b811d
* Tue Jul 31 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.0.2-1
cvsdist d3b811d
- Update to 1.0.2 (bugfix release - fixes a memory leak and file corruption)
cvsdist d3b811d
cvsdist 2b38f0e
* Wed Jun 20 2001 Than Ngo <rtthan@redhat.com> 1.0.1-2
cvsdist 2b38f0e
- requires %%{name} = %%{version}
cvsdist 2b38f0e
cvsdist 2b38f0e
* Thu May  3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.0.1-1
cvsdist 2b38f0e
- 1.0.1
cvsdist 2b38f0e
cbcdfce
* Wed Feb 28 2001 Trond Eivind Glomsröd <teg@redhat.com>
cvsdist 3a9124e
- remove bogus symlink trick
cvsdist 3a9124e
cvsdist 3a9124e
* Mon Feb 26 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3a9124e
- Update to 1.0.0 to make Qt 2.3.0 happy
cvsdist 3a9124e
cvsdist 3a9124e
* Sat Jan 19 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3a9124e
- 0.9.4, fixes MNG 1.0 spec compliance
cvsdist 3a9124e
cvsdist 3a9124e
* Tue Dec 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3a9124e
- 0.9.3
cvsdist 3a9124e
- Add ldconfig calls in %%post and %%postun
cvsdist 3a9124e
cvsdist 3a9124e
* Tue Dec 05 2000 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 3a9124e
- added a clean section to the spec file
cvsdist b836eae
cvsdist 65db1c6
* Tue Sep 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 65db1c6
- initial rpm