Hello community, here is the log from the commit of package jpeg8 for openSUSE:Factory checked in at Thu Apr 14 14:40:02 CEST 2011.
-------- --- jpeg8/jpeg8.changes 2010-12-10 13:58:55.000000000 +0100 +++ jpeg8/jpeg8.changes 2010-12-14 14:31:56.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Dec 14 14:32:36 CET 2010 - pgaj...@suse.cz + +- spec file cleanup + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jpeg8.spec ++++++ --- /var/tmp/diff_new_pack.rk5oEA/_old 2011-04-14 14:38:37.000000000 +0200 +++ /var/tmp/diff_new_pack.rk5oEA/_new 2011-04-14 14:38:37.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package jpeg8 (Version 8b) +# spec file for package jpeg8 # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,20 @@ # norootforbuild +%define major 8 +%define minor 0 +%define micro 2 +%define srcver 8b +%define libver %{major}.%{minor}.%{micro} +# major number of library from libjpeg-turbo +%define cmajor 62 -Name: jpeg8 +Name: jpeg%{major} License: BSD3c(or similar) Group: Productivity/Graphics/Convertors AutoReqProv: on -Version: 8b -Release: 1 +Version: %{srcver} +Release: 2 Summary: Independent JPEG Group's JPEG Software Url: http://www.ijg.org/ Source0: jpegsrc.v%{version}.tar.bz2 @@ -74,12 +81,13 @@ Davide Rossi <jpeg-i...@uunet.uu.net> Ge' Weijers <jpeg-i...@uunet.uu.net> -%package -n libjpeg8 +%package -n libjpeg%{major} + License: BSD3c(or similar) Summary: JPEG libraries -Version: 8.0.2 -Release: 2 +Version: %{libver} +Release: 3 Group: System/Libraries AutoReqProv: on # bug437293 @@ -88,7 +96,7 @@ %endif # -%description -n libjpeg8 +%description -n libjpeg%{major} The libraries (static and dynamic) for the jpeg-graphics format. The sources are contained in the jpeg source package. @@ -99,21 +107,23 @@ Rob Hooft <ho...@embl-heidelberg.de> Michael Mauldin <m...@cs.cmu.edu> -%package -n libjpeg8-devel +%package -n libjpeg%{major}-devel + + License: BSD3c(or similar) Summary: Development Tools for applications which will use the Libjpeg Library -Version: 8.0.2 -Release: 1 +Version: %{libver} +Release: 2 Group: Development/Libraries/C and C++ -Requires: libjpeg8 = %{version} -Conflicts: libjpeg62-devel +Requires: libjpeg%{major} = %{version} +Conflicts: libjpeg%{cmajor}-devel # bug437293 %ifarch ppc64 Obsoletes: libjpeg-devel-64bit %endif # -%description -n libjpeg8-devel +%description -n libjpeg%{major}-devel The libjpeg-devel package includes the header files and libraries necessary for compiling and linking programs which will manipulate JPEG files using the libjpeg library. @@ -121,7 +131,7 @@ %prep -%setup -q -n jpeg-8b +%setup -q -n jpeg-%{srcver} %patch0 %patch1 %patch2 -p1 @@ -141,9 +151,9 @@ %clean rm -rf $RPM_BUILD_ROOT -%post -n libjpeg8 -p /sbin/ldconfig +%post -n libjpeg%{major} -p /sbin/ldconfig -%postun -n libjpeg8 -p /sbin/ldconfig +%postun -n libjpeg%{major} -p /sbin/ldconfig %files %defattr(-,root,root) @@ -152,12 +162,12 @@ /usr/bin/* %doc %{_mandir}/man1/* -%files -n libjpeg8 +%files -n libjpeg%{major} %defattr(-,root,root) -%{_libdir}/libjpeg.so.8.0.2 -%{_libdir}/libjpeg.so.8 +%{_libdir}/libjpeg.so.%{libver} +%{_libdir}/libjpeg.so.%{major} -%files -n libjpeg8-devel +%files -n libjpeg%{major}-devel %defattr(-,root,root) /usr/include/*.h %{_libdir}/libjpeg.so ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org