Compare commits

..

No commits in common. "5f58b57db967a9cf89f2eb57ece479299840d5a3" and "deb7d04932a77ac209cbf8b765bef3fd3c85a5f6" have entirely different histories.

4 changed files with 5 additions and 20 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,16 +1,14 @@
%global udevdir %(pkg-config --variable=udevdir udev)
Name: linuxconsoletools
Version: 1.8.1
Release: 1
Version: 1.6.0
Release: 3
Summary: Tools for connecting/testing joysticks & legacy devices to the kernel's input subsystem
License: GPLv2+
URL: http://sourceforge.net/projects/linuxconsole/
Source: http://liquidtelecom.dl.sourceforge.net/project/linuxconsole/%{name}-%{version}.tar.bz2
Source: http://downloads.sourceforge.net/linuxconsole/%{name}-%{version}.tar.bz2
BuildRequires: gcc
BuildRequires: pkgconfig(sdl2)
BuildRequires: systemd-udev
BuildRequires: SDL-devel git
Provides: joystick = %{version}-%{release}
Provides: ff-utils = 1:%{version}-%{release}
@ -31,7 +29,7 @@ Summary: Help manual for %{name}
The %{name}-help package conatins man manual etc
%prep
%autosetup -n %{name}-%{version} -p1
%autosetup -n %{name}-%{version} -p1 -Sgit
%build
%make_build PREFIX=%{_prefix} CFLAGS="%{optflags}"
@ -64,14 +62,5 @@ 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

View File

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