rename from 40-usb_modeswitch.rules to 69-usb_modeswitch.rules to fix modeswitch [release 20130807-2mamba;Sat Nov 16 2013]
This commit is contained in:
parent
2ab48dbfa7
commit
b48d3cbcf9
@ -1,2 +1,4 @@
|
|||||||
# usb-modeswitch-data
|
# usb-modeswitch-data
|
||||||
|
|
||||||
|
Database and rules file for USB-ModeSwitch.
|
||||||
|
|
||||||
|
85
usb-modeswitch-data.spec
Normal file
85
usb-modeswitch-data.spec
Normal file
@ -0,0 +1,85 @@
|
|||||||
|
Name: usb-modeswitch-data
|
||||||
|
Version: 20130807
|
||||||
|
Release: 2mamba
|
||||||
|
Summary: Database and rules file for USB-ModeSwitch
|
||||||
|
Group: Applications/Networking
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: http://www.draisberghof.de
|
||||||
|
Source: http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-%{version}.tar.bz2
|
||||||
|
License: GPL
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
Requires: usb-modeswitch >= 1.2.3
|
||||||
|
|
||||||
|
%description
|
||||||
|
Database and rules file for USB-ModeSwitch.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%install
|
||||||
|
#install -d %{buildroot}{%{_mandir}/man1,/lib/udev,%{_sysconfdir}}
|
||||||
|
%makeinstall
|
||||||
|
mv %{buildroot}/lib/udev/rules.d/40-usb_modeswitch.rules \
|
||||||
|
%{buildroot}/lib/udev/rules.d/69-usb_modeswitch.rules
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_datadir}/usb_modeswitch/*
|
||||||
|
/lib/udev/rules.d/69-usb_modeswitch.rules
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sat Nov 16 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 20130807-2mamba
|
||||||
|
- rename from 40-usb_modeswitch.rules to 69-usb_modeswitch.rules to fix modeswitch
|
||||||
|
|
||||||
|
* Mon Aug 12 2013 Automatic Build System <autodist@mambasoft.it> 20130807-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Wed Jun 12 2013 Automatic Build System <autodist@mambasoft.it> 20130610-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Jun 03 2013 Automatic Build System <autodist@mambasoft.it> 20130602-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Nov 13 2012 Automatic Build System <autodist@mambasoft.it> 20121109-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Aug 21 2012 Automatic Build System <autodist@mambasoft.it> 20120815-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Aug 12 2012 Automatic Build System <autodist@mambasoft.it> 20120531-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri May 18 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 20120120-2mamba
|
||||||
|
- require usb-modeswitch >= 1.2.3
|
||||||
|
|
||||||
|
* Wed May 02 2012 Automatic Build System <autodist@mambasoft.it> 20120120-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Aug 08 2011 Automatic Build System <autodist@mambasoft.it> 20110805-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Mar 06 2011 Automatic Build System <autodist@mambasoft.it> 20110227-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Thu Dec 30 2010 Automatic Build System <autodist@mambasoft.it> 20101222-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sun Dec 05 2010 Automatic Build System <autodist@mambasoft.it> 20101202-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Tue Sep 28 2010 Automatic Build System <autodist@mambasoft.it> 20100826-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Tue Jul 20 2010 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 20100707-1mamba
|
||||||
|
- updated to 20100707
|
||||||
|
|
||||||
|
* Mon Apr 19 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 20100418-1mamba
|
||||||
|
- first build
|
Loading…
Reference in New Issue
Block a user