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

Revision 12372, 3.0 KB checked in by tomop, 4 years ago (diff)

updated 14 packages

acpica-tools-20190509-1

ethtool-5.4-1

flac-1.3.3-1

iproute-5.6.0-1

libcap-ng-0.7.10-1

libestr-0.1.11-2

libfastjson-0.99.8-4

libproxy-0.4.15-2

libpwquality-1.4.2-1

libunistring-0.9.10-2

mdadm-4.1-1

python-six-1.14.0-1

rsyslog-8.2002.0-1

speexdsp-1.2-0.16.rc3

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