Logoj0ke.net Open Build Service > Projects > server:routing > pimd > pimd.spec
Sign Up | Log In

File pimd.spec of Package pimd (Revision 17)

Currently displaying revision 17, show latest

 
1
Name:       pimd
2
Version:    2.3.2
3
Release:    1
4
Url:        http://github.com/troglobit/pimd
5
License:    see LICENSE file
6
Group:      Productivity/Networking/Routing
7
Summary:    PIM-SM v2 multicast daemon
8
Source0:    %{name}-%{version}.tar.bz2
9
BuildRoot:  %{_tmppath}/%{name}-%{version}-root
10
BuildRequires:  glibc-devel
11
12
%description
13
This is pimd, a lightweight, stand-alone PIM Sparse-Mode implementation.
14
15
%prep
16
%setup
17
18
%build
19
./configure
20
%__make prefix=%{_prefix} sysconfdir=%{_sysconfdir}/pimd
21
22
%install
23
%__make prefix=%{_prefix} sysconfdir=%{_sysconfdir}/pimd DESTDIR=%{buildroot} install
24
rm -rf %{buildroot}%{_datadir}/doc
25
26
%clean
27
rm -rf %{buildroot}
28
29
%files
30
%defattr(-,root,root)
31
%doc README.md README-config.md README.config.jp README-debug.md ChangeLog.org LICENSE LICENSE.mrouted TODO.org CREDITS FAQ.md AUTHORS INSTALL.md
32
%{_sbindir}/%{name}
33
%dir %{_sysconfdir}/%{name}
34
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
35
%{_mandir}/man8/pimd.8*
36
37
%changelog
38
* Thu Jan 12 2012 Carsten Schoene <cs@linux-administrator.com> - 2.1.8-1
39
- update to release 2.1.8
40
41
* Sun Jan 09 2011 Carsten Schoene <cs@linux-administrator.com> - 2.1.7-1
42
- update to release 2.1.7
43
44
* Sun Jan 09 2011 Carsten Schoene <cs@linux-administrator.com> - 2.1.6-1
45
- update to release 2.1.6
46
47
* Sun Nov 21 2010 Carsten Schoene <cs@linux-administrator.com> - 2.1.5-1
48
- update to release 2.1.5
49
50
* Sun Sep 26 2010 Carsten Schoene <cs@linux-administrator.com> - 2.1.4-1
51
- update to release 2.1.4
52
53
* Sat Sep 18 2010 Carsten Schoene <cs@linux-administrator.com> - 2.1.3-1
54
- update to release 2.1.3
55
56
* Mon May 24 2010 Carsten Schoene <cs@linux-administrator.com> - 2.1.1-1
57
- initial package build
58