]> git.pld-linux.org Git - packages/flek.git/blobdiff - flek.spec
- tabs in preamble
[packages/flek.git] / flek.spec
index fe3fa9122551c778dc27a06cd27c149dc8e7f7ed..3f602d1da1ee61d4beae1ce5d5e7642d92fd7e86 100644 (file)
--- a/flek.spec
+++ b/flek.spec
@@ -1,11 +1,11 @@
 Summary:       High level cross-platform "environment" libraries based on Fltk
-Summary(pl):   Wysykopoziomowe miêdzyplatformowe biblioteki "¶rodowiskowe" bazuj±ce na Fltk
+Summary(pl.UTF-8):     Wysykopoziomowe międzyplatformowe biblioteki "środowiskowe" bazujące na Fltk
 Name:          flek
 Version:       0.2
-Release:       3
+Release:       4
 License:       GPL
 Group:         X11/Libraries
-Source0:       ftp://flek.sourceforge.net/pub/%{name}/%{name}-%{version}.agenda.tar.gz
+Source0:       ftp://flek.sourceforge.net/pub/flek/%{name}-%{version}.agenda.tar.gz
 # Source0-md5: 16ead4da819c0154f084a000b5ee19bf
 Patch0:                %{name}-DESTDIR.patch
 URL:           http://flek.sourceforge.net/
@@ -16,45 +16,44 @@ BuildRequires:      fltk-devel >= 1.0.11-3
 BuildRequires: libjpeg-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 Flek hopes to provide the same layer of functionality for Fltk that
-Gnome and KDE do for the Gtk and Qt toolkits, respectively.
+GNOME and KDE do for the GTK+ and Qt toolkits, respectively.
 Applications written with Flek should work cooperatively with
-applications written in either Gnome or KDE. Flek does not necessarily
+applications written in either GNOME or KDE. Flek does not necessarily
 intend to become a self contained desktop environment and we don't
-plan on duplicating the work of either Gnome or KDE in this regard.
+plan on duplicating the work of either GNOME or KDE in this regard.
 Aren't there enough IRC clients? ;-)
 
-%description -l pl
-Flek ma zapewniæ ten sam poziom funkcjonalno¶ci dla Fltk, co GNOME i
-KDE dla Gtk i Qt. Aplikacje korzystaj±ce z Fleka powinny wspó³pracowaæ
-z aplikacjami pisanymi dla GNOME lub KDE. Flek nie ma koniecznie
-zostaæ samodzielnym ¶rodowiskiem desktopu i nie jest planowane, by
-powiela³ pracê GNOME lub KDE w tym zakresie.
+%description -l pl.UTF-8
+Flek ma zapewnić ten sam poziom funkcjonalności dla Fltk, co GNOME i
+KDE dla GTK+ i Qt. Aplikacje korzystające z Fleka powinny
+współpracować z aplikacjami pisanymi dla GNOME lub KDE. Flek nie ma
+koniecznie zostać samodzielnym środowiskiem desktopu i nie jest
+planowane, by powielał pracę GNOME lub KDE w tym zakresie.
 
 %package devel
 Summary:       Flek header files and development documentation
-Summary(pl):   Pliki nag³ówkowe i dokumentacja programisty Fleka
+Summary(pl.UTF-8):     Pliki nagłówkowe i dokumentacja programisty Fleka
 Group:         X11/Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 
 %description devel
 Flek header files and development documentation.
 
-%description devel -l pl
-Pliki nag³ówkowe i dokumentacja programisty Fleka.
+%description devel -l pl.UTF-8
+Pliki nagłówkowe i dokumentacja programisty Fleka.
 
 %package static
 Summary:       Flek static libraries
-Summary(pl):   Biblioteki statyczne Fleka
+Summary(pl.UTF-8):     Biblioteki statyczne Fleka
 Group:         X11/Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Flek static libraries.
 
-%description static -l pl
+%description static -l pl.UTF-8
 Biblioteki statyczne Fleka.
 
 %prep
@@ -73,7 +72,8 @@ cp -f /usr/share/automake/config.* .
 rm -rf $RPM_BUILD_ROOT
 install -d $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.98188 seconds and 4 git commands to generate.