Compare commits
12 Commits
deb7d04932
...
5f58b57db9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f58b57db9 | ||
|
|
7e656507c5 | ||
|
|
b54f188852 | ||
|
|
e444861756 | ||
|
|
6183f946fd | ||
|
|
afdd1518a8 | ||
|
|
cb1e32e90a | ||
|
|
58c5c2a1b3 | ||
|
|
a205495882 | ||
|
|
dbadb792ed | ||
|
|
17ab579a86 | ||
|
|
33c0531a56 |
Binary file not shown.
BIN
linuxconsoletools-1.8.1.tar.bz2
Normal file
BIN
linuxconsoletools-1.8.1.tar.bz2
Normal file
Binary file not shown.
@ -1,14 +1,16 @@
|
|||||||
%global udevdir %(pkg-config --variable=udevdir udev)
|
%global udevdir %(pkg-config --variable=udevdir udev)
|
||||||
|
|
||||||
Name: linuxconsoletools
|
Name: linuxconsoletools
|
||||||
Version: 1.6.0
|
Version: 1.8.1
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: Tools for connecting/testing joysticks & legacy devices to the kernel's input subsystem
|
Summary: Tools for connecting/testing joysticks & legacy devices to the kernel's input subsystem
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://sourceforge.net/projects/linuxconsole/
|
URL: http://sourceforge.net/projects/linuxconsole/
|
||||||
Source: http://downloads.sourceforge.net/linuxconsole/%{name}-%{version}.tar.bz2
|
Source: http://liquidtelecom.dl.sourceforge.net/project/linuxconsole/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: SDL-devel git
|
BuildRequires: gcc
|
||||||
|
BuildRequires: pkgconfig(sdl2)
|
||||||
|
BuildRequires: systemd-udev
|
||||||
|
|
||||||
Provides: joystick = %{version}-%{release}
|
Provides: joystick = %{version}-%{release}
|
||||||
Provides: ff-utils = 1:%{version}-%{release}
|
Provides: ff-utils = 1:%{version}-%{release}
|
||||||
@ -29,7 +31,7 @@ Summary: Help manual for %{name}
|
|||||||
The %{name}-help package conatins man manual etc
|
The %{name}-help package conatins man manual etc
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1 -Sgit
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make_build PREFIX=%{_prefix} CFLAGS="%{optflags}"
|
%make_build PREFIX=%{_prefix} CFLAGS="%{optflags}"
|
||||||
@ -62,5 +64,14 @@ chmod -x %{buildroot}%{_mandir}/man1/*
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 16 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.8.1-1
|
||||||
|
- Upgrade to version 1.8.1
|
||||||
|
|
||||||
|
* Wed Jun 30 2021 zhanzhimin<zhanzhimin@huawei.com> - 1.7.0-2
|
||||||
|
- fix build failure due to lack of git buildrequires
|
||||||
|
|
||||||
|
* Mon Oct 26 2020 weishengjing1<weishengjing1@huawei.com> - 1.7.0-1
|
||||||
|
- upgrade to v1.7.0
|
||||||
|
|
||||||
* Mon Dec 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.6.0-3
|
* Mon Dec 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.6.0-3
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
4
linuxconsoletools.yaml
Normal file
4
linuxconsoletools.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: git
|
||||||
|
src_repo: https://git.code.sf.net/p/linuxconsole/code
|
||||||
|
tag_prefix: "release-"
|
||||||
|
seperator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user