source: projects/specs/branches/6/v/vconfig/vconfig-vl.spec @ 3529

Revision 3529, 4.0 KB checked in by tomop, 13 years ago (diff)

vconfig-1.9-2

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