Rewrite SPEC file when doing make dist.

git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@238 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
Dag Wieers 2008-08-10 01:12:20 +00:00
parent 30a71c980d
commit 74ac310322
2 changed files with 4 additions and 0 deletions

View file

@ -92,4 +92,5 @@ install:
$(CC) $(CFLAGS) $(OPTFLAGS) -c -o $@ $<
dist: clean docs
sed -i -e 's/^Version:.*$$/Version: $(version)/' contrib/proxytunnel.spec
find . ! -wholename '*/.svn*' | pax -d -w -x ustar -s ,^./,$(name)-$(version)/, | bzip2 >../$(name)-$(version).tar.bz2

View file

@ -52,6 +52,9 @@ proxy authentication.
%{_bindir}/proxytunnel
%changelog
* Tue Mar 04 2008 Dag Wieers <dag@wieers.com> - 1.9.0-1
- Updated to release 1.9.0.
* Fri Jan 18 2008 Dag Wieers <dag@wieers.com> - 1.8.0-1
- Updated to release 1.8.0.