]> git.pld-linux.org Git - packages/fribidi.git/blob - fribidi.spec
- changed Version to 0.9.0.%%{snap}.
[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.9.0.%{snap}
6 Release:        1
7 License:        LGPL
8 Group:          Libraries
9 Group(de):      Libraries
10 Group(es):      Bibliotecas
11 Group(fr):      Librairies
12 Group(pl):      Biblioteki
13 Group(pt_BR):   Bibliotecas
14 Group(ru):      âÉÂÌÉÏÔÅËÉ
15 Group(uk):      â¦Â̦ÏÔÅËÉ
16 Source0:        cvs://anonymous@cvs.fribidi.sourceforge.net:/cvsroot/fribidi/%{name}-%{snap}.tar.gz
17 Source1:        %{name}.pc
18 Patch0:         %{name}-am_ac.patch
19 URL:            http://fribi.sf.net/
20 BuildRequires:  autoconf
21 BuildRequires:  automake
22 BuildRequires:  libtool
23 BuildRequires:  glib2-devel >= 1.3.10
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 A Free Implementation of the Unicode BiDi algorithm.
28
29 %description -l pl
30 Implementacja algorytmu Unicde BiDi.
31
32 %package devel
33 Summary:        Library implementing the Unicode BiDi algorithm
34 Summary(pl):    Implementacja algorytmu Unicode BiDi
35 Group:          Development/Libraries
36 Group(de):      Entwicklung/Libraries
37 Group(es):      Desarrollo/Bibliotecas
38 Group(fr):      Development/Librairies
39 Group(pl):      Programowanie/Biblioteki
40 Group(pt_BR):   Desenvolvimento/Bibliotecas
41 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
42 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
43 Requires:       %{name} = %{version}
44
45 %description devel
46 The fribidi-devel package includes header files for the fribidi
47 package.
48
49 Install fribidi-devel if you want to develop programs which will use
50 fribidi.
51
52 %description -l pl devel
53 Pliki developerskie pozwalaj±ce na wykorzystywanie biblioteki fribidi
54 w swoim oprogramowaniu.
55
56 %package static
57 Summary:        Static %{name} libraries
58 Summary(pl):    Biblioteki statyczne %{name}
59 Group:          Development/Libraries
60 Group(de):      Entwicklung/Libraries
61 Group(es):      Desarrollo/Bibliotecas
62 Group(fr):      Development/Librairies
63 Group(pl):      Programowanie/Biblioteki
64 Group(pt_BR):   Desenvolvimento/Bibliotecas
65 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
66 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
67 Requires:       %{name}-devel = %{version}
68
69 %description static
70 Static %{name} libraries.
71
72 %description -l pl static
73 Biblioteki statyczne %{name}.
74
75 %prep
76 %setup -q -n %{name}-%{snap}
77 %patch0 -p1
78
79 %build
80 rm -f acinclude.m4
81 libtoolize --force --copy
82 aclocal
83 autoheader
84 autoconf
85 automake -a -c
86 %configure 
87 %{__make}
88
89 %install
90 rm -rf $RPM_BUILD_ROOT
91 install -d $RPM_BUILD_ROOT%{_pkgconfigdir}
92
93 install %{SOURCE1}      $RPM_BUILD_ROOT%{_pkgconfigdir}/%{name}.pc
94
95 %{__make} install DESTDIR=$RPM_BUILD_ROOT
96
97 gzip -9nf AUTHORS ChangeLog NEWS README THANKS TODO
98
99 %clean
100 rm -rf $RPM_BUILD_ROOT
101
102 %post   -p /sbin/ldconfig
103 %postun -p /sbin/ldconfig
104
105 %files
106 %defattr(644,root,root,755)
107 %attr(755,root,root) %{_bindir}/fribidi
108 %attr(755,root,root) %{_libdir}/libfribidi.so.*.*.*
109
110 %files devel
111 %defattr(644,root,root,755)
112 %doc *.gz
113 %attr(755,root,root) %{_bindir}/fribidi-config
114 %attr(755,root,root) %{_libdir}/lib*.so
115 %attr(755,root,root) %{_libdir}/lib*.la
116 %{_includedir}/fribidi
117 %{_pkgconfigdir}/*.pc
118
119 %files static
120 %defattr(644,root,root,755)
121 %{_libdir}/lib*.a
This page took 0.089875 seconds and 3 git commands to generate.