Compare commits
18 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c819a8cb9 | ||
|
|
d9aa735ad7 | ||
|
|
1d434f8c39 | ||
|
|
977ff8a8ba | ||
|
|
4762c33fa0 | ||
| db0d5614de | |||
| e1d735cee7 | |||
| 542e5faad8 | |||
| 049790171d | |||
|
|
640aabb8c1 | ||
|
|
52338eb10b | ||
|
|
4825e8f475 | ||
|
|
2a52b85240 | ||
|
|
57a1939b85 | ||
|
|
5a407b8e6f | ||
|
|
a42856c768 | ||
|
|
a057895701 | ||
|
|
94cb5ae966 |
6 changed files with 3 additions and 86 deletions
|
|
@ -1,2 +0,0 @@
|
|||
udev-extras-20081230-git20090120.tar.bz2
|
||||
udev-extras-20090125-git20090129.tar.bz2
|
||||
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
udev-extras-20090226-git20090302.tar.bz2
|
||||
udev-extras-20090516-git20090601.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -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
0
dead.package
Normal file
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
31943131f53dc0e6a6f8698f47f0da3f udev-extras-20090125-git20090129.tar.bz2
|
||||
a07b3885bd77aaf81bc166396d1bc4cf udev-extras-20090516-git20090601.tar.bz2
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue