/rusxmms/librcd

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

« back to all changes in this revision

Viewing changes to librcd.spec.in

  • Committer: Suren A. Chilingaryan
  • Date: 2005-06-16 23:19:27 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcd--main--0.1--base-0
initial import

(automatically generated log message)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Summary: Russian Encoding Detection Library
 
2
Name: librcd
 
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: librcd-%{version}.tar.bz2
 
11
BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
12
URL: http://rusxmms.sourceforge.net
 
13
Prefix: %{_prefix}
 
14
Docdir: %{_docdir}
 
15
 
 
16
%description
 
17
Automatic charset detection library for russian/ukrainian languages. Optimized
 
18
for very small words and phrases.
 
19
 
 
20
%package devel 
 
21
Summary: Russian Encoding Detection Library
 
22
Group: Development/Libraries 
 
23
Requires: librcd = %{version}
 
24
 
 
25
%description devel
 
26
Automatic charset detection library for russian/ukrainian languages. Optimized
 
27
for very small words and phrases.
 
28
 
 
29
%prep
 
30
%setup -q
 
31
 
 
32
%build
 
33
%configure
 
34
 
 
35
%install
 
36
%makeinstall prefix=$RPM_BUILD_ROOT%{prefix} 
 
37
 
 
38
%clean
 
39
rm -rf $RPM_BUILD_ROOT
 
40
 
 
41
%post -p /sbin/ldconfig
 
42
 
 
43
%postun -p /sbin/ldconfig
 
44
 
 
45
%files 
 
46
%defattr(-, root, root)
 
47
#%doc AUTHORS ChangeLog NEWS README Copyright
 
48
%{prefix}/lib/lib*.so.*
 
49
 
 
50
%files devel
 
51
%defattr(-, root, root)  
 
52
%doc example
 
53
%{prefix}/include/
 
54
%{prefix}/lib/lib*.so
 
55
%{prefix}/lib/*.a
 
56
 
 
57
%changelog