]> git.pld-linux.org Git - packages/adapter.git/commitdiff
- 1.517, do not strip _isa, it's useful for arch deps master auto/th/adapter-1.517-1
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 13 Mar 2021 20:54:29 +0000 (21:54 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 13 Mar 2021 20:54:29 +0000 (21:54 +0100)
adapter.awk
adapter.sh
adapter.spec

index 5b4d13a702c261d664685ac78985b4bdcd50f4ed..5877d1cedb7f7eb4e09b8a08550a9abe8f137f0e 100644 (file)
@@ -33,7 +33,7 @@ BEGIN {
        RPM_SECTIONS = "package|build|changelog|clean|description|install|post|posttrans|postun|pre|prep|pretrans|preun|triggerin|triggerpostun|triggerun|verifyscript|check"
        SECTIONS = "^%(" RPM_SECTIONS ")"
 
-       VERSION="1.516"
+       VERSION="1.517"
 
        PREAMBLE_TAGS = "(R|BR|Summary|Name|Version|Release|Epoch|License|Group|URL|BuildArch|BuildRoot|Obsoletes|Conflicts|Provides|ExclusiveArch|ExcludeArch|Pre[Rr]eq|(Build)?Requires|Suggests|Auto(Req|Prov))"
 
@@ -2243,11 +2243,6 @@ function replace_pythonegg(pkg,    cmd, line) {
 
 # {{{ replace_requires
 function replace_requires(pkg) { # "pkg' is local variable, not an argument
-       # strip %{?_isa}
-       if ($2 ~ /_isa/) {
-               $2 = fixedsub("%{?_isa}", "", $2);
-       }
-
        # pkg-config -> package names
        if (match($2, /pkgconfig\(([^)]+)\)/)) {
                pkg = substr($2, RSTART + 10, RLENGTH - 11)
index 94146662267f4bf213795a7216347b022a5df810..f1f2548f830863709a3e4cac3590aad653a31b35 100755 (executable)
@@ -12,7 +12,7 @@
 #
 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
 
-VERSION="1.516"
+VERSION="1.517"
 VERSIONSTRING="\
 Adapter adapts .spec files for PLD Linux.
 v$VERSION (C) 1999-2021 Free Penguins".
index 1e82aaa7dfa2a16c4f8a81733851389167769ee8..44886a5341967c9acb42b047460ca7a00476f3c6 100644 (file)
@@ -1,8 +1,8 @@
 Summary:       Adapt RPM .spec files to PLD Linux coding standard
 Summary(pl.UTF-8):     Adaptowanie plików .spec pakietów RPM do standardu kodowania PLD Linuksa
 Name:          adapter
-Version:       1.516
-Release:       3
+Version:       1.517
+Release:       1
 License:       GPL
 Group:         Applications/File
 Source0:       adapter.awk
This page took 0.076491 seconds and 4 git commands to generate.