]> git.pld-linux.org Git - packages/pidgin.git/commitdiff
- Release 2.
authormkochano <mkochano@pld-linux.org>
Sat, 29 Sep 2001 15:51:35 +0000 (15:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Added --disable-panel so it is possible to use it with KDE (gaim is
  now built as standalone application and doesn not cause gnome menu and
  taksbar to be run on top of these from KDE).

Changed files:
    pidgin.spec -> 1.8

pidgin.spec

index f3b031f6e3c26b70402d3859bd962084a140634a..fd36d30c141af6511d77472c4ce3ea3f078fbf02 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A client compatible with AOL's 'Instant Messenger'
 Summary(pl):   Klient kompatybilny z programem AOLa 'Instant Messenger'
 Name:          gaim
 Version:       0.44
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Communications
 Group(de):     Applikationen/Kommunikation
@@ -66,15 +66,19 @@ automake -a -c
        --enable-esd \
        --disable-nas \
        --disable-artsc \
-       --with-gnome
+       --with-gnome \
+       --disable-panel
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
+# NOTE: make ignores gaimdesktopdir set below.
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        gaimdesktopdir=%{_applnkdir}/Network/Communications
+
+mv $RPM_BUILD_ROOT{%{_datadir}/gnome/apps/Internet/gaim.desktop,%{_applnkdir}/Network/Communications}
        
 gzip -9nf AUTHORS ChangeLog NEWS README* STATUS TODO HACKING \
        doc/{CREDITS,FAQ}
@@ -87,7 +91,7 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc {*,doc/*}.gz
-%{_sysconfdir}/CORBA/servers/*
+#%{_sysconfdir}/CORBA/servers/*
 %attr(755,root,root) %{_bindir}/*
 %dir %{_libdir}/gaim
 %attr(755,root,root) %{_libdir}/gaim/*.so
This page took 0.120474 seconds and 4 git commands to generate.