]> git.pld-linux.org Git - packages/fribidi.git/blobdiff - fribidi.spec
- ver. 0.10.9 (NFY)
[packages/fribidi.git] / fribidi.spec
index 2c68a3f9fc03b7ac7beb5aa5e741e390c41a23b1..7d0e0ba2bf6f20cc7ded10c114b62c6d29f3e964 100644 (file)
@@ -1,30 +1,30 @@
-%define        snap    20011029
 Summary:       Library implementing the Unicode BiDi algorithm
-Summary(pl):   Biblioteka implementuj±ca algorytm Unicode BiDi
+Summary(pl.UTF-8):     Biblioteka implementująca algorytm Unicode BiDi
 Name:          fribidi
-Version:       0.10.4
-Release:       1
+Version:       0.10.9
+Release:       0.1
 License:       LGPL
 Group:         Libraries
-Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
-URL:           http://fribi.sf.net/
+Source0:       http://fribidi.org/download/%{name}-%{version}.tar.gz
+# Source0-md5: 647aee89079b056269ff0918dc1c6d28
+URL:           http://fribidi.freedesktop.org/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     libfribidi0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 A Free Implementation of the Unicode BiDi algorithm.
 
-%description -l pl
+%description -l pl.UTF-8
 Implementacja algorytmu Unicode BiDi.
 
 %package devel
 Summary:       Library implementing the Unicode BiDi algorithm
-Summary(pl):   Implementacja algorytmu Unicode BiDi
+Summary(pl.UTF-8):     Implementacja algorytmu Unicode BiDi
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 Obsoletes:     libfribidi0-devel
 
 %description devel
@@ -34,20 +34,20 @@ package.
 Install fribidi-devel if you want to develop programs which will use
 fribidi.
 
-%description devel -l pl
-Pliki developerskie pozwalaj±ce na wykorzystywanie biblioteki fribidi
+%description devel -l pl.UTF-8
+Pliki developerskie pozwalające na wykorzystywanie biblioteki fribidi
 w swoim oprogramowaniu.
 
 %package static
 Summary:       Static %{name} libraries
-Summary(pl):   Biblioteki statyczne %{name}
+Summary(pl.UTF-8):     Biblioteki statyczne %{name}
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Static %{name} libraries.
 
-%description static -l pl
+%description static -l pl.UTF-8
 Biblioteki statyczne %{name}.
 
 %prep
@@ -66,7 +66,8 @@ rm -f missing acinclude.m4
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.173117 seconds and 4 git commands to generate.