]> git.pld-linux.org Git - packages/gg.git/blobdiff - gg.spec
- gnome applet desktop
[packages/gg.git] / gg.spec
diff --git a/gg.spec b/gg.spec
index a403fe3282cd0fe95ed1358a0604fd0c9072d6a4..5700508ff0f11a1f0ee586c37eb277dead0e60ae 100644 (file)
--- a/gg.spec
+++ b/gg.spec
@@ -8,22 +8,22 @@
 # _without_sound
 
 # This looks like overkill but some day we might have *everything* bconded :)
-%{!?_without_gnome:            %define _need_gnome     1}
-%{!?_without_gnome:         %define _need_esd   1}
-%{!?_without_gnome_applet:     %define _need_gnome     1}
-%{!?_without_gnome_applet:  %define _nees_esd   1}
-%{!?_without_kde:                      %define _need_arts      1}
-%{!?_without_wm_applet:                %define _need_esd       1}
+%{!?_without_gnome:%define _need_gnome 1}
+%{!?_without_gnome:%define _need_esd   1}
+%{!?_without_gnome_applet:%define      _need_gnome     1}
+%{!?_without_gnome_applet:%define _nees_esd   1}
+%{!?_without_kde:%define _need_arts    1}
+%{!?_without_wm_applet:%define _need_esd       1}
 
 Summary:       GNU Gadu - free talking
 Summary(pl):   GNU Gadu - wolne gadanie
 Name:          gg
-Version:       1.0.0pre1
-Release:       4
-Epoch:         4
+Version:       1.0.0
+Release:       1
+Epoch:         5
 License:       GPL
 Group:         Applications/Communications
-Source0:       http://gadu.gnu.pl/gg-1.0.0pre1.tar.gz
+Source0:       ftp://ftp.slackware.pl/pub/gg/%{name}-%{version}.tar.gz
 Source1:       %{name}.png
 Icon:          gg.xpm
 URL:           http://gadu.gnu.pl
@@ -33,13 +33,13 @@ URL:                http://gadu.gnu.pl
 %endif
 %{?_need_gnome:BuildRequires:  gnome-libs-devel}
 %{?_need_gnome:BuildRequires:  gnome-core-devel}
-BuildRequires:                                 gtk+-devel > 1.2.8
+BuildRequires: gtk+-devel > 1.2.8
+BuildRequires: xmms-devel
 
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
 %define                _sysconfdir     /etc/X11/GNOME
+%define        _prefix                 /usr/X11R6
 
 %description
 Gadu-Gadu client released on GNU/GPL.
@@ -99,8 +99,8 @@ Gadu-Gadu client released on GNU/GPL. GNOME dockable version
 Klient Gadu-Gadu na licencji GNU/GPL. Wersja dokowalna dla gnome.
 
 %package wm-applet
-Summary:       GNU Gadu - free talking - WindowMaker dockable version.
-Summary(pl):   GNU Gadu - wolne gadanie - wersja dokowalna dla WindowMaker'a.
+Summary:       GNU Gadu - free talking - WindowMaker dockable version
+Summary(pl):   GNU Gadu - wolne gadanie - wersja dokowalna dla WindowMaker'a
 Group:         Applications/Communications
 PreReq:                %{name}-common = %{epoch}:%{version}
 Provides:      gg = %{epoch}:%{version}-%{release}
@@ -113,8 +113,8 @@ Klient Gadu-Gadu na licencji GNU/GPL. Wersja dokowalna dla
 WindowMaker'a.
 
 %package kde
-Summary:       GNU Gadu - free talking - KDE version.
-Summary(pl):   GNU Gadu - wolne gadanie - wersja dla KDE.
+Summary:       GNU Gadu - free talking - KDE version
+Summary(pl):   GNU Gadu - wolne gadanie - wersja dla KDE
 Group:         Applications/Communications
 PreReq:                %{name}-common = %{epoch}:%{version}
 Provides:      gg = %{epoch}:%{version}-%{release}
@@ -126,7 +126,7 @@ Gadu-Gadu client released on GNU/GPL. KDE version
 Klient Gadu-Gadu na licencji GNU/GPL. Wersja dla KDE.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q 
 
 %build
 LDFLAGS=" -L%{_libdir} %{rpmldflags}"
@@ -135,7 +135,8 @@ LDFLAGS=" -L%{_libdir} %{rpmldflags}"
 %configure \
        %{?_without_sound:--disable-esd} \
        --enable-gnome \
-       --enable-panel
+       --enable-panel \
+       --enable-xmms
 %{__make}
 mv -f src/gg src/gg_applet
 %{__make} clean
@@ -144,7 +145,8 @@ mv -f src/gg src/gg_applet
 %if %{!?_without_gnome:1}%{?_without_gnome:0}
 %configure \
        %{?_without_sound:--disable-esd} \
-       --enable-gnome
+       --enable-gnome \
+       --enable-xmms
 %{__make}
 mv -f src/gg src/gg_gnome
 %{__make} clean
@@ -153,7 +155,8 @@ mv -f src/gg src/gg_gnome
 %if %{!?_without_wm_applet:1}%{?_without_wm_applet:0}
 %configure \
        %{?_without_sound:--disable-esd} \
-       --enable-dockapp
+       --enable-dockapp \
+       --enable-xmms
 %{__make}
 mv -f src/gg src/gg_wm
 %{__make} clean
@@ -163,13 +166,14 @@ mv -f src/gg src/gg_wm
 %configure \
        --enable-docklet \
        %{!?_without_sound:--enable-arts} \
-       --disable-esd
+       --disable-esd \
+       --enable-xmms
 %{__make}
 mv -f src/gg src/gg_kde
 %{__make} clean
 %endif
 
-%configure %{?_without_sound:--disable-esd}
+%configure %{?_without_sound:--disable-esd} --enable-xmms
 %{__make}
 
 %install
This page took 0.107416 seconds and 4 git commands to generate.