/rusxmms/librcc

To get this branch, use:
bzr branch http://suren.me/webbzr/rusxmms/librcc

« back to all changes in this revision

Viewing changes to librcc.spec.in

  • Committer: Suren A. Chilingaryan
  • Date: 2005-06-16 23:14:30 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcc--main--0.1--base-0
Initial Import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Summary: Russian Encoding Conversion Library
 
2
Name: librcc
 
3
Version: @VERSION@
 
4
Release: csa
 
5
License: GPL
 
6
Group: Development/Libraries
 
7
Vendor: DarkSoft <ds7fff@myrealbox.com>
 
8
Distribution: DarkLin <ds7fff@myrealbox.com>
 
9
Packager: Suren A. Chilingaryan <ds7fff@myrealbox.com>
 
10
Source: librcc-%{version}.tar.bz2
 
11
BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
12
URL: http://rusxmms.sourceforge.net
 
13
Prefix: %{_prefix}
 
14
Docdir: %{_docdir}
 
15
BuildRequires: librcd-devel
 
16
Requires: librcd
 
17
 
 
18
%description
 
19
Provides posibility to automaticaly convert considered encodings (a lot of 
 
20
languages is supported, not only russian one) to/from UTF-8. The library
 
21
is part of rusxmms patch.
 
22
 
 
23
%package devel 
 
24
Summary: Russian Encoding Conversion Library
 
25
Group: Development/Libraries 
 
26
Requires: librcd = %{version}
 
27
 
 
28
%description devel
 
29
Provides posibility to automaticaly convert considered encodings (a lot of 
 
30
languages is supported, not only russian one) to/from UTF-8. The library
 
31
is part of rusxmms patch.
 
32
 
 
33
%prep
 
34
%setup -q
 
35
 
 
36
%build
 
37
%configure
 
38
 
 
39
%install
 
40
%makeinstall prefix=$RPM_BUILD_ROOT%{prefix} 
 
41
 
 
42
%clean
 
43
rm -rf $RPM_BUILD_ROOT
 
44
 
 
45
%post -p /sbin/ldconfig
 
46
 
 
47
%postun -p /sbin/ldconfig
 
48
 
 
49
%files 
 
50
%defattr(-, root, root)
 
51
#%doc AUTHORS ChangeLog NEWS README Copyright
 
52
%{prefix}/lib/lib*.so.*
 
53
 
 
54
%files devel
 
55
%defattr(-, root, root)  
 
56
%doc example
 
57
%{prefix}/include/
 
58
%{prefix}/lib/lib*.so
 
59
%{prefix}/lib/*.a
 
60
 
 
61
%changelog