forked from pool/sispmctl
Accepting request 832707 from hardware
OBS-URL: https://build.opensuse.org/request/show/832707 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sispmctl?expand=0&rev=6
This commit is contained in:
commit
83c8a9c1db
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d3df318f018250278371f575cd3d3bd2065cb3a3bfcc5dbcfb19ae8a320ffed
|
||||
size 42466
|
3
sispmctl-4.7.tar.gz
Normal file
3
sispmctl-4.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7d2f32f590984b6f44d758946e57776d68146e47f6cdc41d21c9218f2d2317b
|
||||
size 399665
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 29 20:13:33 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to 4.7
|
||||
* Support scheduling on EG-PMS2
|
||||
* Step up security in systemd service definition
|
||||
- Use sf.net source URL
|
||||
- Package README.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 12:56:30 UTC 2020 - Matthias Brugger <mbrugger@suse.com>
|
||||
|
||||
|
@ -18,12 +18,12 @@
|
||||
|
||||
%define libname libsispmctl0
|
||||
Name: sispmctl
|
||||
Version: 4.6
|
||||
Version: 4.7
|
||||
Release: 0
|
||||
Summary: SIS-PM Control for Linux
|
||||
License: GPL-2.0-only
|
||||
URL: https://sourceforge.net/projects/sispmctl/
|
||||
Source0: sispmctl-%{version}.tar.gz
|
||||
Source0: https://sourceforge.net/projects/sispmctl/files/sispmctl/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||
Patch0: sispmctl-fix-udev-group.patch
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
@ -51,7 +51,6 @@ Development files for the GEMBIRD Silver Shield PM device.
|
||||
%autopatch -p1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure \
|
||||
--disable-static \
|
||||
--enable-webless
|
||||
@ -59,6 +58,8 @@ Development files for the GEMBIRD Silver Shield PM device.
|
||||
|
||||
%install
|
||||
%make_install
|
||||
# remove not needed files
|
||||
rm -r %{buildroot}%{_datadir}/doc/sispmctl/
|
||||
# Remove static libs
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
@ -70,6 +71,7 @@ install -Dm 0644 examples/60-sispmctl.rules %{buildroot}%{_udevrulesdir}/60-sisp
|
||||
%files
|
||||
%{_mandir}/man1/sispmctl.1%{?ext_man}
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%{_bindir}/sispmctl
|
||||
%dir %{_udevrulesdir}
|
||||
%{_udevrulesdir}/60-sispmctl.rules
|
||||
|
Loading…
Reference in New Issue
Block a user