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