]> git.pld-linux.org Git - packages/alltray.git/commitdiff
- added -devel, -static subpackages (missing libraries)
authordarekr <darekr@pld-linux.org>
Mon, 31 Oct 2005 18:05:20 +0000 (18:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- missing manuals, release 2

Changed files:
    alltray.spec -> 1.6

alltray.spec

index 52c285561950b24d336b420c2b96518067c87547..471e68dec4be21c51049d23cbd4a00c28caa7467 100644 (file)
@@ -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
 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
 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.
 
 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
 %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}/*
 %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
This page took 0.123499 seconds and 4 git commands to generate.