source: projects/specs/trunk/e/ethtool/ethtool-vl.spec @ 12560

Revision 12560, 3.3 KB checked in by tomop, 3 years ago (diff)

updated 4 packages

ethtool-5.10-1

lcms2-2.12-1

squid-4.14-1

webkitgtk4-2.30.5-1

Line 
1# install ethtool to /sbin
2%define _sbindir /sbin
3
4Summary:        A tool for setting ethernet parameters
5Summary(ja):    Ethernet コントローラ設定ツール
6Name:           ethtool
7Epoch:          1
8Version:        5.10
9Release:        1%{?_dist_release}
10Group:          admin-tools,network
11Vendor:         Project Vine
12Distribution:   Vine Linux
13Packager:       shaolin, daisuke
14
15License:        GPL
16URL:            https://www.kernel.org/pub/software/network/ethtool/
17Source:         https://mirrors.edge.kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.xz
18
19BuildRoot:      %{_tmppath}/%{name}-%{version}-root
20BuildRequires:  libmnl-devel
21
22%description
23Ethtool is a small utility to get and set values from your your ethernet
24controllers.  Not all ethernet drivers support ethtool, but it is getting
25better.  If your ethernet driver doesn't support it, ask the maintainer to
26write support - it's not hard!
27
28%description -l ja
29Ethtool は ethernet コントローラの各種設定値を取得したり,
30設定したりすることの出来る小さなユーティリティです.
31現状では ethtool は全ての ethernet ドライバをサポートしていませんが,
32徐々にサポートドライバを増やしています.
33あなたの ethernet ドライバが未だサポートされていなければ,
34開発者に問い合わせてみて下さい.
35
36
37%debug_package
38
39
40%prep
41%setup -q
42
43
44%build
45%configure
46make
47
48
49%install
50rm -rf ${RPM_BUILD_ROOT}
51
52%makeinstall
53mkdir -p %{buildroot}/usr/sbin
54ln -s %{_sbindir}/ethtool %{buildroot}/usr/sbin
55
56
57%clean
58rm -rf ${RPM_BUILD_ROOT}
59
60
61%files
62%defattr(-,root,root)
63%{_sbindir}/ethtool
64/usr/sbin/ethtool
65%dir %{_datadir}/bash-completion
66%dir %{_datadir}/bash-completion/completions
67%{_datadir}/bash-completion/completions/ethtool
68%{_mandir}/man8/ethtool.8*
69%license COPYING
70%doc AUTHORS INSTALL NEWS README ChangeLog
71
72
73%changelog
74* Tue Mar 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1:5.10-1
75- new upstream release.
76
77* Sun Sep 06 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1:5.8-1
78- new upstream release.
79
80* Sun Apr 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1:5.4-1
81- new upstream release.
82
83* Fri Feb 23 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1:4.15-1
84- new upstream release.
85
86* Wed Apr 10 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1:3.8-1
87- update to 3.8 (add Epoch: 1)
88
89* Sun Apr 17 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6-2
90- rebuilt with recent environment.
91
92* Tue Aug 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 6-1
93- new upstream release
94- new versioning policy, spec to utf-8
95- move ethtool to /sbin
96
97* Sun Sep 16 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5-0vl2
98- rebuilt for VineSeed with new toolchain
99- /usr/sbin/ethtool also installed as /sbin/ethtool as a symlink
100  (see <BTS:0548>)
101
102* Mon Sep 18 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 5-0vl1
103- new upstream release
104
105* Sat Jun 19 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8-0vl1
106- updated to 1.8
107- rebuild with new toolchains
108
109* Thu Dec 12 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.7-0vl1
110- updated to new upstream release
111
112* Mon Sep 23 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.6-0vl1
113- first package for Vine Linux
114  (Vine/sparc has a package whose name is "ethtool" for SPARC HME cards...
115   is this the same program in origin?)
116
Note: See TracBrowser for help on using the repository browser.