]> git.pld-linux.org Git - packages/phpPgAdmin.git/commitdiff
- use tr not sed for computing version (simpler and catched by distfiles)
authorMichal Moskal <michal@moskal.me>
Wed, 28 May 2003 14:22:09 +0000 (14:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    phpPgAdmin.spec -> 1.17

phpPgAdmin.spec

index dccd77c672ec57d82032c4fa46d0d6473eba1412..2dbe37a6af86e2bdcb9f536ab733234aeb03fefb 100644 (file)
@@ -2,7 +2,7 @@ Summary:        phpPgAdmin - web-based PostgreSQL administration
 Summary(pl):   phpPgAdmin - administracja bazami PostgreSQL przez WWW
 Name:          phpPgAdmin
 Version:       2.4.2
-%define                tar_version     %(echo %{version} | sed "s,\\.,-,g")
+%define                tar_version     %(echo %{version} | tr . -)
 Release:       1
 License:       GPL v2+
 Group:         Applications/Databases/Interfaces
This page took 0.092886 seconds and 4 git commands to generate.