]> git.pld-linux.org Git - packages/xchat.git/commitdiff
- --disable-gnome because with gnome xchat not compiles, xchat-1_6_1-1
authorkloczek <kloczek@pld-linux.org>
Fri, 8 Dec 2000 06:21:50 +0000 (06:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added woraroud in %install for installing png pixmap and desktop file when
  --disable-gnome.
TODO: separate xchat and xchat-text.

Changed files:
    xchat.spec -> 1.58

xchat.spec

index e191c9cf1857c2450f15da4d0a07e7859c652623..980f0cc107e7c33943ea27bfae6fd627c7ec1bbe 100644 (file)
@@ -4,7 +4,7 @@ Summary(fr):    Client IRC Gtk+
 Summary(pl):   Oparty na Gtk+ klient IRC
 Name:          xchat
 Version:       1.6.1
-Release:  1    
+Release:       1
 License:       GPL
 Group:         X11/Applications/Networking
 Group(de):     X11/Applikationen/Netzwerkwesen
@@ -48,7 +48,7 @@ jest dosy
 rm -f config.status
 gettextize --copy --force
 %configure \
-       --enable-gnome \
+       --disable-gnome \
        --disable-perl
 
 (cd po; make update-po)
@@ -63,6 +63,9 @@ install -d $RPM_BUILD_ROOT%{_datadir}/pixmaps
        DESTDIR=$RPM_BUILD_ROOT \
        utildir=%{_applnkdir}/Network/IRC
 
+install xchat.desktop $RPM_BUILD_ROOT%{_applnkdir}/Network/IRC
+install xchat.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
+
 gzip -9nf README ChangeLog AUTHORS
 
 %find_lang %{name}
This page took 0.067667 seconds and 4 git commands to generate.