Hello community, here is the log from the commit of package liblept2 for openSUSE:Factory checked in at 2011-12-21 10:00:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liblept2 (Old) and /work/SRC/openSUSE:Factory/.liblept2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liblept2", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/liblept2/liblept2.changes 2011-11-21 15:46:30.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.liblept2.new/liblept2.changes 2011-12-21 10:00:57.000000000 +0100 @@ -1,0 +2,10 @@ +Fri Dec 16 11:41:18 UTC 2011 - [email protected] + +- More spec clean up. + +------------------------------------------------------------------- +Sun Nov 20 19:09:55 UTC 2011 - [email protected] + +- Remove redundant/unwanted tags/section (cf. specfile guidelines) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liblept2.spec ++++++ --- /var/tmp/diff_new_pack.CshaWi/_old 2011-12-21 10:00:59.000000000 +0100 +++ /var/tmp/diff_new_pack.CshaWi/_new 2011-12-21 10:00:59.000000000 +0100 @@ -15,16 +15,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - -%define major 2 - -Name: liblept%{major} +Name: liblept2 Version: 1.68 Release: 0 -License: Apache-2.0 Summary: Leptonica Library -Url: http://code.google.com/p/leptonica/ +License: Apache-2.0 Group: System/Libraries +Url: http://code.google.com/p/leptonica/ Source0: http://leptonica.googlecode.com/files/leptonica-%{version}.tar.gz Source1: baselibs.conf BuildRequires: giflib-devel @@ -39,12 +36,6 @@ %description Library for efficient image processing and image analysis operations. - - -Authors: --------- - Dan Bloomberg <[email protected]> - %package -n liblept-devel Summary: Leptonica Development Files Group: Development/Libraries/C and C++ @@ -53,12 +44,6 @@ %description -n liblept-devel Development files for Leptonica library. - - -Authors: --------- - Dan Bloomberg <[email protected]> - %package -n leptonica-tools Summary: Leptonica tools Group: Development/Tools/Other @@ -66,30 +51,21 @@ %description -n leptonica-tools Regression tests and example programs for Leptonica. - - -Authors: --------- - Dan Bloomberg <[email protected]> - %prep %setup -qn leptonica-%{version} %build autoreconf -fi %configure --disable-static -%__make %{?_smp_mflags} +make %{?_smp_mflags} %install -%makeinstall -%__rm -f %{buildroot}%{_libdir}/*.la - -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} +%make_install +rm -f %{buildroot}%{_libdir}/*.la -%post -n %{name} -p /sbin/ldconfig +%post -p /sbin/ldconfig -%postun -n %{name} -p /sbin/ldconfig +%postun -p /sbin/ldconfig %files %defattr(-,root,root,-) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
