]> git.pld-linux.org Git - packages/dibbler.git/blob - dibbler.spec
- pl, formatting
[packages/dibbler.git] / dibbler.spec
1 Summary:        Dibbler - a portable DHCPv6
2 Summary(pl):    Dibbler - przeno¶ny DHCPv6
3 Name:           dibbler
4 Version:        0.3.1
5 Release:        0.1
6 License:        GPL v2
7 Group:          Networking/Daemons
8 Source0:        http://klub.com.pl/dhcpv6/%{name}-%{version}-src.tar.gz
9 # Source0-md5:  6bc2b0932f1000ad50624789873115d8
10 Patch0:         %{name}-Makefile.patch
11 URL:            http://klub.com.pl/dhcpv6/
12 #BuildRequires: bison++ >= 1.21.9
13 BuildRequires:  flex
14 BuildRequires:  libstdc++-devel
15 BuildRequires:  libxml2-devel
16 BuildRequires:  pkgconfig
17 #Provides:      dhcpd?
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Dibbler is a portable DHCPv6 implementation. It supports stateful
22 (i.e. IPv6 address granting) as well as stateless (i.e. option
23 granting) autoconfiguration for IPv6. Currently Linux 2.4/2.6 and
24 Windows XP and Windows 2003 ports are available. It features easy to
25 use install packages (Clickable Windows installer and RPM and DEB
26 packages for Linux) and extensive documentation (both for users as
27 well as developers).
28
29 %description -l pl
30 Dibbler to przeno¶na implementacja DHCPv6. Obs³uguje stanow± (tzn. z
31 nadawaniem adresów IPv6), jak i bezstanow± (tzn. z nadawaniem opcji)
32 autokonfiguracjê IPv6. Aktualnie dostêpne s± porty dla Linuksa 2.4/2.6
33 i Windows XP oraz Windows 2003. Zalety to ³atwa instalacja (klikalny
34 instalator pod Windows i pakiety RPM/DEB pod Linuksa) i wyczerpuj±ca
35 dokumentacja (zarówno dla u¿ytkowników, jak i programistów).
36
37 #%package doc
38 #Summary:       Documentation for Dibbler - a portable DHCPv6
39 #Summary(pl):   Dokumentacja dla Dibblera - przeno¶nego DHCPv6
40 #Group:         Documentation
41
42 #%description doc
43 #Documentation for Dibbler - a portable DHCPv6
44
45 #%description doc -l pl
46 #Dokumentacja dla Dibblera - przeno¶nego DHCPv6
47
48 %prep
49 %setup -q -n %{name}
50 %patch0 -p0
51
52 %build
53 %{__make} \
54         ARCH=LINUX \
55         CFLAGS="%{rpmcflags}" \
56         CPP="%{__cpp}" \
57         CXX="%{__cxx}" \
58         CC="%{__cc}"
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8,%{_sharedstatedir}/dibbler}
63
64 install dibbler-{client,server} $RPM_BUILD_ROOT%{_sbindir}
65 install *.conf $RPM_BUILD_ROOT%{_sharedstatedir}/dibbler
66 install doc/man/* $RPM_BUILD_ROOT%{_mandir}/man8
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %files
72 %defattr(644,root,root,755)
73 %doc CHANGELOG GUIDELINES RELNOTES TODO WILD-IDEAS
74 %attr(755,root,root) %{_sbindir}/*
75 %dir %{_sharedstatedir}/%{name}
76 %config(noreplace) %verify(not md5 mtime size) %{_sharedstatedir}/%{name}/*.conf
77 %{_mandir}/man8/*.8*
78
79 #%files doc
80 #%defattr(644,root,root,755)
81 #%doc doc/*.blah
This page took 0.08504 seconds and 4 git commands to generate.