usernet-vl.spec 3.9 KB

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