]> git.pld-linux.org Git - packages/geg.git/blobdiff - geg.spec
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
[packages/geg.git] / geg.spec
index 96119d2896460e2d00a350b1523ed5ecf6f27f0a..08ac27af98304426225d03032ddfb8c7f6c8f827 100644 (file)
--- a/geg.spec
+++ b/geg.spec
@@ -2,12 +2,12 @@ Summary:      A program for drawing two-dimensional mathematical functions
 Summary(pl):   Program do rysowania dwuwymiarowych wykresów funkcji matematycznych
 Name:          geg
 Version:       1.0.2
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Engineering
-Group(de):     Applikationen/Ingenieurwesen
-Group(pl):     Aplikacje/In¿ynierskie
 Source0:       http://www.infolaunch.com/~daveb/%{name}-%{version}.tar.gz
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: gtk+-devel
 URL:           http://www.infolaunch.com/~daveb/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -33,7 +33,11 @@ okreslonych region
 %setup -q
 
 %build
-%configure2_13
+rm -f missing
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
 %{__make}
 
 %install
@@ -43,7 +47,7 @@ rm -rf $RPM_BUILD_ROOT
 
 gzip -9nf AUTHORS ChangeLog NEWS README
 
-%clean 
+%clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
This page took 0.119802 seconds and 4 git commands to generate.