]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
version 0.15
authorkura <kura@pld-linux.org>
Sat, 1 Apr 2000 06:14:53 +0000 (06:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
kura:
- %s/All below listed persons/All persons listed below/

kloczek:
- removed docdir field from preamble
- more subst s/%{PACKAGE_VERSION}/%{version}/; s/%{PACKAGE_NAME}/%{name}/

zagrodzki:
- removed duplicated %buildroot definitions.
- %{tmpdir} in RPM_BUILD_ROOT
- changed /%description/ to /^%description/ (to avoid bugs on lines like
  "added %description")
- removal of %define _applnkdir (included in RPM 3.0.4 macros)
- "can be reached on" -> "can be reached at"

mkochano:
- s/All below listed persons/All persons listed below/.

wiget:
- avoid problem with many packagers at one host

Changed files:
    adapter.awk -> 1.33

adapter.awk

index 5b576e0d6f17214cb232cd25dd3984d58bb6641e..935bd316f9bc7ff777207c6fee5bac55cd7cef3c 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/awk -f
 #
-# This is adapter v0.14. Adapter adapts .spec files for PLD.
+# This is adapter v0.15. Adapter adapts .spec files for PLD.
 # Copyright (C) 1999 Micha³ Kuratczyk <kura@pld.org.pl>
 
 BEGIN {
@@ -289,7 +289,7 @@ END {
 
        if (boc == 1) {
                print "* %{date} PLD Team <pld-list@pld.org.pl>"
-               printf "All below listed persons can be reached on "
+               printf "All persons listed below can be reached at "
                print "<cvs_login>@pld.org.pl\n"
                print "$" "Log:$"
        }
This page took 0.040343 seconds and 4 git commands to generate.