]> git.pld-linux.org Git - packages/gensig.git/commitdiff
- release 4: added regenerate ac/am files and switch to using %%configure macro. RA-1_0 STABLE gensig-2_2-4
authorkloczek <kloczek@pld-linux.org>
Fri, 12 Apr 2002 20:49:14 +0000 (20:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gensig.spec -> 1.26

gensig.spec

index 70840cc4f80c02f46ecab0bd2540d015c6670dcd..1e77a9ca252f7dfd0af86191a4c3140f749fc362 100644 (file)
@@ -2,11 +2,13 @@ Summary:      Random signature generator
 Summary(pl):   Generator losowych sygnaturek
 Name:          gensig
 Version:       2.2
-Release:       3
+Release:       4
 License:       GPL
 Group:         Applications/Mail
 Source0:       http://www.geeks.com/~robf/gensig/%{name}-%{version}.tar.gz
 URL:           http://www.geeks.com/~robf/gensig/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -30,7 +32,11 @@ sygnaturkami.
 %setup -q
 
 %build
-%configure2_13
+rm -f missing
+aclocal
+autoconf
+automake -a -c -f
+%configure
 
 %{__make}
 
This page took 0.075949 seconds and 4 git commands to generate.