]> git.pld-linux.org Git - packages/Mowitz.git/blobdiff - Mowitz.spec
- tabs in preamble
[packages/Mowitz.git] / Mowitz.spec
index 5a27768c946681853fb7f7bb5fbbdf987f4d4be3..475a20c4ec4aa43d7d0d4f5f5c76f87bee347d8e 100644 (file)
@@ -1,5 +1,5 @@
 Summary:       This is the Mowitz ("More widgets") library
-Summary(pl):   Biblioteka Mowitz
+Summary(pl.UTF-8):     Biblioteka Mowitz ("More widgets" - "więcej widgetów")
 Name:          Mowitz
 Version:       0.3.0
 Release:       1
@@ -16,31 +16,33 @@ The project's goal is to create a library of widgets for X
 applications to use. The widgets have been snarfed from various
 sources and are all open source (GPL or MIT licenses).
 
-#%description -l pl
-#TODO
+%description -l pl.UTF-8
+Celem projektu jest stworzenie biblioteki widgetów do używania przez
+aplikacje X. Widgety zostały ściągnięte z różnych źródeł i mają
+otwarte źródła (na licencji GPL lub MIT).
 
 %package devel
 Summary:       Header files for Mowitz library
-Summary(pl):   Pliki nag³ówkowe biblioteki Mowitz
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki Mowitz
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 
 %description devel
 Header files for Mowitz library.
 
-%description devel -l pl
-Pliki nag³ówkowe biblioteki Mowitz.
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki Mowitz.
 
 %package static
 Summary:       Static Mowitz library
-Summary(pl):   Statyczna biblioteka Mowitz
+Summary(pl.UTF-8):     Statyczna biblioteka Mowitz
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Static Mowitz library.
 
-%description static -l pl
+%description static -l pl.UTF-8
 Statyczna biblioteka Mowitz.
 
 %prep
@@ -56,6 +58,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+install -D doc/Slider.man $RPM_BUILD_ROOT%{_mandir}/man3/Slider.3
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -71,10 +75,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc doc/*
+%doc doc/[!MS]* doc/Slider.README
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
 %{_includedir}/%{name}
+%{_mandir}/man3/*.3*
 
 %files static
 %defattr(644,root,root,755)
This page took 0.210633 seconds and 4 git commands to generate.