22de3fe
Name: pcmciautils
22de3fe
Summary: PCMCIA utilities and initialization programs
22de3fe
License: GPL
70924b6
Version: 011
33eac30
Release: 1.2
22de3fe
Group: System Environment/Base
22de3fe
ExclusiveArch: i386 x86_64 ia64 ppc ppc64
22de3fe
Source: http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmciautils-%{version}.tar.bz2
22de3fe
Obsoletes: pcmcia-cs
22de3fe
Obsoletes: kernel-pcmcia-cs
22de3fe
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
22de3fe
BuildRequires: sysfsutils-devel >= 1.3.0
3497066
Requires: udev >= 062, kernel >= 2.6.12-1.1411_FC5
22de3fe
Patch1: pcmciautils-fedora.patch
22de3fe
22de3fe
%description
22de3fe
The pcmciautils package contains utilities for initializing and
22de3fe
debugging PCMCIA and Cardbus sockets.
22de3fe
22de3fe
%prep
22de3fe
%setup -q
22de3fe
# Fix build peculiarities
22de3fe
%patch1 -p1
22de3fe
22de3fe
%build
22de3fe
make
22de3fe
22de3fe
%install
22de3fe
%{__rm} -rf $RPM_BUILD_ROOT
22de3fe
make install DESTDIR=$RPM_BUILD_ROOT
22de3fe
22de3fe
%clean
22de3fe
%{__rm} -rf $RPM_BUILD_ROOT
22de3fe
22de3fe
%files
22de3fe
%defattr(-,root,root)
22de3fe
%config(noreplace) %{_sysconfdir}/pcmcia/*.opts
22de3fe
/etc/udev/rules.d/*
22de3fe
/sbin/*
862690e
%{_mandir}/man*/*
22de3fe
22de3fe
%changelog
33eac30
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 011-1.2
33eac30
- bump again for double-long bug on ppc(64)
33eac30
2603b70
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 011-1.1
2603b70
- rebuilt for new gcc4.1 snapshot and glibc changes
2603b70
70924b6
* Tue Dec 13 2005  Bill Nottingham <notting@redhat.com> 011-1
70924b6
- update to 011, now ships with its own udev rules
70924b6
- remove pcmcia-cs provide
70924b6
2916a3b
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
2916a3b
- rebuilt
2916a3b
5f3a8f1
* Sun Jul 24 2005  Bill Nottingham <notting@redhat.com> 007-1
5f3a8f1
- further udev-related tweaks (#163311)
5f3a8f1
4758828
* Thu Jul 21 2005  Bill Nottingham <notting@redhat.com> 006-2
4758828
- udev patch - right idea, awful execution. fix that (#163311)
3497066
- add requirement for 2.6.13-rc1, basically
4758828
bd7333f
* Wed Jul 20 2005  Bill Nottingham <notting@redhat.com> 006-1
bd7333f
- update to 006
bd7333f
- link libsysfs statically
bd7333f
22de3fe
* Fri Jul 08 2005  Bill Nottingham <notting@redhat.com> 005-1
22de3fe
- initial packaging