source: projects/specs/trunk/u/usernet/usernet-vl.spec @ 521

Revision 521, 3.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: A graphical utility for controlling network interfaces.
2Summary(ja): グラフィカルなネットワークインタフェース設定ツール
3Name: usernet
4Version: 1.0.9
5Release: 3%{?_dist_release}
6License: GPL
7Group: Applications/System
8Source: usernet-%{PACKAGE_VERSION}.tar.gz
9Patch: usernet-1.0.9-noroot.vine.patch
10Requires: initscripts >= 3.20
11Buildroot: %{_tmppath}/%{name}-root
12
13%description
14The usernet utility provides a graphical interface for manipulating
15network interfaces (bringing them up or down and viewing their status).
16Users can only manipulate interfaces that are user-controllable.  The
17superuser can control all interfaces.
18
19Install the usernet package if you'd like to provide a graphical utility
20for manipulating network interfaces.
21
22%description -l ja
23usernet ユーティリティはネットワークインタフェースを設定する
24グラフィカルインタフェースを提供します (インタフェースを起動/停止
25したり,状況を監視したりできます).一般ユーザは,そのユーザが
26制御可能なインタフェースについてのみ設定できます.スーパーユーザは
27全インタフェースを設定することができます.
28
29ネットワークインタフェースを設定するグラフィカルなツールが必要なら
30usernet パッケージをインストールして下さい.
31
32
33%prep
34%setup
35%patch -p1
36
37%build
38make VERSION=%{PACKAGE_VERSION}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42make install BR=$RPM_BUILD_ROOT VERSION=%{PACKAGE_VERSION} MAN=%{buildroot}%{_mandir}/man1
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(-,root,root)
49%{_bindir}/usernet
50%{_datadir}/usernet/%{PACKAGE_VERSION}
51%{_mandir}/man1/usernet.1*
52%{_sysconfdir}/X11/wmconfig/usernet
53
54%changelog
55* Mon Jun 22 2009 Shu KONNO <owa@bg.wakwak.com> 1.0.9-3
56- applied new versioning policy, spec in utf-8
57
58* Mon Aug 27 2007 Shu KONNO <owa@bg.wakwak.com> 1.0.9-2vl5
59- s/Copyright/License/
60
61* Wed Feb 20 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.9-2vl4
62- rebuild to remove rpmlib dependancy
63
64* Thu May 31 2001 <sagami@vinelinux.org>
65- 1.0.9-2vl3: install manpage into %%{_mandir}
66
67* Sun Sep 10 2000 Jun Nishii <jun@vinelinux.org>
68- added usernet-1.0.9-noroot.vine.patch to build by non-root user
69
70* Fri Sep 08 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
71- 1.0.9-2vl1
72- modified %files section to handle compressed man page(s)
73- added Japanese summary and description
74
75* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
76- auto rebuild in the new build environment (release 2)
77
78* Wed Mar 17 1999 Bill Nottingham <notting@redhat.com>
79- fix it so that it reverts to 'bad' color if ifup fails
80
81* Thu Feb 25 1999 Bill Nottingham <notting@redhat.com>
82- new summary/description
83
84* Mon Oct 12 1998 Cristian Gafton <gafton@redhat.com>
85- strip binaries on install
86- use the "proper" build root dir
87- defattr
88
89* Thu Apr 16 1998 Erik Troan <ewt@redhat.com>
90- updated to use gtk-config
91- Makefile gets version number from .spec file
92
93* Tue Dec 16 1997 Michael K. Johnson <johnsonm@redhat.com>
94- usernet hanging on PPP devices fixed
95
96* Fri Nov 07 1997 Michael K. Johnson <johnsonm@redhat.com>
97- no paths in wmconfig files
98
99* Fri Oct 24 1997 Michael K. Johnson <johnsonm@redhat.com>
100- Change in Gtk behaviour for closing windows.
101- wmconfig
102
103* Tue Oct 07 1997 Michael K. Johnson <johnsonm@redhat.com>
104- Change to a fork-fork-exec for running if{up,down} so that the
105  status button responds instantly, and init cleans up after our
106  poor orphaned processes.
107
108* Fri Oct 03 1997 Michael K. Johnson <johnsonm@redhat.com>
109- Resize window to fit up to three interface buttons without a scrollbar.
110- When changing versions, need to update version in usernetrc as well.
111  Do that automatically now.
112- Everything takes the version from the spec file.
113
114* Fri Oct 03 1997 Michael K. Johnson <johnsonm@redhat.com>
115- Call if{up,down} directly and let them call usernetctl if necessary,
116  so that root can also use the tool.
117
Note: See TracBrowser for help on using the repository browser.