Hello community, here is the log from the commit of package augeas for openSUSE:Factory checked in at 2012-02-20 16:06:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/augeas (Old) and /work/SRC/openSUSE:Factory/.augeas.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "augeas", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/augeas/augeas.changes 2012-01-27 15:16:52.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.augeas.new/augeas.changes 2012-02-20 16:06:52.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Feb 11 03:09:32 UTC 2012 - [email protected] + +- Remove rednudant tags/sections from specfile + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ augeas.spec ++++++ --- /var/tmp/diff_new_pack.qbXevJ/_old 2012-02-20 16:06:53.000000000 +0100 +++ /var/tmp/diff_new_pack.qbXevJ/_new 2012-02-20 16:06:53.000000000 +0100 @@ -16,13 +16,12 @@ # - Name: augeas Version: 0.9.0 -Release: 1 +Release: 0 Summary: A library for changing configuration files -Group: System/Libraries License: GPL-3.0+ ; LGPL-2.1+ +Group: System/Libraries Url: http://augeas.net/ Source0: http://augeas.net/download/augeas-%{version}.tar.gz Source1: baselibs.conf @@ -30,7 +29,8 @@ # PATCH-FIX-OPENSUSE bnc-729491-recognize-suse-sysconfig-files.patch [bnc#729491] Patch1: bnc-729491-recognize-suse-sysconfig-files.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: glib2-devel readline-devel +BuildRequires: glib2-devel +BuildRequires: readline-devel %description A library for programmatically editing configuration files. Augeas @@ -45,7 +45,6 @@ %define __shrlibname lib%{name}0 %package devel -License: GPL-3.0+ ; LGPL-2.1+ Summary: A library for changing configuration files Group: Development/Libraries/C and C++ Requires: %{__shrlibname} = %{version} @@ -61,7 +60,6 @@ file format and the transformation into a tree. %package -n %{__shrlibname} -License: GPL-3.0+ ; LGPL-2.1+ Summary: A library for changing configuration files Group: Development/Libraries/C and C++ Recommends: %{name}-lenses = %{version} @@ -77,7 +75,6 @@ file format and the transformation into a tree. %package lenses -License: GPL-3.0+ ; LGPL-2.1+ Summary: Official set of lenses for use by %{__shrlibname} Group: Development/Libraries/Other Requires: %{__shrlibname} = %{version} @@ -91,7 +88,6 @@ set of lenses. %package lense-tests -License: GPL-3.0+ ; LGPL-2.1+ Summary: Set of tests for official Augeas lenses Group: Development/Libraries/Other Requires: %{name}-lenses = %{version} @@ -108,19 +104,17 @@ %build export CFLAGS="-Wno-error $RPM_OPT_FLAGS" %configure --disable-static -%{__make} %_smp_mflags +make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' +find $RPM_BUILD_ROOT -name '*.la' -delete # move vim files to the right location mv $RPM_BUILD_ROOT/%{_datadir}/vim/vimfiles $RPM_BUILD_ROOT/%{_datadir}/vim/site -%post -n %{__shrlibname} -/sbin/ldconfig +%post -n %{__shrlibname} -p /sbin/ldconfig -%postun -n %{__shrlibname} -/sbin/ldconfig +%postun -n %{__shrlibname} -p /sbin/ldconfig %files %defattr(-,root,root,-) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
