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