]> git.pld-linux.org Git - SPECS.git/blob - vdetelweb.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / vdetelweb.spec
1 Summary:        Telnet and Web interface for VDE2
2 Summary(pl.UTF-8):      Telnet oraz interfejs WWW dla VDE2
3 Name:           vdetelweb
4 Version:        1.2.1
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Networking
8 Source0:        http://downloads.sourceforge.net/vde/%{name}-%{version}.tar.bz2
9 # Source0-md5:  86d696891ae52fc60deb6804748cb382
10 URL:            http://wiki.v2.cs.unibo.it/wiki/index.php/Vdetelweb:_Telnet_and_Web_management_for_VDE
11 BuildRequires:  lwipv6-devel
12 BuildRequires:  mhash-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Telnet and Web interface for VDE2.
17
18 %description -l pl.UTF-8
19 Telnet oraz interfejs WWW dla VDE2.
20
21 %prep
22 %setup -q
23
24 %build
25 %configure
26 %{__make}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 %{__make} install \
32         DESTDIR=$RPM_BUILD_ROOT
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc README
40 %attr(755,root,root) %{_bindir}/vdetelweb
41 %dir %{_sysconfdir}/vde
42 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/vde/vdetelwebrc
43 %{_mandir}/man1/vdetelweb.1*
This page took 0.540996 seconds and 3 git commands to generate.