summaryrefslogtreecommitdiffstats
path: root/librcc.spec.in
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2005-06-16 23:14:30 +0000
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2005-06-16 23:14:30 +0000
commit3aa2acb1aa6931d9a5cab87fe9bef94086e25d16 (patch)
treec3b86c2f004e7a8498efbe41e72f42d81acde9ea /librcc.spec.in
downloadlibrcc-3aa2acb1aa6931d9a5cab87fe9bef94086e25d16.tar.gz
librcc-3aa2acb1aa6931d9a5cab87fe9bef94086e25d16.tar.bz2
librcc-3aa2acb1aa6931d9a5cab87fe9bef94086e25d16.tar.xz
librcc-3aa2acb1aa6931d9a5cab87fe9bef94086e25d16.zip
Initial Import
Diffstat (limited to 'librcc.spec.in')
-rw-r--r--librcc.spec.in61
1 files changed, 61 insertions, 0 deletions
diff --git a/librcc.spec.in b/librcc.spec.in
new file mode 100644
index 0000000..69531b3
--- /dev/null
+++ b/librcc.spec.in
@@ -0,0 +1,61 @@
+Summary: Russian Encoding Conversion Library
+Name: librcc
+Version: @VERSION@
+Release: csa
+License: GPL
+Group: Development/Libraries
+Vendor: DarkSoft <ds7fff@myrealbox.com>
+Distribution: DarkLin <ds7fff@myrealbox.com>
+Packager: Suren A. Chilingaryan <ds7fff@myrealbox.com>
+Source: librcc-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+URL: http://rusxmms.sourceforge.net
+Prefix: %{_prefix}
+Docdir: %{_docdir}
+BuildRequires: librcd-devel
+Requires: librcd
+
+%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.
+
+%package devel
+Summary: Russian Encoding Conversion Library
+Group: Development/Libraries
+Requires: librcd = %{version}
+
+%description devel
+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.
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%install
+%makeinstall prefix=$RPM_BUILD_ROOT%{prefix}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-, root, root)
+#%doc AUTHORS ChangeLog NEWS README Copyright
+%{prefix}/lib/lib*.so.*
+
+%files devel
+%defattr(-, root, root)
+%doc example
+%{prefix}/include/
+%{prefix}/lib/lib*.so
+%{prefix}/lib/*.a
+
+%changelog