commit librcd0 for openSUSE:Factory

2012-06-18 Thread h_root
Hello community,

here is the log from the commit of package librcd0 for openSUSE:Factory checked 
in at 2012-06-18 14:51:34

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-12-21 
14:57:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.librcd0.new/librcd0.changes 2012-06-18 
14:51:35.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 18 09:58:22 UTC 2012 - co...@suse.com
+
+- add baselibs.conf for librcc0 to use -32bit
+
+---

New:

  baselibs.conf



Other differences:
--
++ librcd0.spec ++
--- /var/tmp/diff_new_pack.Wyb09O/_old  2012-06-18 14:51:37.0 +0200
+++ /var/tmp/diff_new_pack.Wyb09O/_new  2012-06-18 14:51:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package librcd0
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   librcd0
 Version:0.1.13
 Release:0
@@ -23,6 +24,7 @@
 Group:  System/Libraries
 Url:http://rusxmms.sourceforge.net
 Source0:http://dside.dyndns.org/files/rusxmms/librcd-%{version}.tar.bz2
+Source100:  baselibs.conf
 BuildRequires:  libtool
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ baselibs.conf ++
librcd0
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit librcd0 for openSUSE:Factory

2011-12-21 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.librcd0.new/librcd0.changes 2011-12-21 
14:57:17.0 +0100
@@ -1,0 +2,13 @@
+Fri Dec 16 10:57:58 UTC 2011 - lazy.k...@opensuse.org
+
+- 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 - jeng...@medozas.de
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.UV34f3/_new  2011-12-21 14:57:17.0 +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 
+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 
-
 %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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit librcd0 for openSUSE:Factory

2011-11-22 Thread h_root
Hello community,

here is the log from the commit of package librcd0 for openSUSE:Factory checked 
in at 2011-11-22 17:48:14

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-09-23 
02:09:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.librcd0.new/librcd0.changes 2011-11-22 
17:48:20.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 22 10:17:33 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ librcd0.spec ++
--- /var/tmp/diff_new_pack.AWyeez/_old  2011-11-22 17:48:22.0 +0100
+++ /var/tmp/diff_new_pack.AWyeez/_new  2011-11-22 17:48:22.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package librcd0 (Version 0.1.13)
+# spec file for package librcd0
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,6 +23,7 @@
 Release:1
 License:LGPLv2.1+
 Summary:Russian Charset Detection Library
+BuildRequires:  libtool
 Url:http://rusxmms.sourceforge.net
 Group:  System/Libraries
 Source0:librcd-%{version}.tar.bz2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org