Hello community,

here is the log from the commit of package librcd0 for openSUSE:Factory checked 
in at 2011-12-21 14:57:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/librcd0 (Old)
 and      /work/SRC/openSUSE:Factory/.librcd0.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "librcd0", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/librcd0/librcd0.changes  2011-11-22 
17:48:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.librcd0.new/librcd0.changes     2011-12-21 
14:57:17.000000000 +0100
@@ -1,0 +2,13 @@
+Fri Dec 16 10:57:58 UTC 2011 - [email protected]
+
+- Corrected License tag according to SPDX standard.
+- Use full URL as a source.
+- Spec clean up and formatting.
+
+-------------------------------------------------------------------
+Tue Nov 22 16:10:07 UTC 2011 - [email protected]
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ librcd0.spec ++++++
--- /var/tmp/diff_new_pack.UV34f3/_old  2011-12-21 14:57:17.000000000 +0100
+++ /var/tmp/diff_new_pack.UV34f3/_new  2011-12-21 14:57:17.000000000 +0100
@@ -15,67 +15,52 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:           librcd0
 Version:        0.1.13
-Release:        1
-License:        LGPLv2.1+
+Release:        0
 Summary:        Russian Charset Detection Library
-BuildRequires:  libtool
-Url:            http://rusxmms.sourceforge.net
+License:        LGPL-2.1+
 Group:          System/Libraries
-Source0:        librcd-%{version}.tar.bz2
+Url:            http://rusxmms.sourceforge.net
+Source0:        http://dside.dyndns.org/files/rusxmms/librcd-%{version}.tar.bz2
+BuildRequires:  libtool
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Automatic encoding detection library for russian/ukrainian languages. Optimized
-for very small words and phrases.
-
-Authors:
---------
-    Suren A. Chilingaryan <[email protected]>
+Automatic encoding detection library for russian/ukrainian languages.
+Optimized for very small words and phrases.
 
 %package -n librcd-devel
-License:        LGPLv2.1+
-Group:          Development/Libraries/C and C++
 Summary:        Development Files for LibRCD
+Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
 
 %description -n librcd-devel
 Development files for the package LibRCD.
 
-Authors:
---------
-    Suren A. Chilingaryan <[email protected]>
-
 %prep
 %setup -qn librcd-%{version}
 
 %build
 ./autogen.sh
-%{configure} --disable-static
-%{__make} %{?jobs:-j %jobs}
+%configure --disable-static
+make %{?_smp_mflags}
 
 %install
-%{makeinstall}
-%{__rm} -f %{buildroot}%{_libdir}/*.la
-%{__rm} -rf %{_builddir}/librcd-%{version}/examples/{.deps,Makefile}
-
-%clean
-[ %{buildroot} != "/" ] && %{__rm} -rf %{buildroot}
+%make_install
+rm -f %{buildroot}%{_libdir}/*.la
+rm -rf %{_builddir}/librcd-%{version}/examples/{.deps,Makefile}
 
-%post -n %{name} -p /sbin/ldconfig
+%post -p /sbin/ldconfig
 
-%postun -n %{name} -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_libdir}/librcd.so.*
 
 %files -n librcd-devel
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README examples
 %{_includedir}/*
 %{_libdir}/librcd.so

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

Reply via email to