forked from pool/libmng
Accepting request 29524 from graphics
Copy from graphics/libmng based on submit request 29524 from user coolo OBS-URL: https://build.opensuse.org/request/show/29524 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmng?expand=0&rev=9
This commit is contained in:
parent
b471e39a39
commit
27c629d358
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 15 20:45:33 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- add baselibs.conf as a source
|
||||||
|
- enable parallel building
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 9 19:48:43 CEST 2009 - crrodriguez@suse.de
|
Tue Jun 9 19:48:43 CEST 2009 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
108
libmng.spec
108
libmng.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libmng (Version 1.0.10)
|
# spec file for package libmng (Version 1.0.10)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,11 +20,11 @@
|
|||||||
|
|
||||||
Name: libmng
|
Name: libmng
|
||||||
BuildRequires: libjpeg libjpeg-devel liblcms-devel zlib-devel
|
BuildRequires: libjpeg libjpeg-devel liblcms-devel zlib-devel
|
||||||
License: GPL v2 or later; Other uncritical OpenSource License
|
License: GPLv2+ ; Other uncritical OpenSource License
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Library for Support of MNG and JNG Formats
|
Summary: Library for Support of MNG and JNG Formats
|
||||||
Version: 1.0.10
|
Version: 1.0.10
|
||||||
Release: 91
|
Release: 92
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: libmng-64bit
|
Obsoletes: libmng-64bit
|
||||||
@ -32,6 +32,7 @@ Obsoletes: libmng-64bit
|
|||||||
#
|
#
|
||||||
Url: http://www.libmng.com/
|
Url: http://www.libmng.com/
|
||||||
Source0: libmng-%version.tar.bz2
|
Source0: libmng-%version.tar.bz2
|
||||||
|
Source1: baselibs.conf
|
||||||
Patch: libmng.diff
|
Patch: libmng.diff
|
||||||
Patch2: libmng-no-jpeg.diff
|
Patch2: libmng-no-jpeg.diff
|
||||||
Patch3: libmng-1.0.9-dont-leak-zlib-streams.diff
|
Patch3: libmng-1.0.9-dont-leak-zlib-streams.diff
|
||||||
@ -48,7 +49,7 @@ Authors:
|
|||||||
Gerard Juyn <gerard@libmng.com>
|
Gerard Juyn <gerard@libmng.com>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL v2 or later; Other uncritical OpenSource License
|
License: GPLv2+ ; Other uncritical OpenSource License
|
||||||
Requires: libjpeg-devel %{name} = %{version} liblcms-devel zlib-devel
|
Requires: libjpeg-devel %{name} = %{version} liblcms-devel zlib-devel
|
||||||
Summary: Include Files and Libraries mandatory for Development.
|
Summary: Include Files and Libraries mandatory for Development.
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
@ -76,7 +77,7 @@ Authors:
|
|||||||
%patch3
|
%patch3
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make -f makefiles/makefile.linux _LIB=%_lib
|
make %{?jobs:-j%jobs} -f makefiles/makefile.linux _LIB=%_lib
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make -f makefiles/makefile.linux DESTDIR=$RPM_BUILD_ROOT _LIB=%_lib install
|
make -f makefiles/makefile.linux DESTDIR=$RPM_BUILD_ROOT _LIB=%_lib install
|
||||||
@ -109,100 +110,3 @@ install -m 0755 libmng.a $RPM_BUILD_ROOT/%_libdir/libmng-mini.a
|
|||||||
%_libdir/libmng.so
|
%_libdir/libmng.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jun 09 2009 crrodriguez@suse.de
|
|
||||||
- remove libmng.a
|
|
||||||
* Wed Jan 07 2009 olh@suse.de
|
|
||||||
- obsolete old -XXbit packages (bnc#437293)
|
|
||||||
* Thu Apr 10 2008 ro@suse.de
|
|
||||||
- added baselibs.conf file to build xxbit packages
|
|
||||||
for multilib support
|
|
||||||
* Thu Jul 19 2007 ltinkl@suse.cz
|
|
||||||
- update to 1.0.10
|
|
||||||
* fixed some compiler-warnings
|
|
||||||
* fixed display routines called twice for FULL_MNG support in mozlibmngconf.h
|
|
||||||
* standard windows dll upgraded to zlib 1.2.3
|
|
||||||
* fixed problem with CLON object during readdisplay() (thanks Winfried!)
|
|
||||||
* added typecast to appease the compiler (G R-P)
|
|
||||||
* added more SKIPCHUNK conditionals (G R-P)
|
|
||||||
* added MORE MNG_NO_1_2_4BIT_SUPPORT (G R-P)
|
|
||||||
* added provisional support for anIM(mpNG) proposal
|
|
||||||
* added provisional support for ANG proposal
|
|
||||||
- fix patches
|
|
||||||
- provide %%post sections
|
|
||||||
* Thu Mar 29 2007 meissner@suse.de
|
|
||||||
- buildrequires zlib-devel
|
|
||||||
* Tue Oct 24 2006 ltinkl@suse.cz
|
|
||||||
- fix runtime header require (still #208994)
|
|
||||||
* Mon Oct 23 2006 ltinkl@suse.cz
|
|
||||||
- fix build (#208994)
|
|
||||||
* Fri Sep 29 2006 dmueller@suse.de
|
|
||||||
- fix memory leak
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Fri Feb 04 2005 adrian@suse.de
|
|
||||||
- fix missing symbols in libmng-mini
|
|
||||||
* Tue Feb 01 2005 adrian@suse.de
|
|
||||||
- update to version 1.0.9
|
|
||||||
- disable also liblcms in libmng-mini.a
|
|
||||||
* Thu Sep 23 2004 mls@suse.de
|
|
||||||
- really disable jpeg in mini libmng.a
|
|
||||||
* Mon Aug 09 2004 adrian@suse.de
|
|
||||||
- update to version 1.0.8
|
|
||||||
* Sun Dec 21 2003 adrian@suse.de
|
|
||||||
- update to version 1.0.6
|
|
||||||
* Thu Mar 06 2003 adrian@suse.de
|
|
||||||
- update to 1.0.5 final
|
|
||||||
* libjpeg suspension not always honored correctly
|
|
||||||
* Mon Jan 20 2003 adrian@suse.de
|
|
||||||
- update to 1.0.5-rc3
|
|
||||||
* Minor bug-fixes
|
|
||||||
* Fri Dec 20 2002 adrian@suse.de
|
|
||||||
- update to 1.0.5-rc2
|
|
||||||
* lots of new features
|
|
||||||
* Wed Dec 18 2002 adrian@suse.de
|
|
||||||
- require liblcms-devel
|
|
||||||
* Tue Aug 06 2002 adrian@suse.de
|
|
||||||
- run_ldconfig
|
|
||||||
* Fri Jul 26 2002 adrian@suse.de
|
|
||||||
- fix neededforbuild
|
|
||||||
* Fri Jun 28 2002 ro@suse.de
|
|
||||||
- re-run auto* tools to get library linked to libjpeg and liblcms
|
|
||||||
correctly on lib64 platforms
|
|
||||||
* Mon Jun 24 2002 adrian@suse.de
|
|
||||||
- update to version 1.0.4
|
|
||||||
* hugh bugfix release, /usr/share/doc/packages/libmng/Changes
|
|
||||||
describes changes
|
|
||||||
* remove obsolete patches
|
|
||||||
* Fri Jun 21 2002 adrian@suse.de
|
|
||||||
- fix doc and man page locations (#15978)
|
|
||||||
* Fri May 31 2002 adrian@suse.de
|
|
||||||
- fix build for ppc64
|
|
||||||
* Fri Mar 08 2002 sf@suse.de
|
|
||||||
- corrected configure to to build with lcms
|
|
||||||
* Wed Feb 06 2002 coolo@suse.de
|
|
||||||
- fix %%_libdir
|
|
||||||
* Mon Jan 07 2002 adrian@suse.de
|
|
||||||
- use %%{_libdir}
|
|
||||||
* Tue Oct 16 2001 adrian@suse.de
|
|
||||||
- update to 1.0.3
|
|
||||||
- clean compatibility lib
|
|
||||||
* Fri Aug 24 2001 adrian@suse.de
|
|
||||||
- fix to compile without jpeg support for libmng-mini.a
|
|
||||||
* Thu Aug 23 2001 adrian@suse.de
|
|
||||||
- build extra small libmng-mini.a
|
|
||||||
needed for inst-sys application
|
|
||||||
* Mon Jul 09 2001 adrian@suse.de
|
|
||||||
- update to version 1.0.2
|
|
||||||
* Thu Apr 05 2001 adrian@suse.de
|
|
||||||
- add the same lib with so name libmng.so.0 for compatibility
|
|
||||||
* Fri Feb 09 2001 adrian@suse.de
|
|
||||||
- update to version 1.0.0
|
|
||||||
fix spec file for non i386 (thanks Bernd)
|
|
||||||
* Wed Nov 29 2000 adrian@suse.de
|
|
||||||
- update to 0.9.3
|
|
||||||
fixing liblcms support
|
|
||||||
dropped jpeg support for old (<6.4) distris
|
|
||||||
* Fri Nov 17 2000 adrian@suse.de
|
|
||||||
- split package into libmng and libmng-devel
|
|
||||||
* Wed Oct 04 2000 adrian@suse.de
|
|
||||||
- initial package; version 0.9.2
|
|
||||||
|
Loading…
Reference in New Issue
Block a user