This commit is contained in:
parent
f80dc98061
commit
88c56085af
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 9 19:48:43 CEST 2009 - crrodriguez@suse.de
|
||||
|
||||
- remove libmng.a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
|
||||
|
||||
|
16
libmng.spec
16
libmng.spec
@ -24,7 +24,7 @@ License: GPL v2 or later; Other uncritical OpenSource License
|
||||
Group: System/Libraries
|
||||
Summary: Library for Support of MNG and JNG Formats
|
||||
Version: 1.0.10
|
||||
Release: 89
|
||||
Release: 91
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libmng-64bit
|
||||
@ -49,7 +49,7 @@ Authors:
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later; Other uncritical OpenSource License
|
||||
Requires: libjpeg-devel libmng liblcms-devel zlib-devel
|
||||
Requires: libjpeg-devel %{name} = %{version} liblcms-devel zlib-devel
|
||||
Summary: Include Files and Libraries mandatory for Development.
|
||||
Group: Development/Libraries/C and C++
|
||||
# bug437293
|
||||
@ -90,27 +90,27 @@ make -f makefiles/makefile.linux clean
|
||||
patch -p0 < %PATCH2
|
||||
make -f makefiles/makefile.linux _LIB=%_lib
|
||||
install -m 0755 libmng.a $RPM_BUILD_ROOT/%_libdir/libmng-mini.a
|
||||
%{__rm} -v %{buildroot}%_libdir/libmng.a
|
||||
|
||||
%post
|
||||
%run_ldconfig
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun
|
||||
%run_ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE README doc/doc.readme doc/libmng.txt
|
||||
/%{_libdir}/libmng.so.*
|
||||
%{_libdir}/libmng.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
/usr/include/*.h
|
||||
%doc %_mandir/*/*
|
||||
%_libdir/libmng-mini.a
|
||||
%_libdir/libmng.a
|
||||
%_libdir/libmng.so
|
||||
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user