source: projects/specs/trunk/v/vconfig/vconfig-vl.spec @ 8916

Revision 8916, 4.1 KB checked in by Takemikaduchi, 10 years ago (diff)

v4l-utils: new package
libebml,libemf,libmatroska,libmms,libmodplug,t1utils,usbutils: new upstream release
self-build-mikutter: update to 3.0.5
others: rebuild

Line 
1Summary: Linux 802.1q VLAN configuration utility
2Summary(ja): Linux 802.1q VLAN 設定ユーティリティ
3
4Name: vconfig
5Version: 1.9
6Release: 3%{?_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 Aug 24 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9-3
48- rebuild with VineSeed environment
49
50* Sun Apr 17 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.9-2
51- rebuilt with recent environment.
52
53* Sat Jun 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9-1
54- initial build for Vine Linux
55
56* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-7
57- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
58
59* Wed Mar 19 2008 Roman Rakus <rrakus@redhat.cz> - 1.9-6
60- added STRIP=/bin/true for useful debuginfo
61
62* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.9-5
63- Autorebuild for GCC 4.3
64
65* Thu Aug 16 2007 Phil Knirsch <pknirsch@redhat.com> - 1.9-4
66- License review and update
67
68* Wed Jan 10 2007 Phil Knirsch <pknirsch@redhat.com> - 1.9-3
69- Removed CVS cruft from documentation (#221161)
70- Tiny specfile cleanups.
71
72* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.9-2.1
73- rebuild
74
75* Fri Feb 17 2006 Phil Knirsch <pknirsch@redhat.com> - 1.9-2
76- Fix build problems and cleaned up files in archive properly
77
78* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.9-1.1
79- bump again for double-long bug on ppc(64)
80
81* Fri Feb 10 2006 Phil Knirsch <pknirsch@redhat.com> - 1.9-1
82- Updated to vconfig-1.9
83
84* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.8-7.2
85- rebuilt for new gcc4.1 snapshot and glibc changes
86
87* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> - 1.8-7.1
88- rebuilt
89
90* Mon Aug 15 2005 Phil Knirsch <pknirsch@redhat.com>
91- Fixed license from LGPL to GPL (#163998)
92
93* Wed Mar 02 2005 Phil Knirsch <pknirsch@redhat.com> 1.8-7
94- bump release and rebuild with gcc 4
95
96* Fri Feb 18 2005 Phil Knirsch <pknirsch@redhat.com> 1.8-6
97- rebuilt
98
99* Sun Feb 13 2005 Florian La Roche <laroche@redhat.com> 1.8-5
100- remove kernel dep, kernel runtime deps should go into apps, #146151
101
102* Mon Sep 27 2004 Phil Knirsch <pknirsch@redhat.com> 1.8-4
103- Small specfile changes (#131487)
104
105* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
106- rebuilt
107
108* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
109- rebuilt
110
111* Wed Oct 22 2003 Bill Nottingham <notting@redhat.com> 1.8-1
112- update to 1.8 (#107761)
113
114* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
115- rebuilt
116
117* Thu May 22 2003 Jeremy Katz <katzj@redhat.com> 1.6-3
118- fix to build with gcc 3.3
119
120* Fri Jan 31 2003 Bill Nottingham <notting@redhat.com> 1.6-2
121- adapt upstream package
122- add patch for license
123
124* Thu Jan 23 2003 Tuomo Soini <tis@foobar.fi> 1.6-6foo
125- changes for new initscripts package
126
127* Sun Sep 15 2002 Tuomo Soini <tis@foobar.fi> 1.6-5foo
128- foobarize
129
130* Tue Aug 06 2002 Tuomo Soini <tis@foobar.fi> 1.6-t4
131- fix ifup-vlan to be able to set default route
132
133* Tue Jun 25 2002 Tuomo Soini <tis@foobar.fi> 1.6-t3
134- pgp sign, foobarize spec-file
135
136* Thu May 30 2002 Tuomo Soini <tis@foobar.fi> 1.6-t2
137- fix typo in ifup-vlan
138
139* Thu May 30 2002 Tuomo Soini <tis@foobar.fi> 1.6-t1
140- updated for redhat 7.3
141- build doesn't require kernel-sources
142
143* Fri Apr 05 2002 Dale Bewley <dale@bewley.net>
144- update to 1.6
145- add ifup scripts
146
147* Tue Dec 11 2001 Dale Bewley <dale@bewley.net>
148- initial specfile
149
150# EOF
Note: See TracBrowser for help on using the repository browser.