vconfig-vl.spec 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. Summary: Linux 802.1q VLAN configuration utility
  2. Summary(ja): Linux 802.1q VLAN 設定ユーティリティ
  3. Name: vconfig
  4. Version: 1.9
  5. Release: 3%{?_dist_release}
  6. License: GPLv2+
  7. Group: System Environment/Base
  8. URL: http://www.candelatech.com/~greear/vlan.html
  9. Source: http://www.candelatech.com/~greear/vlan/vlan.%{version}.tar.gz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. %define _sbin /sbin
  12. Vendor: Project Vine
  13. Distribution: Vine Linux
  14. Packager: daisuke
  15. %description
  16. The vconfig program configures and adjusts 802.1q VLAN parameters.
  17. %prep
  18. %setup -q -n vlan
  19. %build
  20. make clean
  21. rm -f vconfig
  22. make CCFLAGS="%{optflags}" STRIP=/bin/true vconfig
  23. %install
  24. rm -rf ${RPM_BUILD_ROOT}
  25. %{__install} -D -m755 vconfig ${RPM_BUILD_ROOT}%{_sbin}/vconfig
  26. %{__install} -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8
  27. rm -rf contrib/CVS
  28. %clean
  29. rm -rf ${RPM_BUILD_ROOT}
  30. %files
  31. %defattr(-, root, root, 0755)
  32. %doc CHANGELOG contrib README vlan.html vlan_test.pl
  33. %{_sbin}/vconfig
  34. %{_mandir}/man8/vconfig.8*
  35. %changelog
  36. * Sun Aug 24 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9-3
  37. - rebuild with VineSeed environment
  38. * Sun Apr 17 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.9-2
  39. - rebuilt with recent environment.
  40. * Sat Jun 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9-1
  41. - initial build for Vine Linux
  42. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-7
  43. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  44. * Wed Mar 19 2008 Roman Rakus <rrakus@redhat.cz> - 1.9-6
  45. - added STRIP=/bin/true for useful debuginfo
  46. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.9-5
  47. - Autorebuild for GCC 4.3
  48. * Thu Aug 16 2007 Phil Knirsch <pknirsch@redhat.com> - 1.9-4
  49. - License review and update
  50. * Wed Jan 10 2007 Phil Knirsch <pknirsch@redhat.com> - 1.9-3
  51. - Removed CVS cruft from documentation (#221161)
  52. - Tiny specfile cleanups.
  53. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.9-2.1
  54. - rebuild
  55. * Fri Feb 17 2006 Phil Knirsch <pknirsch@redhat.com> - 1.9-2
  56. - Fix build problems and cleaned up files in archive properly
  57. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.9-1.1
  58. - bump again for double-long bug on ppc(64)
  59. * Fri Feb 10 2006 Phil Knirsch <pknirsch@redhat.com> - 1.9-1
  60. - Updated to vconfig-1.9
  61. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.8-7.2
  62. - rebuilt for new gcc4.1 snapshot and glibc changes
  63. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> - 1.8-7.1
  64. - rebuilt
  65. * Mon Aug 15 2005 Phil Knirsch <pknirsch@redhat.com>
  66. - Fixed license from LGPL to GPL (#163998)
  67. * Wed Mar 02 2005 Phil Knirsch <pknirsch@redhat.com> 1.8-7
  68. - bump release and rebuild with gcc 4
  69. * Fri Feb 18 2005 Phil Knirsch <pknirsch@redhat.com> 1.8-6
  70. - rebuilt
  71. * Sun Feb 13 2005 Florian La Roche <laroche@redhat.com> 1.8-5
  72. - remove kernel dep, kernel runtime deps should go into apps, #146151
  73. * Mon Sep 27 2004 Phil Knirsch <pknirsch@redhat.com> 1.8-4
  74. - Small specfile changes (#131487)
  75. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  76. - rebuilt
  77. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  78. - rebuilt
  79. * Wed Oct 22 2003 Bill Nottingham <notting@redhat.com> 1.8-1
  80. - update to 1.8 (#107761)
  81. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  82. - rebuilt
  83. * Thu May 22 2003 Jeremy Katz <katzj@redhat.com> 1.6-3
  84. - fix to build with gcc 3.3
  85. * Fri Jan 31 2003 Bill Nottingham <notting@redhat.com> 1.6-2
  86. - adapt upstream package
  87. - add patch for license
  88. * Thu Jan 23 2003 Tuomo Soini <tis@foobar.fi> 1.6-6foo
  89. - changes for new initscripts package
  90. * Sun Sep 15 2002 Tuomo Soini <tis@foobar.fi> 1.6-5foo
  91. - foobarize
  92. * Tue Aug 06 2002 Tuomo Soini <tis@foobar.fi> 1.6-t4
  93. - fix ifup-vlan to be able to set default route
  94. * Tue Jun 25 2002 Tuomo Soini <tis@foobar.fi> 1.6-t3
  95. - pgp sign, foobarize spec-file
  96. * Thu May 30 2002 Tuomo Soini <tis@foobar.fi> 1.6-t2
  97. - fix typo in ifup-vlan
  98. * Thu May 30 2002 Tuomo Soini <tis@foobar.fi> 1.6-t1
  99. - updated for redhat 7.3
  100. - build doesn't require kernel-sources
  101. * Fri Apr 05 2002 Dale Bewley <dale@bewley.net>
  102. - update to 1.6
  103. - add ifup scripts
  104. * Tue Dec 11 2001 Dale Bewley <dale@bewley.net>
  105. - initial specfile
  106. # EOF