From aeca74715e7a5a8eb6d058fc541ac2aed5847552 Mon Sep 17 00:00:00 2001 From: darekr Date: Mon, 31 Oct 2005 18:05:20 +0000 Subject: [PATCH] - added -devel, -static subpackages (missing libraries) - missing manuals, release 2 Changed files: alltray.spec -> 1.6 --- alltray.spec | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/alltray.spec b/alltray.spec index 52c2855..471e68d 100644 --- a/alltray.spec +++ b/alltray.spec @@ -2,8 +2,8 @@ Summary: AllTray - small program to dock application into the system tray 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 @@ -26,6 +26,30 @@ Dzi 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 @@ -49,3 +73,13 @@ rm -rf $RPM_BUILD_ROOT %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 -- 2.43.0