Accepting request 112117 from hardware
update to 1.2.3 (forwarded request 112093 from Gankov) OBS-URL: https://build.opensuse.org/request/show/112117 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/usb_modeswitch?expand=0&rev=17
This commit is contained in:
commit
21634aa3e6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b069ff4557b602e013d8f994894c047b1b10c4280b8207be058259cc6cd7dd08
|
||||
size 41602
|
3
usb-modeswitch-1.2.3.tar.bz2
Normal file
3
usb-modeswitch-1.2.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:924bf9357241c3d2de37b381ebbe82818fa3fd19fcffdc2dcaf2b5d17d29723b
|
||||
size 254562
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5930cf1c14ccfeaa226297aa7e2eea1b375fe6b79e010bf384a01eb2b6741a2
|
||||
size 18026
|
3
usb-modeswitch-data-20120120.tar.bz2
Normal file
3
usb-modeswitch-data-20120120.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bce6b8cbbf293fe519584b63815fe7f665e8238e6e138151d8cf7cc85a7a7b0f
|
||||
size 19551
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 1 11:04:59 UTC 2012 - gankov@opensuse.org
|
||||
|
||||
- New data package 20120120
|
||||
- Update to 1.2.3
|
||||
- Add BuildRequires tcl
|
||||
- Using fdupes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 10:57:23 UTC 2012 - coolo@suse.com
|
||||
|
||||
|
@ -18,19 +18,22 @@
|
||||
|
||||
|
||||
Name: usb_modeswitch
|
||||
Version: 1.1.7
|
||||
Release: 2
|
||||
Version: 1.2.3
|
||||
Release: 0
|
||||
Summary: A mode switching tool for controlling multiple-device USB gear
|
||||
Group: Hardware/Mobile
|
||||
Url: http://www.draisberghof.de/usb_modeswitch
|
||||
%define source_name usb-modeswitch
|
||||
%define date 20110227
|
||||
%define date 20120120
|
||||
License: GPL-2.0+
|
||||
Source0: http://www.draisberghof.de/usb_modeswitch/%{source_name}-%{version}.tar.bz2
|
||||
Source1: %{source_name}-data-%{date}.tar.bz2
|
||||
Source2: %{name}-data.rpmlintrc
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: libusb-devel udev
|
||||
BuildRequires: libusb-devel
|
||||
BuildRequires: tcl
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: udev
|
||||
Requires: /bin/eject
|
||||
Requires: tcl >= 8.4
|
||||
Requires: usb_modeswitch-data = %version
|
||||
@ -67,6 +70,7 @@ CFLAGS="%{optflags}" make
|
||||
%makeinstall
|
||||
cd %{source_name}-data-%{date}
|
||||
%makeinstall
|
||||
%fdupes -s $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
Reference in New Issue
Block a user