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

Revision 521, 2.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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