diff --git a/Makefile.in b/Makefile.in index 8223771f..a6239f51 100644 --- a/Makefile.in +++ b/Makefile.in @@ -193,7 +193,7 @@ install-root uninstall-root: LDCONFIG:=ldconfig .PHONY: snapshot tarball snapshot tarball: check-topdir clean tables windows apidocs - @if [ $@ = snapshot ]; then ver="`date '+CVS-%Y%m%d'`"; else ver="@PACKAGE_VERSION@"; fi ; \ + @if [ $@ = snapshot ]; then ver="`date '+CVS-%Y%m%d'`"; else ver="@PACKAGE_VERSION@@PACKAGE_RELEASE@"; fi ; \ wd=`pwd|sed 's,^.*/,,'`; \ mkdir -p tarballs; cd ..; \ echo $$wd/tar-exclude >$$wd/tar-exclude; \ diff --git a/yate.spec.in b/yate.spec.in index 02f79b0a..ca6ea280 100644 --- a/yate.spec.in +++ b/yate.spec.in @@ -4,9 +4,9 @@ Version: @PACKAGE_VERSION@ Release: @PACKAGE_RELEASE@ Copyright: GPL Packager: Paul Chitescu -Source: http://yate.null.ro/%{name}-%{version}.tar.gz +Source: http://yate.null.ro/%{name}-%{version}%{release}.tar.gz Group: Applications/Communications -BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRoot: %{_tmppath}/%{name}-%{version}%{release}-root URL: http://yate.null.ro/ BuildRequires: gcc-c++