]> git.pld-linux.org Git - packages/gabber.git/commitdiff
- added ac_fixes patch which enables passing in normal way optimization gabber-0_8_2-5
authorkloczek <kloczek@pld-linux.org>
Thu, 5 Jul 2001 12:15:34 +0000 (12:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  flags by CFLAGS, CXXFLAGS.

Changed files:
    gabber.spec -> 1.9

gabber.spec

index 7e87bfecdd2b013b6851a2d05159b10e836e6e43..171ce7c3e37d66e886b78c8e2ccb5f2bc0f8c79e 100644 (file)
@@ -9,6 +9,7 @@ Group(de):      Applikationen/Kommunikation
 Group(pl):     Aplikacje/Komunikacja
 Source0:       http://prdownloads.sourceforge.net/gabber/%{name}-%{version}.tar.gz
 Patch0:                %{name}-DESTDIR.patch
+patch1:                %{name}-ac_fixes.patch
 URL:           http://gabber.sourceforge.net/
 BuildRequires: ORBit-devel
 BuildRequires: autoconf
@@ -51,8 +52,18 @@ tym prostym w u
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
+(cd jabberoo
+rm missing
+libtoolize --copy --force
+gettextize --copy --force
+aclocal
+autoheader
+autoconf
+automake -a -c)
+
 rm missing
 libtoolize --copy --force
 xml-i18n-toolize --copy --force
This page took 0.061488 seconds and 4 git commands to generate.