From 79de6c3087b9b30e55a99f07ceced97228f50a9d Mon Sep 17 00:00:00 2001 From: Artur Frysiak Date: Tue, 2 Apr 2002 13:35:08 +0000 Subject: [PATCH] - don't use subshell - fix %%debug handling - release 1.1 Changed files: gabber.spec -> 1.22 --- gabber.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gabber.spec b/gabber.spec index 1150674..050f58b 100644 --- a/gabber.spec +++ b/gabber.spec @@ -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 \ -- 2.44.0