*** empty log message ***

git-svn-id: http://yate.null.ro/svn/yate/trunk@496 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2005-09-06 04:11:25 +00:00
parent 5ab18f007e
commit 6c324800aa
2 changed files with 3 additions and 3 deletions

View File

@ -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; \

View File

@ -4,9 +4,9 @@ Version: @PACKAGE_VERSION@
Release: @PACKAGE_RELEASE@
Copyright: GPL
Packager: Paul Chitescu <paulc-devel@null.ro>
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++