[packages/adapter: 86/631] Version 0.23. - Oops, s/automake/automake -a -c/ is back. Sorry.

glen glen at pld-linux.org
Mon Sep 12 19:41:40 CEST 2016


commit 9cb72c72d902f6f5477003ed4cc20ecaede660b4
Author: kura <kura at pld-linux.org>
Date:   Wed Feb 7 14:23:00 2001 +0000

    Version 0.23.
    - Oops, s/automake/automake -a -c/ is back. Sorry.
    
    Changed files:
        adapter.awk -> 1.86

 adapter.awk | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/adapter.awk b/adapter.awk
index 656d426..ed1a36e 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -1,6 +1,6 @@
 #!/bin/awk -f
 #
-# This is adapter v0.22. Adapter adapts .spec files for PLD.
+# This is adapter v0.23. Adapter adapts .spec files for PLD.
 #
 # Copyright (C) 1999-2001 PLD-Team <pld-list at pld.org.pl>
 # Authors:
@@ -128,6 +128,9 @@ defattr == 1 {
 
 	use_macros()
 	
+	if (/^automake$/)
+		sub(/$/, " -a -c")
+
 	if (/LDFLAGS/) {
 		if (/LDFLAGS="-s"/)
 			sub(/LDFLAGS="-s"[ ]*/, "")
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885



More information about the pld-cvs-commit mailing list