commit jasper for openSUSE:Factory
Hello community, here is the log from the commit of package jasper for openSUSE:Factory checked in at Fri Jul 30 12:46:10 CEST 2010. -------- --- jasper/jasper.changes 2009-12-16 11:17:42.000000000 +0100 +++ /mounts/work_src_done/STABLE/jasper/jasper.changes 2010-07-29 11:05:54.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Jul 29 08:54:37 UTC 2010 - coolo@novell.com + +- do not build the highlevel image viewer in a basic library + (in case someone needs it, we better do a 2nd spec file) +- follow shared library policy + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jasper.spec ++++++ --- /var/tmp/diff_new_pack.ZZHAQp/_old 2010-07-30 12:45:43.000000000 +0200 +++ /var/tmp/diff_new_pack.ZZHAQp/_new 2010-07-30 12:45:43.000000000 +0200 @@ -19,13 +19,13 @@ Name: jasper -BuildRequires: freeglut-devel libdrm-devel libjpeg-devel libstdc++-devel +BuildRequires: gcc-c++ libdrm-devel libjpeg-devel Url: http://www.ece.uvic.ca/~mdadams/jasper/ License: Public Domain, Freeware Group: Productivity/Graphics/Convertors AutoReqProv: on Version: 1.900.1 -Release: 136 +Release: 143 Summary: An Implementation of the JPEG-2000 Standard, Part 1 Source: %{name}-%{version}.tar.bz2 Source2: baselibs.conf @@ -39,13 +39,7 @@ standard, JPEG-2000, Part 1. It consists of tools for conversion to and from the JP2 and JPC formats. - - -Authors: --------- - Michael D. Adams <mdadams@ieee.org> - -%package -n libjasper +%package -n libjasper1 License: Public Domain, Freeware Summary: JPEG-2000 library Group: Productivity/Graphics/Convertors @@ -53,18 +47,15 @@ %ifarch ppc64 Obsoletes: libjasper-64bit %endif +# used in <= 11.3 +Obsoletes: libjasper +Provides: libjasper # -%description -n libjasper +%description -n libjasper1 This package contains libjasper, a library implementing the JPEG-2000 image compression standard Part 1. - - -Authors: --------- - Michael D. Adams <mdadams@ieee.org> - %package -n libjasper-devel License: Public Domain, Freeware Summary: JPEG-2000 library - files mandatory for development @@ -74,19 +65,13 @@ Obsoletes: libjasper-devel-64bit %endif # -Requires: libjasper = %{version} +Requires: libjasper1 = %{version} Requires: libjpeg-devel %description -n libjasper-devel This package contains libjasper, a library implementing the JPEG-2000 image compression standard Part 1. - - -Authors: --------- - Michael D. Adams <mdadams@ieee.org> - %prep %setup -q %patch @@ -97,7 +82,7 @@ %{suse_update_config} autoreconf -i -f CFLAGS="$RPM_OPT_FLAGS -Wall" ./configure --prefix=/usr --enable-shared --disable-static --libdir=%{_libdir} -make %{?jobs:-j%jobs}; +make %{?jobs:-j%jobs} %install make install DESTDIR=$RPM_BUILD_ROOT @@ -106,22 +91,19 @@ # compatibility link, there was no interface change ln -s libjasper.so.1.0.0 $RPM_BUILD_ROOT%{_libdir}/libjasper-1.701.so.1 -%post -n libjasper -%run_ldconfig +%post -n libjasper1 -p /sbin/ldconfig -%postun -n libjasper -%run_ldconfig +%postun -n libjasper1 -p /sbin/ldconfig %files %defattr(-,root,root) -%doc COPYRIGHT ChangeLog INSTALL LICENSE NEWS README doc/* +%doc COPYRIGHT INSTALL LICENSE NEWS README doc/* /usr/bin/imgcmp /usr/bin/imginfo /usr/bin/jasper -/usr/bin/jiv %{_mandir}/man*/* -%files -n libjasper +%files -n libjasper1 %defattr(-,root,root) %{_libdir}/libjasper*.so.* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de