]> git.pld-linux.org Git - packages/gbox_applet.git/commitdiff
- release 3: added regenerate ac/am/lt files. RA-1_0 STABLE gbox_applet-0_7_0-3
authorkloczek <kloczek@pld-linux.org>
Thu, 29 Nov 2001 09:07:54 +0000 (09:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gbox_applet.spec -> 1.6

gbox_applet.spec

index ac5f2927c98c970c23df0545a55a8046e0276cb8..6e9615275926b100185461ad09e1703d0918946f 100644 (file)
@@ -2,15 +2,18 @@ Summary:      A mbox mail checker applet for gnome
 Summary(pl):   Aplet GNOME sprawdzaj±cy skrzynkê pocztow±
 Name:          gbox_applet
 Version:       0.7.0
-Release:       2
+Release:       3
 License:       GPL
 Group:         X11/Applications/Networking
 Group(de):     X11/Applikationen/Netzwerkwesen
 Group(pl):     X11/Aplikacje/Sieciowe
 Source0:       ftp://gbox-applet.sourceforge.net/pub/gbox-applet/%{name}-%{version}.tar.gz
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: gdk-pixbuf-devel >= 0.7.0
 BuildRequires: gnome-libs-devel
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -37,7 +40,12 @@ zestawienie informacji na trzy r
 %setup -q
 
 %build
+rm -f missing acinclude.m4
 gettextize --copy --force
+libtoolize --copy --force
+aclocal -I macros
+autoconf
+automake -a -c
 %configure
 %{__make}
 
This page took 0.101083 seconds and 4 git commands to generate.