SHA256
1
0
forked from pool/bird

Accepting request 658665 from home:jengelh:branches:network

- Kill off em dashes in summaries. Remove future
  aims from descriptions.

OBS-URL: https://build.opensuse.org/request/show/658665
OBS-URL: https://build.opensuse.org/package/show/network/bird?expand=0&rev=2
This commit is contained in:
Martin Hauke 2018-12-15 19:42:00 +00:00 committed by Git OBS Bridge
parent 8b421abec0
commit 320d16516b
2 changed files with 23 additions and 20 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Dec 15 17:51:41 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Kill off em dashes in summaries. Remove future
aims from descriptions.
-------------------------------------------------------------------
Thu Dec 6 20:30:33 UTC 2018 - mardnh@gmx.de

View File

@ -23,7 +23,7 @@
Name: bird
Version: 1.6.4
Release: 0
Summary: The BIRD Internet Routing Daemon - IPv4
Summary: The BIRD Internet Routing Daemon
License: GPL-2.0-or-later
Group: Productivity/Networking/Routing
URL: https://bird.network.cz/
@ -42,46 +42,43 @@ BuildRequires: pkgconfig(systemd)
Requires: bird-common
%description
The BIRD project aims to develop a fully functional dynamic IP routing daemon
primarily targeted on (but not limited to) Linux, FreeBSD and other UNIX-like
systems.
BIRD is an implementation for routing Internet Protocol packets. IPv4
and IPv6 are supported by running separate daemons. It establishes
multiple routing tables, and uses BGP, RIP, and OSPF routing
protocols, as well as statically defined routes.
This package holds the IPv4 binaries.
%package -n bird6
#
Summary: The BIRD Internet Routing Daemon - IPv4
Summary: The BIRD Internet Routing Daemon for IPv6
Group: Productivity/Networking/Routing
Requires: bird-common
%description -n bird6
The BIRD project aims to develop a fully functional dynamic IP routing daemon
primarily targeted on (but not limited to) Linux, FreeBSD and other UNIX-like
systems.
BIRD is an implementation for routing Internet Protocol packets. IPv4
and IPv6 are supported by running separate daemons. It establishes
multiple routing tables, and uses BGP, RIP, and OSPF routing
protocols, as well as statically defined routes.
This package holds the IPv6 binaries.
%package common
Summary: The BIRD Internet Routing Daemon - Common directories and files
Summary: Common files for the BIRD Internet Routing Daemon
Group: Productivity/Networking/Routing
Requires(pre): shadow
%{?systemd_requires}
%description common
The BIRD project aims to develop a fully functional dynamic IP routing daemon
primarily targeted on (but not limited to) Linux, FreeBSD and other UNIX-like
systems.
BIRD is an implementation for routing Internet Protocol packets.
This package holds common files and directories.
%package doc
Summary: The BIRD Internet Routing Daemon - HTML Documentation
Group: Productivity/Networking/Routing
Summary: Documentation for the BIRD Internet Routing Daemon
Group: Documentation/HTML
%description doc
The BIRD project aims to develop a fully functional dynamic IP routing daemon
primarily targeted on (but not limited to) Linux, FreeBSD and other UNIX-like
systems.
BIRD is an implementation for routing Internet Protocol packets.
This package holds the HTML documentation.
@ -110,8 +107,8 @@ make %{?_smp_mflags}
popd
%install
make install DESTDIR=%{buildroot} %{?_smp_mflags} -C 4
make install DESTDIR=%{buildroot} %{?_smp_mflags} -C 6
%make_install -C 4
%make_install -C 6
install -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/bird.service
install -D -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/bird6.service