diff options
-rwxr-xr-x | makerelease | 4 | ||||
-rwxr-xr-x | specgen.sh | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/makerelease b/makerelease index 3044e399..a1e42eb8 100755 --- a/makerelease +++ b/makerelease @@ -4,8 +4,8 @@ # Dumps a release notice and diffs as a MIME multipart message # in RELEASE_NOTES # -$version=`grep VERS= Makefile.in`; -$version =~ /VERS=(.*)/; +$version=`grep 'VERSION *=' Makefile.in`; +$version =~ /VERSION *= *(.*)/; $version = $1; $rcsid = $version; $rcsid =~ tr/./-/; @@ -84,7 +84,6 @@ rm -rf \$RPM_BUILD_ROOT /usr/lib/rhs/control-panel/fetchmailconf.xpm /usr/lib/rhs/control-panel/fetchmailconf.init /etc/X11/wmconfig/fetchmailconf -/usr/share/locale/*/LC_MESSAGES/fetchmail.mo %defattr (644, root, man) /usr/man/man1/*.1.gz %defattr (755, root, root) |