Compare commits

...
Sign in to create a new pull request.

18 commits

Author SHA1 Message Date
Fedora Release Engineering
9c819a8cb9 dist-git conversion 2010-07-29 14:38:55 +00:00
Bill Nottingham
d9aa735ad7 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:52:46 +00:00
Harald Hoyer
1d434f8c39 dead package 2009-09-03 11:11:25 +00:00
Harald Hoyer
977ff8a8ba udev-extras is merged in udev -> dead.package 2009-07-29 09:59:44 +00:00
Jesse Keating
4762c33fa0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 06:27:18 +00:00
db0d5614de Disable introspection more 2009-06-08 21:25:58 +00:00
e1d735cee7 Disable introspection for now, as it breaks the build 2009-06-08 20:43:42 +00:00
542e5faad8 Add missing libacl-devel BR 2009-06-08 20:20:05 +00:00
049790171d Add missing gperf BR 2009-06-08 20:14:29 +00:00
Daniel Williams
640aabb8c1 - Update to snapshot from git for gudev 2009-06-02 20:50:48 +00:00
Lennart Poettering
52338eb10b add tarball 2009-03-02 15:27:35 +00:00
Lennart Poettering
4825e8f475 Update snapshot from git 2009-03-02 15:26:11 +00:00
Harald Hoyer
2a52b85240 - add dependency for hwdata 2009-02-27 09:50:11 +00:00
Harald Hoyer
57a1939b85 - version 20090226 2009-02-27 09:42:36 +00:00
Jesse Keating
5a407b8e6f - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 22:32:11 +00:00
Daniel Williams
a42856c768 Ensure modem prober rules are removed 2009-02-20 12:56:47 +00:00
Daniel Williams
a057895701 - Remove modem prober; handled elsewhere for now 2009-02-20 12:36:12 +00:00
Daniel Williams
94cb5ae966 - Match udev requirement to distro's shipped udev 2009-02-16 19:47:43 +00:00
6 changed files with 3 additions and 86 deletions

View file

@ -1,2 +0,0 @@
udev-extras-20081230-git20090120.tar.bz2
udev-extras-20090125-git20090129.tar.bz2

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
udev-extras-20090226-git20090302.tar.bz2
udev-extras-20090516-git20090601.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: udev-extras
# $Id$
NAME := udev-extras
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

0
dead.package Normal file
View file

View file

@ -1 +1 @@
31943131f53dc0e6a6f8698f47f0da3f udev-extras-20090125-git20090129.tar.bz2
a07b3885bd77aaf81bc166396d1bc4cf udev-extras-20090516-git20090601.tar.bz2

View file

@ -1,62 +0,0 @@
%define udev_scriptdir /lib/udev
Summary: Extra rules and tools for udev
Name: udev-extras
Version: 20090125
Release: 0.1.20090129git%{?dist}
# Source from http://git.kernel.org/?p=linux/hotplug/udev-extras.git
Source: udev-extras-20090125-git20090129.tar.bz2
License: GPLv2 and GPLv2+
Group: System Environment/Base
ExclusiveOS: Linux
URL: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: udev >= 135
BuildRequires: glib2-devel
BuildRequires: libusb-devel
BuildRequires: libxslt
%description
The udev-extras package contains an additional rules and tools
to create and identify devices.
%prep
%setup -q
%build
%configure --with-selinux --prefix=%{_prefix} --exec-prefix="" --sysconfdir=%{_sysconfdir} --with-libdir-name=%{_lib} --sbindir="/sbin"
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(0644, root, root, 0755)
%doc COPYING TODO
#%doc README ChangeLog
%attr(0755,root,root) %{udev_scriptdir}/modem-modeswitch
%attr(0755,root,root) %{udev_scriptdir}/modem-probe
%attr(0755,root,root) %{udev_scriptdir}/usbdev_id
%attr(0644,root,root) %{udev_scriptdir}/rules.d/*.rules
%attr(0644,root,root) %{_mandir}/man8/modem-modeswitch*.8*
%attr(0644,root,root) %{_mandir}/man8/modem-probe*.8*
%changelog
* Thu Jan 29 2009 Dan Williams <dcbw@redhat.com> 20090125-0.1.20090129git
- Compatibilty updates and fixes for modem prober
* Tue Jan 20 2009 Harald Hoyer <harald@redhat.com> 20081230-0.2.20090120git
- added BuildRequires
- README and ChangeLog left out for now (zero size)
- fixed License
* Tue Jan 20 2009 Harald Hoyer <harald@redhat.com> 20081230-0.1.20090120git
- initial version