From: siomek Date: Wed, 2 Feb 2005 21:53:16 +0000 (+0000) Subject: - new release, much improved out-of-the-box behavior with various recent compilers X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgalib.git;a=commitdiff_plain;h=c25d0ac1840002e391da9fd4e51273e5ef94dd37 - new release, much improved out-of-the-box behavior with various recent compilers Changed files: galib.spec -> 1.5 --- diff --git a/galib.spec b/galib.spec index 0b61897..1d51235 100644 --- a/galib.spec +++ b/galib.spec @@ -2,12 +2,12 @@ Summary: A C++ Library of Genetic Algorithm Components Summary(pl): Biblioteka C++ funkcji do algorytmów genetycznych Name: galib Version: 246 -%define bver pre2 -Release: 0.%{bver}.1 +#%define bver pre2 +Release: 0.1 License: MIT (base library), GPL (GNU portions in examples) Group: Libraries -Source0: http://lancet.mit.edu/ga/dist/%{name}%{version}%{bver}.tgz -# Source0-md5: f614eb443d834157186f706aeb39e813 +Source0: http://lancet.mit.edu/ga/dist/%{name}%{version}.tgz +# Source0-md5: e61efce22161907449b07f8472eb7c7c URL: http://lancet.mit.edu/ga/ BuildRequires: libstdc++-devel BuildRequires: libtool >= 2:1.4d @@ -56,7 +56,7 @@ Static version of GAlib. Statyczna wersja biblioteki GAlib. %prep -%setup -q -n %{name}%{version}%{bver} +%setup -q -n %{name}%{version} %build %{__make} -C ga \