SPECS: libnotify.spec - pl, separated -static

qboosh qboosh at pld-linux.org
Mon Oct 10 19:36:33 CEST 2005


Author: qboosh                       Date: Mon Oct 10 17:36:33 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, separated -static

---- Files affected:
SPECS:
   libnotify.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/libnotify.spec
diff -u SPECS/libnotify.spec:1.2 SPECS/libnotify.spec:1.3
--- SPECS/libnotify.spec:1.2	Thu Oct  6 22:49:47 2005
+++ SPECS/libnotify.spec	Mon Oct 10 19:36:28 2005
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 Summary:	Desktop notifications library
+Summary(pl):	Biblioteka powiadomień dla pulpitu
 Name:		libnotify
 Version:	0.2.2
 Release:	0.1
@@ -13,19 +14,41 @@
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-A library that sends desktop notifications to a notification daemon, as
-defined in the Desktop Notifications spec. These notifications can be
-used to inform the user about an event or display some form of
+A library that sends desktop notifications to a notification daemon,
+as defined in the Desktop Notifications spec. These notifications can
+be used to inform the user about an event or display some form of
 information without getting in the user's way.
 
+%description -l pl
+Biblioetka wysyłająca powiadomienia dla pulpitu do demona powiadomień
+zgodnie ze specyfikacją Desktop Notifications. Powiadomienia te mogą
+być używane do informowania użytkownika o zdarzeniu lub wyświetlania
+jakiejś formy informacji bez wchodzenia użytkownikowi w drogę.
+
 %package devel
 Summary:	libnotify header files
+Summary(pl):	Pliki nagłówkowe biblioteki libnotify
 Group:		Development/Libraries
-Requires:	%{name} = %{version}
+Requires:	%{name} = %{version}-%{release}
 
 %description devel
 Header files for libnotify-based programs development.
 
+%description devel -l pl
+Pliki nagłówkowe do tworzenia programów opartych o libnotify.
+
+%package static
+Summary:	Static libnotify library
+Summary(pl):	Statyczna biblioteka libnotify
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static libnotify library.
+
+%description static -l pl
+Statyczna biblioteka libnotify.
+
 %prep
 %setup -q
 
@@ -35,6 +58,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
@@ -53,20 +77,25 @@
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.a
 %{_libdir}/lib*.la
-%{_libdir}/pkgconfig/*
+%{_pkgconfigdir}/*
 %{_includedir}/*
 
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
+
 %define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/10/10 17:36:28  qboosh
+- pl, separated -static
+
 Revision 1.2  2005/10/06 20:49:47  patrys
 - correct rights for binaries
 
 Revision 1.1  2005/10/06 20:47:25  patrys
 - add notification support for PLD
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libnotify.spec?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list