]> git.pld-linux.org Git - packages/Mowitz.git/commitdiff
- pl, install Slider manual in man3 dir, don't include Makefiles in doc
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 18 Aug 2004 21:56:52 +0000 (21:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Mowitz.spec -> 1.4

Mowitz.spec

index 5a27768c946681853fb7f7bb5fbbdf987f4d4be3..b48a393dc8e57ca71e1b96bb50611cfccf4bad5c 100644 (file)
@@ -1,5 +1,5 @@
 Summary:       This is the Mowitz ("More widgets") library
-Summary(pl):   Biblioteka Mowitz
+Summary(pl):   Biblioteka Mowitz ("More widgets" - "wiêcej widgetów")
 Name:          Mowitz
 Version:       0.3.0
 Release:       1
@@ -16,8 +16,10 @@ 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
+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
@@ -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.070061 seconds and 4 git commands to generate.