Hello community,

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

Package is "librcc0", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/librcc0/librcc0.changes  2011-11-21 
15:47:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.librcc0.new/librcc0.changes     2011-12-21 
14:57:11.000000000 +0100
@@ -1,0 +2,14 @@
+Fri Dec 16 11:26:39 UTC 2011 - [email protected]
+
+- Corrected License tag according to SPDX standard.
+- Use full URL as a source.
+- Removed unsupported SUSE version check.
+- Spec clean up and formatting.
+
+-------------------------------------------------------------------
+Mon Nov 21 15:27:44 UTC 2011 - [email protected]
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ librcc0.spec ++++++
--- /var/tmp/diff_new_pack.vzIN64/_old  2011-12-21 14:57:12.000000000 +0100
+++ /var/tmp/diff_new_pack.vzIN64/_new  2011-12-21 14:57:12.000000000 +0100
@@ -15,47 +15,39 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           librcc0
 Version:        0.2.9
-Release:        8
-License:        LGPLv2.1+
+Release:        0
 Summary:        Russian Charset Conversion Library
-Url:            http://rusxmms.sourceforge.net
+License:        LGPL-2.1+
 Group:          System/Libraries
-Source0:        librcc-%{version}.tar.bz2
+Url:            http://rusxmms.sourceforge.net
+Source0:        http://dside.dyndns.org/files/rusxmms/librcc-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM librcc-printf.diff [email protected]
 Patch1:         librcc-printf.diff
-# PATCH-FIX-UPSTREAM librcc-0.2.9-suse-lint.diff [email protected]
-# -- remove rpmlint warnings
+# PATCH-FIX-UPSTREAM librcc-0.2.9-suse-lint.diff [email protected] -- 
remove rpmlint warnings
 Patch2:         librcc-0.2.9-suse-lint.diff
-# PATCH-FIX-UPSTREAM librcc-0.2.9-czech_config.patch [email protected]
-# -- fix Czech locale code in config file
+# PATCH-FIX-UPSTREAM librcc-0.2.9-czech_config.patch [email protected] 
-- fix Czech locale code in config file
 Patch3:         librcc-0.2.9-czech_config.patch
-# PATCH-FIX-UPSTREAM librcc-0.2.9-provide_prototype.patch [email protected]
-# -- fix clean-up in the case of context initialization failure
+# PATCH-FIX-UPSTREAM librcc-0.2.9-provide_prototype.patch 
[email protected] -- fix clean-up in the case of context initialization 
failure
 Patch4:         librcc-0.2.9-provide_prototype.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  aspell-devel librcd-devel libtool libxml2-devel pkg-config
-%if 0%{?suse_version} >= 1120
+BuildRequires:  aspell-devel
 BuildRequires:  enca-devel
-%endif
+BuildRequires:  librcd-devel
+BuildRequires:  libtool
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(libxml-2.0)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       rcc-runtime
 Supplements:    packageand(unzip:aspell)
 
 %description
-Provides posibility to automaticaly convert considered encodings (a lot of
-languages is supported, not only russian one) to/from UTF-8. The library
-is part of rusxmms patch.
-
-Authors:
---------
-    Suren A. Chilingaryan <[email protected]>
+Provides posibility to automaticaly convert considered encodings (a lot
+of languages is supported, not only russian one) to/from UTF-8. The
+library is part of rusxmms patch.
 
 %package -n librcc-devel
-License:        LGPLv2.1+
 Summary:        Development Files for LibRCC
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
@@ -63,22 +55,13 @@
 %description -n librcc-devel
 Development files for the package LibRCC.
 
-Authors:
---------
-    Suren A. Chilingaryan <[email protected]>
-
 %package -n rcc-runtime
-License:        LGPLv2.1+
 Summary:        LibRCC Runtime Environment
 Group:          Productivity/Text/Convertors
 
 %description -n rcc-runtime
 Runtime environment for the package LibRCC.
 
-Authors:
---------
-    Suren A. Chilingaryan <[email protected]>
-
 %prep
 %setup -qn librcc-%{version}
 %patch1
@@ -88,33 +71,30 @@
 
 %build
 ./autogen.sh
-%{configure} \
+%configure \
        --disable-static \
        --disable-bdb \
        --disable-libtranslate \
        --disable-gtk2
-%{__make} %{?jobs:-j %jobs}
+make %{?_smp_mflags}
 
 %install
-%{makeinstall}
-%{__install} -Dm 644 examples/rcc.xml %{buildroot}%{_sysconfdir}/rcc.xml
-%{__rm} -f %{buildroot}%{_libdir}/{*.la,rcc/engines/*.la}
-%{__rm} -rf %{_builddir}/librcc-%{version}/examples/{.deps,Makefile}
-
-%clean
-[ %{buildroot} != "/" ] && %{__rm} -rf %{buildroot}
+%make_install
+install -Dm 0644 examples/rcc.xml %{buildroot}%{_sysconfdir}/rcc.xml
+rm -f %{buildroot}%{_libdir}/{*.la,rcc/engines/*.la}
+rm -rf %{_builddir}/librcc-%{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}/librcc.so.*
 %{_libdir}/librccui.so.*
 
 %files -n librcc-devel
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc docs examples
 %{_includedir}/*
 %{_libdir}/lib*.so

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

Reply via email to