]> git.pld-linux.org Git - SPECS.git/blob - nemo.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / nemo.spec
1 Summary:        NEMO implementation based on the MIPL 2 architecture
2 Summary(pl.UTF-8):      Implementacja NEMO oparta na architekturze MIPL 2
3 Name:           nemo
4 Version:        0.2
5 Release:        0.1
6 License:        GPL v2
7 Group:          Networking/Daemons
8 Source0:        http://www.mobile-ipv6.org/software/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  33458738ee95ed351099d260f59bbea9
10 URL:            http://www.mobile-ipv6.org/
11 BuildRequires:  openssl-devel >= 0.9.7d
12 BuildRequires:  rpmbuild(macros) >= 1.268
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 The NEPL NEMO Platform for Linux is a NEMO implementation based on the
17 MIPL 2 architecture. Version 0.2 is the second public release of NEPL.
18 It aims to be fully RFC 3963 compliant supporting both implicit and
19 explicit mode signalling.
20
21 %description -l pl.UTF-8
22 Platforma NEPL NEMO dla Linuksa to implementacja NEMO oparta na
23 architekturze MIPL 2. Wersja 0.2 to drugie publiczne wydanie NEPL.
24 Celem jest pełna zgodność z RFC 3963 z obsługą sygnalizacji zarówno
25 domniemanej jak i formalnej.
26
27 %prep
28 %setup -q
29
30 %build
31 %configure \
32         --enable-vt
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc AUTHORS BUGS INSTALL* NEWS README* THANKS
47 %attr(755,root,root) %{_sbindir}/nemod
48 %{_mandir}/man1/nemod.1*
49 %{_mandir}/man5/nemod.conf.5*
50 %{_mandir}/man7/mipv6.7*
This page took 0.965132 seconds and 3 git commands to generate.