]> git.pld-linux.org Git - packages/autounit.git/commitdiff
- upadated to 0.10.1, autounit-0_10_1-1
authorkloczek <kloczek@pld-linux.org>
Fri, 24 Aug 2001 03:58:27 +0000 (03:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- regenerate ac/am/ah/lt files (spec is ac 2.5x ready).

Changed files:
    autounit.spec -> 1.6

autounit.spec

index 7cf7725e77f1c75e028aeeeea4ba03650e3e3639..106be09c58377a98c6c7e9a20f2a21bc2069b5ea 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       GNU autoconf - source configuration tools
 Summary(pl):   GNU autoconf - narzêdzie do automatycznego konfigurowania ¼róde³
 Name:          autounit
-Version:       0.10
+Version:       0.10.1
 Release:       1
 License:       GPL
 Group:         Development/Tools
@@ -11,7 +11,10 @@ Group(pl):   Programowanie/Narz
 Source0:       http://www.recursism.com/projects/autounit/%{name}-%{version}.tar.gz
 Patch0:                %{name}-info.patch
 URL:           http://www.recursism.com/projects/autounit/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: glib-devel
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -29,6 +32,12 @@ w ich projektach ale aktualnie nie u
 %patch -p1
 
 %build
+rm -f missing
+libtoolize --copy --force
+autoheader
+aclocal
+autoconf
+automake -a -c
 %configure
 %{__make}
 
This page took 0.087133 seconds and 4 git commands to generate.