]> git.pld-linux.org Git - packages/gg2.git/commitdiff
- snap 20030104
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Sat, 4 Jan 2003 15:08:56 +0000 (15:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- gg2.desktop
- subpackage gg2-jabber

Changed files:
    gg2.spec -> 1.15

gg2.spec

index 830a53ffc254cb271a1d0e05fdaf28a8eb49da6d..881353344dd98c9e5b1a40f54bfb2803297c1886 100644 (file)
--- a/gg2.spec
+++ b/gg2.spec
@@ -1,5 +1,5 @@
 
-%define                snap 20021204
+%define                snap 20030104
 
 Summary:       GNU Gadu 2 - free talking
 Summary(pl):   GNU Gadu 2 - wolne gadanie
@@ -10,11 +10,13 @@ Epoch:              1
 License:       GPL v2+
 Group:         Applications/Communications
 Source0:       http://www.hakore.com/~krzak/gg2/%{name}-%{snap}.tar.bz2
+Source1:       %{name}.desktop
 URL:           http://gadu.gnu.pl/
 #BuildRequires:        arts-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: esound-devel >= 0.2.7
+BuildRequires: iksemel-devel >= 0.0.1
 BuildRequires: glib2-devel  >= 2.0.1
 BuildRequires: gtk+2-devel  >= 2.0.1
 BuildRequires: libgadu-devel >= 20021123
@@ -82,6 +84,18 @@ Tlen.pl protocol plugin.
 %description tlen -l pl
 Wtyczka protoko³u Tlen.pl.
 
+%package jabber
+Summary:       Jabber.org plugin
+Summary(pl):   Wtyczka protoko³u Jabber
+Group:         Applications/Communications
+Requires:      %{name} = %{version}
+
+%description jabber
+Tlen.pl protocol plugin.
+
+%description jabber -l pl
+Wtyczka protoko³u Jabber.org.
+
 %package sound-esd
 Summary:       Sound support with ESD
 Summary(pl):   Obs³uga d¼wiêku poprzez ESD
@@ -158,6 +172,7 @@ rm -f missing
        --with-gtk2-gui \
        --with-gadu-gadu \
        --with-tlen \
+       --with-jabber \
        --with-xosd \
        --with-docklet \
        --with-esd \
@@ -172,6 +187,13 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT%{_datadir}/applications
+install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/applications
+install -d $RPM_BUILD_ROOT%{_pixmapsdir}/
+install $RPM_BUILD_ROOT%{_datadir}/%{name}/pixmaps/online.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.xpm
+
+
+
 %find_lang %{name} --all-name --with-gnome
 
 %clean
@@ -192,6 +214,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gg2/pixmaps/*png
 %{_datadir}/gg2/pixmaps/*gif
 
+%{_pixmapsdir}/%{name}.xpm
+%{_datadir}/applications/gg2.desktop
+
 %files emoticons
 %attr(755,root,root) %{_datadir}/gg2/pixmaps/emoticons
 
@@ -203,6 +228,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/gg2/libtlen_plugin.so
 
+%files jabber
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/gg2/libjabber_plugin.so
+
 %files sound-esd
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/gg2/libsound_esd_plugin.so
This page took 0.064128 seconds and 4 git commands to generate.