]> git.pld-linux.org Git - packages/fribidi.git/blob - fribidi.spec
- updated to 0.10.4 (now whole Unicode BiDi algorithm is implemented)
[packages/fribidi.git] / fribidi.spec
1 %define snap    20011029
2 Summary:        Library implementing the Unicode BiDi algorithm
3 Summary(pl):    Biblioteka implementuj±ca algorytm Unicode BiDi
4 Name:           fribidi
5 Version:        0.10.4
6 Release:        1
7 License:        LGPL
8 Group:          Libraries
9 Source0:        ftp://ftp.sourceforge.net/pub/sourceforge/%{name}/%{name}-%{version}.tar.bz2
10 URL:            http://fribi.sf.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15 Obsoletes:      libfribidi0
16
17 %description
18 A Free Implementation of the Unicode BiDi algorithm.
19
20 %description -l pl
21 Implementacja algorytmu Unicode BiDi.
22
23 %package devel
24 Summary:        Library implementing the Unicode BiDi algorithm
25 Summary(pl):    Implementacja algorytmu Unicode BiDi
26 Group:          Development/Libraries
27 Requires:       %{name} = %{version}
28 Obsoletes:      libfribidi0-devel
29
30 %description devel
31 The fribidi-devel package includes header files for the fribidi
32 package.
33
34 Install fribidi-devel if you want to develop programs which will use
35 fribidi.
36
37 %description devel -l pl
38 Pliki developerskie pozwalaj±ce na wykorzystywanie biblioteki fribidi
39 w swoim oprogramowaniu.
40
41 %package static
42 Summary:        Static %{name} libraries
43 Summary(pl):    Biblioteki statyczne %{name}
44 Group:          Development/Libraries
45 Requires:       %{name}-devel = %{version}
46
47 %description static
48 Static %{name} libraries.
49
50 %description static -l pl
51 Biblioteki statyczne %{name}.
52
53 %prep
54 %setup -q
55
56 %build
57 rm -f acinclude.m4
58 %{__libtoolize}
59 aclocal
60 autoheader
61 %{__autoconf}
62 %{__automake}
63 %configure
64 %{__make}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} install DESTDIR=$RPM_BUILD_ROOT
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %post   -p /sbin/ldconfig
75 %postun -p /sbin/ldconfig
76
77 %files
78 %defattr(644,root,root,755)
79 %doc AUTHORS ChangeLog NEWS README THANKS TODO
80 %attr(755,root,root) %{_bindir}/fribidi
81 %attr(755,root,root) %{_libdir}/libfribidi.so.*.*.*
82
83 %files devel
84 %defattr(644,root,root,755)
85 %attr(755,root,root) %{_bindir}/fribidi-config
86 %attr(755,root,root) %{_libdir}/lib*.so
87 %attr(755,root,root) %{_libdir}/lib*.la
88 %{_includedir}/fribidi
89 %{_pkgconfigdir}/*.pc
90
91 %files static
92 %defattr(644,root,root,755)
93 %{_libdir}/lib*.a
This page took 0.160847 seconds and 3 git commands to generate.