Compare commits

...

12 Commits

Author SHA1 Message Date
openeuler-ci-bot
5f58b57db9
!5 Package upgrade
From: @wk333 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2022-06-20 01:22:59 +00:00
wk333
7e656507c5 Package upgrade 2022-06-16 19:19:28 +08:00
openeuler-ci-bot
b54f188852 !4 fix build failure due to lack of git buildrequires
From: @zzm_567
Reviewed-by: 
Signed-off-by:
2021-07-02 07:20:28 +00:00
zhanzhimin
e444861756 fix build failure due to lack of git buildrequires 2021-07-02 14:35:15 +08:00
openeuler-ci-bot
6183f946fd !3 linuxconsoletools升级到1.7.0
From: @writings-of-prince-huainan
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-10-28 09:56:08 +08:00
root
afdd1518a8 linuxconsoletools upgrade 2020-10-27 10:38:05 +08:00
openeuler-ci-bot
cb1e32e90a !2 Fix yaml file error
Merge pull request !2 from lyn/master
2020-07-07 18:12:56 +08:00
lyn1001
58c5c2a1b3 Fix yaml file error 2020-07-07 15:29:52 +08:00
lyn1001
a205495882 Fix yaml file error 2020-06-30 18:04:15 +08:00
openeuler-ci-bot
dbadb792ed !1 Add yaml file
Merge pull request !1 from lyn/master
2020-05-11 20:28:19 +08:00
lyn1001
17ab579a86 Add yaml file 2020-05-11 18:35:58 +08:00
lyn1001
33c0531a56 Add yaml file 2020-05-11 10:41:05 +08:00
4 changed files with 20 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,16 @@
%global udevdir %(pkg-config --variable=udevdir udev)
Name: linuxconsoletools
Version: 1.6.0
Release: 3
Version: 1.8.1
Release: 1
Summary: Tools for connecting/testing joysticks & legacy devices to the kernel's input subsystem
License: GPLv2+
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: ff-utils = 1:%{version}-%{release}
@ -29,7 +31,7 @@ Summary: Help manual for %{name}
The %{name}-help package conatins man manual etc
%prep
%autosetup -n %{name}-%{version} -p1 -Sgit
%autosetup -n %{name}-%{version} -p1
%build
%make_build PREFIX=%{_prefix} CFLAGS="%{optflags}"
@ -62,5 +64,14 @@ chmod -x %{buildroot}%{_mandir}/man1/*
%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
- Package init

4
linuxconsoletools.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://git.code.sf.net/p/linuxconsole/code
tag_prefix: "release-"
seperator: "."