source: projects/specs/trunk/b/bridge-utils/bridge-utils-vl.spec @ 12345

Revision 12345, 3.2 KB checked in by tomop, 4 years ago (diff)

updated 7 packages

bridge-utils-1.6-1

dmidecode-3.2-1

hdparm-9.58-1

lsof-4.93.2-1

libasyncns-0.8-3

libdaemon-0.14-4

mtools-4.0.23-1

Line 
1Summary:                Utilities for configuring the linux ethernet bridge.
2Summary(ja):    イーサネットブリッジ設定ユーティリティ
3Name:                   bridge-utils
4Version:                1.6
5Release:                1%{?_dist_release}
6Group:                  Applications/System
7Vendor:                 Project Vine
8Distribution:   Vine Linux
9License:                GPLv2+
10URL:                    https://wiki.linuxfoundation.org/networking/bridge
11Source0:                https://mirrors.edge.kernel.org/pub/linux/utils/net/bridge-utils/%{name}-%{version}.tar.xz
12Patch0:         bridge-utils-1.0.4-inc.patch
13Patch1:         bridge-utils-libbridge-cflags.patch
14Patch2:         bridge-utils-1.6-add-missing-sys-time.patch
15Patch3:         bridge-utils-1.6-fix-signed-unsigned-warnings.patch
16
17BuildRequires:  autoconf
18BuildRequires:  kernel-headers >= 2.6.16
19
20%description
21This package contains utilities for configuring the linux ethernet
22bridge. The linux ethernet bridge can be used for connecting multiple
23ethernet devices together. The connecting is fully transparent: hosts
24connected to one ethernet device see hosts connected to the other
25ethernet devices directly.
26
27Install bridge-utils if you want to use the linux ethernet bridge.
28
29#%package -n bridge-utils-devel
30#Summary: Header and object files for using bridge-utils
31#Group: Development/Libraries
32
33#%description -n bridge-utils-devel
34#The bridge-utils-devel package contains the header and object files
35#necessary for developing programs which use 'libbridge.a', the
36#interface to the linux kernel ethernet bridge. If you are developing
37#programs which need to configure the linux ethernet bridge, your
38#system needs to have these standard header and object files available
39#in order to create the executables.
40#
41#Install bridge-utils-devel if you are going to develop programs which
42#will use the linux ethernet bridge interface library.
43
44
45%prep
46%setup -q
47%autopatch -p1
48
49
50%build
51autoconf
52%configure
53make %{?_smp_mflags}
54
55
56%install
57make DESTDIR=%{buildroot} SUBDIRS="brctl doc" install
58
59%clean
60[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
61
62%files
63%defattr (-,root,root)
64%license COPYING
65%doc AUTHORS doc/FAQ doc/HOWTO
66%{_sbindir}/brctl
67%{_mandir}/man8/*
68
69#%files -n bridge-utils-devel
70#%defattr (-,root,root)
71#%{_includedir}/libbridge.h
72#%{_libdir}/libbridge.a
73
74%changelog
75* Fri Mar 20 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.6-1
76- new upstream release.
77
78* Thu Mar 22 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.5-1
79- new upstream release
80- import bugfix patches from Fedora
81- drop -devel subpackage (use sane kernel headers)
82
83* Mon Jun 22 2009 Shu KONNO <owa@bg.wakwak.com> 1.0.6-2
84- spec in utf-8
85
86* Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 1.0.6-1vl5
87- applied new versioning policy, spec in utf-8
88
89* Mon Mar 28 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.6-0vl1
90- new upsteam release based Fedora
91  * Thu Aug 26 2004 David Woodhouse <dwmw2@redhat.com> 1.0.4-4
92  - BuildRequires: sysfsutils-devel to make the horrid autoconf script
93    magically change the entire package's behaviour just because it
94    happens to find slightly different header files lying around.
95  - Include our own kernel-derived headers
96  * Thu Jul 1 2004 David Woodhouse <dwmw2@redhat.com>
97  - Update to 1.0.4
98- s/Copyright/License/
99
100* Sat Oct 27 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.3-1vl1
101- initial release
Note: See TracBrowser for help on using the repository browser.