]> git.pld-linux.org Git - packages/galib.git/commitdiff
- updated md5, proper versioning
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 13 Jan 2005 21:49:34 +0000 (21:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    galib.spec -> 1.4

galib.spec

index 240a72b101f5d909f7cfad921f61989107a1d55d..0b618979038e33c19abbb89949a0e222075016fc 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       A C++ Library of Genetic Algorithm Components
 Summary(pl):   Biblioteka C++ funkcji do algorytmów genetycznych
 Name:          galib
-Version:       246pre2
-Release:       1
+Version:       246
+%define        bver    pre2
+Release:       0.%{bver}.1
 License:       MIT (base library), GPL (GNU portions in examples)
 Group:         Libraries
-Source0:       http://lancet.mit.edu/ga/dist/%{name}%{version}.tgz
-# Source0-md5: 5a19b7692c3c18741cc0a120d36de165
+Source0:       http://lancet.mit.edu/ga/dist/%{name}%{version}%{bver}.tgz
+# Source0-md5: f614eb443d834157186f706aeb39e813
 URL:           http://lancet.mit.edu/ga/
 BuildRequires: libstdc++-devel
 BuildRequires: libtool >= 2:1.4d
@@ -55,7 +56,7 @@ Static version of GAlib.
 Statyczna wersja biblioteki GAlib.
 
 %prep
-%setup -q -n %{name}%{version}
+%setup -q -n %{name}%{version}%{bver}
 
 %build
 %{__make} -C ga \
This page took 0.094427 seconds and 4 git commands to generate.