]> git.pld-linux.org Git - SPECS.git/blob - rp-l2tp.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / rp-l2tp.spec
1 Summary:        Layer two tunelling protocol daemon
2 Summary(pl.UTF-8):      Demon tunelujący protokoły warstwy drugiej
3 Name:           rp-l2tp
4 Version:        0.4
5 Release:        0.1
6 License:        GPL v2
7 Group:          Networking/Daemons
8 Source0:        http://dl.sourceforge.net/rp-l2tp/%{name}-%{version}.tar.gz
9 # Source0-md5:  0e45d11cb4fa6c56cce6b1d119733ed9
10 URL:            http://sourceforge.net/projects/rp-l2tp/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gettext-tools
14 BuildRequires:  libtool
15 Requires:       ppp
16 Obsoletes:      l2tpd
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 A Layer 2 Tunneling Protocol VPN daemon for Linux and other
21 POSIX-bases OSs.
22
23 %description -l pl.UTF-8
24 Demon VPN tunelujący protokoły warstwy drugiej dla Linuksa i innych
25 systemów opartych na POSIX.
26
27 %prep
28 %setup -q
29
30 %build
31 %{__gettextize}
32 %{__libtoolize}
33 %{__aclocal}
34 %{__autoconf}
35 %{__autoheader}
36 %{__automake}
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 install l2tp.conf %{_sysconfdir}/l2tp.conf
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
54 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
55 %attr(755,root,root) %{_bindir}/*
56 %{_datadir}/%{name}
57 %attr(754,root,root) /etc/rc.d/init.d/%{name}
58 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
This page took 0.047608 seconds and 3 git commands to generate.