Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2013-12-11 16:15:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmwaw (Old)
 and      /work/SRC/openSUSE:Factory/.libmwaw.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmwaw"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2013-11-04 
15:09:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes     2013-12-11 
16:15:14.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Dec  3 13:27:31 UTC 2013 - [email protected]
+
+- Format with spec-cleaner
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libmwaw.spec ++++++
--- /var/tmp/diff_new_pack.VT1aO4/_old  2013-12-11 16:15:15.000000000 +0100
+++ /var/tmp/diff_new_pack.VT1aO4/_new  2013-12-11 16:15:15.000000000 +0100
@@ -17,6 +17,13 @@
 
 
 Name:           libmwaw
+Version:        0.1.9
+Release:        0
+Summary:        Pre Mac OSX text file formats parser library
+License:        (LGPL-2.1+ or MPL-2.0) and GPL-2.0+
+Group:          Productivity/Publishing/Word
+Url:            http://sourceforge.net/p/libmwaw/wiki/Home/
+Source:         
http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -26,13 +33,6 @@
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 BuildRequires:  zlib-devel
-Summary:        Pre Mac OSX text file formats parser library
-License:        (LGPL-2.1+ or MPL-2.0) and GPL-2.0+
-Group:          Productivity/Publishing/Word
-Version:        0.1.9
-Release:        0
-Url:            http://sourceforge.net/p/libmwaw/wiki/Home/
-Source:         
http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -40,17 +40,17 @@
 
 %define libname libmwaw-0_1-1
 
-%package -n %libname
+%package -n %{libname}
 Summary:        Pre Mac OSX text file formats parser library
 Group:          System/Libraries
 
-%description -n %libname
+%description -n %{libname}
 Libmwaw is a new project for converting many pre-OSX MAC text formats.
 
 %package devel
 Summary:        Files for Developing with libmwaw
 Group:          Development/Libraries/C and C++
-Requires:       %libname = %version
+Requires:       %{libname} = %{version}
 Requires:       libwpd-devel
 
 %description devel
@@ -82,23 +82,23 @@
 %configure \
        --disable-werror \
        --disable-static \
-       --docdir=%_docdir/%name
+       --docdir=%{_docdir}/%{name}
 make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR=%{buildroot} install
-rm %{buildroot}%_libdir/*.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 # documentation
 mkdir -p %{buildroot}%{_docdir}/%{name}
 cp -p COPYING.* %{buildroot}%{_docdir}/%{name}
 # docs have duped pictures
 %fdupes %{buildroot}
 
-%post -n %libname -p /sbin/ldconfig
+%post -n %{libname} -p /sbin/ldconfig
 
-%postun -n %libname -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 
-%files -n %libname
+%files -n %{libname}
 %defattr(-,root,root)
 %{_libdir}/*.so.*
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to