Hello community, here is the log from the commit of package liblept2 for openSUSE:12.2 checked in at 2012-06-26 16:10:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.2/liblept2 (Old) and /work/SRC/openSUSE:12.2/.liblept2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liblept2", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:12.2/liblept2/liblept2.changes 2012-06-25 15:44:14.000000000 +0200 +++ /work/SRC/openSUSE:12.2/.liblept2.new/liblept2.changes 2012-06-26 16:10:16.000000000 +0200 @@ -1,0 +2,7 @@ +Sat Jun 23 05:40:19 UTC 2012 - [email protected] + +- Add "leptonica-" prefix to tools. +- Don't install test programs. +- Correct leptonica-tools summary and description. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liblept2.spec ++++++ --- /var/tmp/diff_new_pack.pLS1Nv/_old 2012-06-26 16:10:16.000000000 +0200 +++ /var/tmp/diff_new_pack.pLS1Nv/_new 2012-06-26 16:10:16.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package liblept2 # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: liblept2 Version: 1.68 Release: 0 @@ -29,7 +30,7 @@ BuildRequires: libtiff-devel BuildRequires: libtool %if 0%{?suse_version} >= 1210 -BuildRequires: libwebp-devel +BuildRequires: pkgconfig(libwebp) %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -46,22 +47,25 @@ %package -n leptonica-tools Summary: Leptonica tools -Group: Development/Tools/Other +Group: Productivity/Graphics/Other %description -n leptonica-tools -Regression tests and example programs for Leptonica. +Programs for manipulating images. %prep %setup -qn leptonica-%{version} %build autoreconf -fi -%configure --disable-static +%configure \ + --disable-static \ + --program-prefix=leptonica- make %{?_smp_mflags} %install %make_install rm -f %{buildroot}%{_libdir}/*.la +rm -f %{buildroot}%{_bindir}/{*gen,*reg,*test*} %post -p /sbin/ldconfig @@ -80,6 +84,6 @@ %files -n leptonica-tools %defattr(-,root,root,-) %doc leptonica-license.txt -%{_bindir}/* +%{_bindir}/leptonica-* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
