]> git.pld-linux.org Git - packages/phpMyAdmin.git/commitdiff
- reverted changes related to release-patchlevel issue to avoid bumping
authortwittner <twittner@pld-linux.org>
Wed, 21 Jul 2004 20:16:22 +0000 (20:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  Epoch.

Changed files:
    phpMyAdmin.spec -> 1.71

phpMyAdmin.spec

index cfba44a3e07876e77bfe7d18f145af7efb0c369e..f78ee093c67a375d0094b30b428e0ed1e768ce8d 100644 (file)
@@ -1,13 +1,14 @@
 Summary:       phpMyAdmin - web-based MySQL administration
 Summary(pl):   phpMyAdmin - administracja bazami MySQL przez WWW
 Name:          phpMyAdmin
-%define                _ver    pl1
+%define                _pl     pl1
+%define                _rel    3       
+# NOTE: bump _rel with every new patchlevel
 Version:       2.5.7
-Release:       %{_ver}.1
-Epoch:         1
+Release:       %{_rel}.%{_pl}
 License:       GPL v2
 Group:         Applications/Databases/Interfaces
-Source0:       http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}-%{_ver}.tar.bz2
+Source0:       http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}-%{_pl}.tar.bz2
 # Source0-md5: 93b7c7f3dfcfd6df9c2ea26f31a51772
 Source1:       %{name}.conf
 Patch0:                %{name}-config.patch
@@ -59,7 +60,7 @@ MySQL). Aktualnie phpMyAdmin potrafi:
   - tworzyƦ i czytaƦ zrzuty tabel
 
 %prep
-%setup -q -n %{name}-%{version}-%{_ver}
+%setup -q -n %{name}-%{version}-%{_pl}
 %patch -p1
 
 %install
This page took 0.047403 seconds and 4 git commands to generate.