]> git.pld-linux.org Git - packages/gg2.git/commitdiff
- snap 20021127
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Thu, 28 Nov 2002 18:04:05 +0000 (18:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- package sound-oss

Changed files:
    gg2.spec -> 1.7

gg2.spec

index 15fa5988dfdba9b1a74f489d9d3a4ae59703308a..55ead2f1f58f0d47bbd1ed35405d0ff247ee60e9 100644 (file)
--- a/gg2.spec
+++ b/gg2.spec
@@ -1,5 +1,5 @@
 
-%define                snap 20021124
+%define                snap 20021127
 
 Summary:       GNU Gadu 2 - free talking
 Summary(pl):   GNU Gadu 2 - wolne gadanie
@@ -95,6 +95,19 @@ Sound support with ESD.
 %description sound-esd -l pl
 Obs³uga d¼wiêku z ESD.
 
+%package sound-oss
+Summary:        Sound support with OSS
+Summary(pl):    Obsluga dzwieku z OSS
+Group:          Applications/Communications
+Requires:       %{name} = %{version}
+
+%description sound-oss
+Sound support with OSS
+
+%description sound-oss -l pl
+Obsluga dzwieku z OSS
+
+
 #%package sound-aRts
 #Summary:      Sound support with aRts
 #Summary(pl):  Obs³uga d¼wiêku z aRts
@@ -155,7 +168,8 @@ rm -f missing
        --with-tlen \
        --with-xosd \
        --with-docklet \
-       --with-esd
+       --with-esd \
+       --with-oss
 #      --with-arts
 
 %{__make}
@@ -195,6 +209,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_datadir}/gg2/libsound_esd_plugin.so
 
+%files sound-oss
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_datadir}/gg2/libsound_oss_plugin.so
+
 %files xosd
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_datadir}/gg2/libxosd_plugin.so
This page took 0.034185 seconds and 4 git commands to generate.