Accepting request 539785 from home:jengelh:branches:hardware:sdr
- Fix RPM groups and broken %post line OBS-URL: https://build.opensuse.org/request/show/539785 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/libmirisdr?expand=0&rev=5
This commit is contained in:
parent
9a1d95fc1f
commit
865530b432
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 8 08:33:45 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Fix RPM groups and broken %post line
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 8 17:57:39 UTC 2017 - mardnh@gmx.de
|
||||
|
||||
|
@ -40,7 +40,7 @@ it can be used as a SDR receiver.
|
||||
|
||||
%package -n %{libname}
|
||||
Summary: SDR driver for MRi2500
|
||||
Group: Hardware/Other
|
||||
Group: System/Libraries
|
||||
Provides: %{name} = %{version}
|
||||
|
||||
%description -n %{libname}
|
||||
@ -56,9 +56,8 @@ it can be used as a SDR receiver.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libmirisdr
|
||||
Group: Development/Libraries/Other
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
AutoReq: on
|
||||
|
||||
%description devel
|
||||
Library headers and other development files for mirisdr driver.
|
||||
@ -79,7 +78,7 @@ rm %{buildroot}%{_libdir}/libmirisdr.a
|
||||
install -D -p -m 0644 mirisdr.rules %{buildroot}%{_udevrulesdir}/10-mirisdr.rules
|
||||
|
||||
%post -n %{libname} -p /sbin/ldconfig
|
||||
%postun -n %{libname} -p/sbin/ldconfig
|
||||
%postun -n %{libname} -p /sbin/ldconfig
|
||||
|
||||
%files -n mirisdr
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
x
Reference in New Issue
Block a user