]> git.pld-linux.org Git - packages/gabber.git/commitdiff
- don't use subshell
authorArtur Frysiak <artur@frysiak.net>
Tue, 2 Apr 2002 13:35:08 +0000 (13:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix %%debug handling
- release 1.1

Changed files:
    gabber.spec -> 1.22

gabber.spec

index 11506743e98bb237bebbe7ce6bf59f832214bf71..050f58b1186a4cbb2bc11e825821e4162b037993 100644 (file)
@@ -7,7 +7,7 @@ Summary(pl):    Klient Jabber dla GNOME
 Summary(pt_BR):        Um cliente GNOME para o Jabber
 Name:          gabber
 Version:       0.8.7
-Release:       1
+Release:       1.1
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://prdownloads.sourceforge.net/gabber/%{name}-%{version}.tar.gz
@@ -73,15 +73,16 @@ aclocal -I %{_aclocaldir}/gnome
 autoheader
 autoconf
 automake -a -c -f
-(cd jabberoo
+cd jabberoo
 rm -f missing
 aclocal -I %{_aclocaldir}/gnome
 autoheader
 autoconf
-automake -a -c)
+automake -a -c -f
+cd ..
 CXXFLAGS="%{rpmcflags}"
 %configure \
-       --%{?debug:dis}%{!?devbug:en}able-debug \
+       --%{!?debug:dis}%{?debug:en}able-debug \
        --enable-gnome \
        --enable-panel \
        --enable-ssl \
This page took 0.114882 seconds and 4 git commands to generate.