rpms/udev-extras/F-10 udev-extras.spec,NONE,1.1 sources,1.1,1.2

Harald Hoyer harald at fedoraproject.org
Mon Feb 9 08:50:58 UTC 2009


Author: harald

Update of /cvs/pkgs/rpms/udev-extras/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2070

Modified Files:
	sources 
Added Files:
	udev-extras.spec 
Log Message:
* Thu Jan 29 2009 Dan Williams <dcbw at redhat.com> 20090125-0.1.20090129git
- Compatibilty updates and fixes for modem prober



--- NEW FILE udev-extras.spec ---
%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 at redhat.com> 20090125-0.1.20090129git
- Compatibilty updates and fixes for modem prober

* Tue Jan 20 2009 Harald Hoyer <harald at 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 at redhat.com> 20081230-0.1.20090120git
- initial version




Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/udev-extras/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Jan 2009 20:37:03 -0000	1.1
+++ sources	9 Feb 2009 08:50:28 -0000	1.2
@@ -0,0 +1 @@
+31943131f53dc0e6a6f8698f47f0da3f  udev-extras-20090125-git20090129.tar.bz2




More information about the fedora-extras-commits mailing list