]> git.pld-linux.org Git - packages/gnome-applets.git/commitdiff
- updated to 1.1.2, gnome-applets-1_1_2-1
authorkloczek <kloczek@pld-linux.org>
Tue, 1 Feb 2000 00:06:46 +0000 (00:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added two subpackages with gumma plug-ins (gumma-gqmpeg and gumma-xmms).

Changed files:
    gnome-applets.spec -> 1.8

gnome-applets.spec

index b29864b5024c3ff059b16816acf21e235d2b58e4..ea5f7071eb513768d5092d75319655f3da6b3738 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       GNOME - Applets
 Summary(pl):   GNOME - Applety
 Name:          gnome-applets
-Version:       1.1.1
+Version:       1.1.2
 Release:       1
 License:       GPL
 Group:         X11/GNOME
@@ -30,6 +30,34 @@ easy, powerful, and easy to configure.
 %description -l pl
 Applety pod GNOME.
 
+%package gumma-gqmpeg
+Summary:       Gqmpe sound plug-in for gumma GNOME applet
+Summary(pl):   Wtyczka do apletu gumma GNOME do odtwarzania d¼wiêku z u¿yciem gqmpeg
+Group:         X11/GNOME
+Group(pl):     X11/GNOME
+Requires:      %{name} = %{version}
+Requires:      gqmpeg
+
+%description gumma-gqmpeg
+Gqmpe sound plug-in for gumma GNOME applet.
+
+%description -l pl gumma-gqmpeg
+Wtyczka do apletu gumma GNOME do odtwarzania d¼wiêku z u¿yciem gqmpeg.
+
+%package gumma-xmms
+Summary:       Xmms sound plug-in for gumma GNOME applet
+Summary(pl):   Wtyczka do apletu gumma GNOME do odtwarzania d¼wiêku z u¿yciem xmms
+Group:         X11/GNOME
+Group(pl):     X11/GNOME
+Requires:      %{name} = %{version}
+Requires:      xmms
+
+%description gumma-xmms
+Xmms sound plug-in for gumma GNOME applet.
+
+%description -l pl gumma-xmms
+Wtyczka do apletu gumma GNOME do odtwarzania d¼wiêku z u¿yciem xmms.
+
 %prep
 %setup -q
 
@@ -41,11 +69,13 @@ LDFLAGS="-s"; export LDFLAGS
 %configure \
        --disable-static
 make
+make -C gumma
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT -C gumma
 
 gzip -9nf AUTHORS ChangeLog NEWS README
 
@@ -63,7 +93,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %{_sysconfdir}/CORBA/servers/*
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/gumma/*
+%dir %{_libdir}/gumma
+%attr(755,root,root) %{_libdir}/gumma/libgumma-cd*
 %{_datadir}/applets/*/*
 %{_datadir}/asclock
 %{_datadir}/bug-applet
@@ -151,3 +182,9 @@ rm -rf $RPM_BUILD_ROOT
 %lang(uk) %{_datadir}/xmodmap/xmodmap.uk
 %lang(us) %{_datadir}/xmodmap/xmodmap.us*
 %lang(yu) %{_datadir}/xmodmap/xmodmap.yu
+
+%files gumma-gqmpeg
+%attr(755,root,root) %{_libdir}/gumma/libgumma-gqmpeg*
+
+%files gumma-xmms
+%attr(755,root,root) %{_libdir}/gumma/libgumma-xmms*
This page took 0.036623 seconds and 4 git commands to generate.