From: Adam Gołębiowski Date: Mon, 9 Nov 2009 08:44:51 +0000 (+0000) Subject: - two more todo entries X-Git-Tag: auto/th/rpm-build-tools-4_4_36-1~26 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=512524bec0732d80d9792c0cef25bc37fc4662dd;p=packages%2Frpm-build-tools.git - two more todo entries Changed files: adapter.awk -> 1.428 --- diff --git a/adapter.awk b/adapter.awk index b52d411..717008e 100644 --- a/adapter.awk +++ b/adapter.awk @@ -26,6 +26,8 @@ # - desc wrapping is totally fucked up on global.spec,1.25, dosemu.spec,1.115- # - it should change: /%source([0-9]+)/i to %{SOURCE\1} # - extra quote on LDFLAGS line: https://bugs.launchpad.net/pld-linux/+bug/385836 +# - %{with_foo:%attr()...} gets converted to %attr() %{with_foo:...} [vlc.spec] +# - 'R: foo ' (with traliling space) gets coverted to "R: foo\nR: " [vlc.spec @ 1.199 ] BEGIN { RPM_SECTIONS = "package|build|changelog|clean|description|install|post|posttrans|postun|pre|prep|pretrans|preun|triggerin|triggerpostun|triggerun|verifyscript|check"