Contributed by Mads Kiilerich.
This commit is contained in:
parent
94921d6e57
commit
4d85552c5b
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@ Group: Networking
|
||||||
URL: http://tinc.nl.linux.org/
|
URL: http://tinc.nl.linux.org/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Buildroot: /var/tmp/%{name}-%{version}-%{release}
|
Buildroot: /var/tmp/%{name}-%{version}-%{release}
|
||||||
#Requires:
|
Requires: /usr/bin/texi2html /usr/bin/install /usr/bin/patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
tinc is cool!
|
tinc is cool!
|
||||||
|
@ -22,6 +22,7 @@ See http://tinc.nl.linux.org/
|
||||||
#automake
|
#automake
|
||||||
./configure --prefix=/usr --sysconfdir=/etc
|
./configure --prefix=/usr --sysconfdir=/etc
|
||||||
make
|
make
|
||||||
|
texi2html doc/tinc.texi
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
@ -75,7 +76,7 @@ END
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
|
||||||
%doc AUTHORS ChangeLog NEWS README THANKS TODO
|
%doc AUTHORS ChangeLog NEWS README THANKS TODO *.html
|
||||||
|
|
||||||
#%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
%config /etc/tinc
|
%config /etc/tinc
|
||||||
|
|
Loading…
Reference in a new issue