source: projects/specs/branches/6/p/pcmciautils/pcmciautils-vl.spec @ 3613

Revision 3613, 3.0 KB checked in by daisuke, 13 years ago (diff)

pcmciautils: update to 017

Line 
1Summary: PCMCIA utilities and initialization programs
2Summary(ja): PCMCIA 用のユーティリティおよび初期化プログラム
3Name: pcmciautils
4Version: 017
5Release: 1%{?_dist_release}
6Group: System Environment/Base
7License: GPL
8Url: http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html
9
10Source: http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmciautils-%{version}.tar.bz2
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
13ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64
14BuildRequires: sysfsutils-devel >= 2.1.0
15BuildRequires: byacc, flex
16Obsoletes: pcmcia-cs
17Obsoletes: kernel-pcmcia-cs
18Requires: udev >= 097, kernel >= 2.6.16
19
20%description
21The pcmciautils package contains utilities for initializing and
22debugging PCMCIA and Cardbus sockets.
23
24%description -l ja
25pcmciautils パッケージは PCMCIA および Cardbus ソケットのための
26初期化およびデバッグ用のユーティリティが含まれています。
27
28%prep
29%setup -q
30
31%build
32%__make %{?_smp_mflags} OPTIMIZATION="$RPM_OPT_FLAGS"
33
34%install
35%__rm -rf $RPM_BUILD_ROOT
36%__make install DESTDIR=$RPM_BUILD_ROOT
37
38%clean
39%__rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(-,root,root)
43%config(noreplace) %{_sysconfdir}/pcmcia/*.opts
44%dir %{_sysconfdir}/pcmcia
45%attr(0644,root,root) /lib/udev/rules.d/*
46%{_syssbindir}/pccardctl
47%attr(0755,root,root) %{_syssbindir}/lspcmcia
48%attr(0755,root,root) /lib/udev/pcmcia-*
49%{_mandir}/man*/*
50
51%changelog
52* Thu Apr 21 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 017-1
53- update to 017
54- drop unneeded patches
55- add BR: flex
56
57* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 014-1vl5
58- applied new versioning policy, spec in utf-8
59
60* Tue Sep 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 014-0vl1
61- new upstream release
62
63* Fri Mar 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 013-0vl1
64- new upstream release
65
66* Sun Mar 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 012-0vl3
67- add Patch10 to replace deprecated format from udev rules.
68
69* Fri Mar 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 012-0vl2
70- rebuilt
71
72* Thu Mar 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 012-0vl1
73- initial build for Vine Linux partially based on FC package
74- new upstream release
75
76* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 011-1.2
77- bump again for double-long bug on ppc(64)
78
79* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 011-1.1
80- rebuilt for new gcc4.1 snapshot and glibc changes
81
82* Tue Dec 13 2005  Bill Nottingham <notting@redhat.com> 011-1
83- update to 011, now ships with its own udev rules
84- remove pcmcia-cs provide
85
86* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
87- rebuilt
88
89* Sun Jul 24 2005  Bill Nottingham <notting@redhat.com> 007-1
90- further udev-related tweaks (#163311)
91
92* Thu Jul 21 2005  Bill Nottingham <notting@redhat.com> 006-2
93- udev patch - right idea, awful execution. fix that (#163311)
94- add requirement for 2.6.13-rc1, basically
95
96* Wed Jul 20 2005  Bill Nottingham <notting@redhat.com> 006-1
97- update to 006
98- link libsysfs statically
99
100* Fri Jul 08 2005  Bill Nottingham <notting@redhat.com> 005-1
101- initial packaging
Note: See TracBrowser for help on using the repository browser.