source: projects/specs/trunk/p/pcmciautils/pcmciautils-vl.spec @ 9256

Revision 9256, 3.1 KB checked in by Takemikaduchi, 9 years ago (diff)

cpufrequtils,dev86,hdf5,irqbalance,openslp,pcmciautils: new upstream release
others: rebuild

Line 
1Summary: PCMCIA utilities and initialization programs
2Summary(ja): PCMCIA 用のユーティリティおよび初期化プログラム
3Name: pcmciautils
4Version: 018
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://mirror.linux.org.au/linux/utils/kernel/pcmcia/%{name}-%{version}.tar.bz2
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
13ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64
14BuildRequires: libsysfs-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* Mon Jan 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 018-1
53- update to 018
54- change BuildRequires: libsysfs-devel instead of sysfsutils-devel
55
56* Thu Apr 21 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 017-1
57- update to 017
58- drop unneeded patches
59- add BR: flex
60
61* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 014-1vl5
62- applied new versioning policy, spec in utf-8
63
64* Tue Sep 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 014-0vl1
65- new upstream release
66
67* Fri Mar 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 013-0vl1
68- new upstream release
69
70* Sun Mar 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 012-0vl3
71- add Patch10 to replace deprecated format from udev rules.
72
73* Fri Mar 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 012-0vl2
74- rebuilt
75
76* Thu Mar 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 012-0vl1
77- initial build for Vine Linux partially based on FC package
78- new upstream release
79
80* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 011-1.2
81- bump again for double-long bug on ppc(64)
82
83* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 011-1.1
84- rebuilt for new gcc4.1 snapshot and glibc changes
85
86* Tue Dec 13 2005  Bill Nottingham <notting@redhat.com> 011-1
87- update to 011, now ships with its own udev rules
88- remove pcmcia-cs provide
89
90* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
91- rebuilt
92
93* Sun Jul 24 2005  Bill Nottingham <notting@redhat.com> 007-1
94- further udev-related tweaks (#163311)
95
96* Thu Jul 21 2005  Bill Nottingham <notting@redhat.com> 006-2
97- udev patch - right idea, awful execution. fix that (#163311)
98- add requirement for 2.6.13-rc1, basically
99
100* Wed Jul 20 2005  Bill Nottingham <notting@redhat.com> 006-1
101- update to 006
102- link libsysfs statically
103
104* Fri Jul 08 2005  Bill Nottingham <notting@redhat.com> 005-1
105- initial packaging
Note: See TracBrowser for help on using the repository browser.