SPECS: alltray.spec - added -devel, -static subpackages (missing l...

darekr darekr at pld-linux.org
Mon Oct 31 19:05:26 CET 2005


Author: darekr                       Date: Mon Oct 31 18:05:26 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added -devel, -static subpackages (missing libraries)
- missing manuals, release 2

---- Files affected:
SPECS:
   alltray.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/alltray.spec
diff -u SPECS/alltray.spec:1.5 SPECS/alltray.spec:1.6
--- SPECS/alltray.spec:1.5	Mon May 16 22:22:48 2005
+++ SPECS/alltray.spec	Mon Oct 31 19:05:20 2005
@@ -3,8 +3,8 @@
 Summary(pl):	AllTray - mały program do dokowania aplikacji w tacce systemowej
 Name:		alltray
 Version:	0.51
-Release:	1
-License:	GPL
+Release:	2
+License:	GPL v2
 Group:		X11/Applications
 Source0:	http://dl.sourceforge.net/alltray/%{name}-%{version}.tar.gz
 # Source0-md5:	44466a011131c4f132b64722dbdd8ae3
@@ -27,6 +27,30 @@
 Thunderbird czy terminal) do tacki systemowej. Działa dobrze z GNOME,
 KDE, XFCE 4, Fluxboksem i WindowMakerem.
 
+%package devel
+Summary:	Libraries and header files for alltray
+Summary(pl):	Biblioteki i pliki nagłówkowe dla alltray
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Libraries and header files for alltray.
+
+%description devel -l pl
+Biblioteki i pliki nagłówkowe dla alltray.
+
+%package static
+Summary:	Static libraries for alltray
+Summary(pl):	Statyczne biblioteki dla alltray
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+alltray static libraries.
+
+%description static -l pl
+Biblioteki statyczne dla alltray.
+
 %prep
 %setup -q
 #%%patch0 -p1
@@ -50,6 +74,16 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/liballtray*.so.*.*
+%{_mandir}/man1/alltray.1*
+
+%files devel
+%defattr(644,root,root,755)
+%{_libdir}/liballtray*.la
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/liballtray*.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -57,6 +91,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2005/10/31 18:05:20  darekr
+- added -devel, -static subpackages (missing libraries)
+- missing manuals, release 2
+
 Revision 1.5  2005/05/16 20:22:48  patrys
 - up to ver 0.51 (0.53 marked as dev snap)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/alltray.spec?r1=1.5&r2=1.6&f=u




More information about the pld-cvs-commit mailing list