mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
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:
parent
30a71c980d
commit
74ac310322
2 changed files with 4 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue