]> git.pld-linux.org Git - packages/Xdialog.git/commitdiff
- updated to 2.0.3, Xdialog-2_0_3-1
authorkloczek <kloczek@pld-linux.org>
Wed, 18 Jul 2001 01:49:46 +0000 (01:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added ac_fix.patch:
-- remove all stupid passing additional flags in CFLAGS (if someone want
   this please use $CFLAGS variable in configure enviroment),
-- use in proper way AM_INIT_AUTOMAKE() macro.
- regenerate ac/am files (now spec is ac 2.50 ready).

Changed files:
    Xdialog.spec -> 1.15

Xdialog.spec

index 1148a2963abf6690c8f4b0c998d06801fd12f463..45fb482a8d155d546bc38573d63980fb19f6d79c 100644 (file)
@@ -1,13 +1,17 @@
 Summary:       Xdialog in replacement for the dialog program
 Summary(pl):   Xdialog jest zamiennikiem dla programu cdialog
 Name:          Xdialog
-Version:       2.0.2
+Version:       2.0.3
 Release:       1
 License:       GPL
 Group:         X11/Applications
+Group(de):     X11/Applikationen
 Group(pl):     X11/Aplikacje
 Source0:       http://xdialog.free.fr/%{name}-%{version}.tar.bz2
+Patch0:                %{name}-ac_fix.patc
 URL:           http://xdialog.free.fr/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: gtk+-devel >= 1.2.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -28,8 +32,12 @@ dialoga w program z interejsem X-window.
 
 %prep
 %setup -q
+%patch -p1
 
 %build
+aclocal
+autoconf
+automake -a -c
 %configure 
 %{__make} 
 
This page took 0.063969 seconds and 4 git commands to generate.