Hello community,

here is the log from the commit of package liborcus for openSUSE:Factory 
checked in at 2014-01-30 11:30:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liborcus (Old)
 and      /work/SRC/openSUSE:Factory/.liborcus.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liborcus"

Changes:
--------
--- /work/SRC/openSUSE:Factory/liborcus/liborcus.changes        2014-01-07 
13:56:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.liborcus.new/liborcus.changes   2014-01-30 
11:30:31.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Jan 25 20:58:25 UTC 2014 - tchva...@suse.com
+
+- Clean with spec-cleaner and Verbosify the output.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ liborcus.spec ++++++
--- /var/tmp/diff_new_pack.RjsZFn/_old  2014-01-30 11:30:31.000000000 +0100
+++ /var/tmp/diff_new_pack.RjsZFn/_new  2014-01-30 11:30:31.000000000 +0100
@@ -17,7 +17,6 @@
 
 
 %define libname liborcus-0_6-0
-
 Name:           liborcus
 Version:        0.5.1
 Release:        0
@@ -63,7 +62,7 @@
 %package devel
 Summary:        Spreadsheet file processing library
 Group:          Development/Libraries/C and C++
-Requires:       %libname = %version
+Requires:       %{libname} = %{version}
 Requires:       zlib-devel
 
 %description devel
@@ -73,12 +72,11 @@
 %package tools
 Summary:        Spreadsheet file processing library
 Group:          Productivity/Publishing/Word
-Requires:       %libname = %version
+Requires:       %{libname} = %{version}
 
 %description tools
 Tools to work with various xml streams.
 
-
 %prep
 %setup -q
 %patch0 -p1
@@ -92,21 +90,21 @@
        --disable-static \
        --disable-debug \
        --disable-werror \
-       --docdir=%_docdir/%name
-make %{?_smp_mflags}
+       --docdir=%{_docdir}/%{name}
+make %{?_smp_mflags} V=1
 
 %check
-make check
+make check %{?_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
 
-%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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to