SHA256
1
0
forked from pool/libmng
OBS User unknown 2009-06-12 15:28:14 +00:00 committed by Git OBS Bridge
parent 439e0869ef
commit b471e39a39
2 changed files with 13 additions and 8 deletions

View File

@ -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 Wed Jan 7 12:34:56 CET 2009 - olh@suse.de

View File

@ -24,7 +24,7 @@ License: GPL v2 or later; 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: 89 Release: 91
# bug437293 # bug437293
%ifarch ppc64 %ifarch ppc64
Obsoletes: libmng-64bit Obsoletes: libmng-64bit
@ -49,7 +49,7 @@ Authors:
%package devel %package devel
License: GPL v2 or later; Other uncritical OpenSource License 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. Summary: Include Files and Libraries mandatory for Development.
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
# bug437293 # bug437293
@ -90,27 +90,27 @@ make -f makefiles/makefile.linux clean
patch -p0 < %PATCH2 patch -p0 < %PATCH2
make -f makefiles/makefile.linux _LIB=%_lib make -f makefiles/makefile.linux _LIB=%_lib
install -m 0755 libmng.a $RPM_BUILD_ROOT/%_libdir/libmng-mini.a install -m 0755 libmng.a $RPM_BUILD_ROOT/%_libdir/libmng-mini.a
%{__rm} -v %{buildroot}%_libdir/libmng.a
%post %post -p /sbin/ldconfig
%run_ldconfig
%postun %postun -p /sbin/ldconfig
%run_ldconfig
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc LICENSE README doc/doc.readme doc/libmng.txt %doc LICENSE README doc/doc.readme doc/libmng.txt
/%{_libdir}/libmng.so.* %{_libdir}/libmng.so.*
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
/usr/include/*.h /usr/include/*.h
%doc %_mandir/*/* %doc %_mandir/*/*
%_libdir/libmng-mini.a %_libdir/libmng-mini.a
%_libdir/libmng.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 * Wed Jan 07 2009 olh@suse.de
- obsolete old -XXbit packages (bnc#437293) - obsolete old -XXbit packages (bnc#437293)
* Thu Apr 10 2008 ro@suse.de * Thu Apr 10 2008 ro@suse.de