commit f76ed182bff90db5356b48c79ce9dfc336e11120307f0b4938bc0bbaf8824b1b Author: Jan Engelhardt Date: Fri Dec 6 19:00:40 2013 +0000 Accepting request 209678 from home:Lazy_Kent:testing This is the renamed package librcd0. Update to 0.1.14. librcd0 will be removed then. OBS-URL: https://build.opensuse.org/request/show/209678 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/librcd?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..e597d9b --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +librcd0 diff --git a/librcd-0.1.14.tar.bz2 b/librcd-0.1.14.tar.bz2 new file mode 100644 index 0000000..6d09b62 --- /dev/null +++ b/librcd-0.1.14.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261db28bc864fd4b2d3ba88403b2e421944281e323c1e39c0e61f5160c16b664 +size 308041 diff --git a/librcd.changes b/librcd.changes new file mode 100644 index 0000000..48907d4 --- /dev/null +++ b/librcd.changes @@ -0,0 +1,59 @@ +------------------------------------------------------------------- +Fri Dec 6 18:19:30 UTC 2013 - lazy.kent@opensuse.org + +- Update to 0.1.14. + * Added pkgconfig file. + +------------------------------------------------------------------- +Mon Jun 18 09:58:22 UTC 2012 - coolo@suse.com + +- add baselibs.conf for librcc0 to use -32bit + +------------------------------------------------------------------- +Fri Dec 16 10:57:58 UTC 2011 - lazy.kent@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 - jengelh@medozas.de + +- Remove redundant/unwanted tags/section (cf. specfile guidelines) +- Use %_smp_mflags for parallel building + +------------------------------------------------------------------- +Tue Nov 22 10:17:33 UTC 2011 - coolo@suse.com + +- add libtool as buildrequire to avoid implicit dependency + +------------------------------------------------------------------- +Wed Apr 7 10:49:09 UTC 2010 - lazy.kent.suse@gmail.com + +- corrected Summary + +------------------------------------------------------------------- +Fri Apr 2 19:32:38 UTC 2010 - lazy.kent.suse@gmail.com + +- add COPYING + +------------------------------------------------------------------- +Mon Mar 8 14:26:14 UTC 2010 - lazy.kent.suse@gmail.com + +- spec-file reworked + +------------------------------------------------------------------- +Sat Feb 13 00:00:00 MSK 2010 - csa@dside.dyndns.org + +- Update to 0.1.13 + +------------------------------------------------------------------- +Mon Oct 6 00:00:00 MSD 2008 - andamasov@gmail.com + +- Update to 0.1.11 + +------------------------------------------------------------------- +Wed Jun 18 00:00:00 MSD 2008 - highwaystar.ru@gmail.com + +- initial OBS build + diff --git a/librcd.spec b/librcd.spec new file mode 100644 index 0000000..5576f09 --- /dev/null +++ b/librcd.spec @@ -0,0 +1,81 @@ +# +# spec file for package librcd +# +# Copyright (c) 2013 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +%define major 0 + +Name: librcd +Version: 0.1.14 +Release: 0 +Summary: Russian Charset Detection Library +License: LGPL-2.1+ +Group: System/Libraries +Url: http://rusxmms.sourceforge.net +Source0: http://dside.dyndns.org/files/rusxmms/%{name}-%{version}.tar.bz2 +Source100: baselibs.conf +BuildRequires: libtool +BuildRequires: pkg-config +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +Automatic encoding detection library for russian/ukrainian languages. +Optimized for very small words and phrases. + +%package -n %{name}%{major} +Summary: Russian Charset Detection Library +Group: System/Libraries + +%description -n %{name}%{major} +Automatic encoding detection library for russian/ukrainian languages. +Optimized for very small words and phrases. + +%package devel +Summary: Development Files for LibRCD +Group: Development/Libraries/C and C++ +Requires: %{name}%{major} = %{version} + +%description devel +Development files for the package LibRCD. + +%prep +%setup -q + +%build +%configure --disable-static +make %{?_smp_mflags} + +%install +%make_install +rm -f %{buildroot}%{_libdir}/*.la +rm -rf %{_builddir}/%{name}-%{version}/examples/{.deps,Makefile} + +%post -n %{name}%{major} -p /sbin/ldconfig + +%postun -n %{name}%{major} -p /sbin/ldconfig + +%files -n %{name}%{major} +%defattr(-,root,root,-) +%{_libdir}/librcd.so.* + +%files devel +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog COPYING README examples +%{_includedir}/* +%{_libdir}/librcd.so +%{_libdir}/pkgconfig/* + +%changelog