git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb60e7e
)
Replace URL only in spec files.
author
František Dvořák
<valtri@civ.zcu.cz>
Tue, 16 Oct 2012 11:41:52 +0000
(11:41 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Tue, 16 Oct 2012 11:41:52 +0000
(11:41 +0000)
org.glite.lb/configure
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb/configure
b/org.glite.lb/configure
index
255b6f2
..
a2dfed3
100755
(executable)
--- a/
org.glite.lb/configure
+++ b/
org.glite.lb/configure
@@
-1504,7
+1504,7
@@
deb: ${package}-${version}.tar.gz
s/--version\s+\S+\s?//;
s/$/ --version $version/;
}
- if (/^Source:.*/) { s,^(Source:\s*).*?([^/]*)$,\1$url_spec/\2,; }
+ if (/^Source:.*/
and $file =~ /\.spec$/
) { s,^(Source:\s*).*?([^/]*)$,\1$url_spec/\2,; }
printf DST "%s", "$_";
}
close SRC;