Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fedora packages in COPR #3

Open
bhepple opened this issue Feb 12, 2020 · 0 comments
Open

fedora packages in COPR #3

bhepple opened this issue Feb 12, 2020 · 0 comments

Comments

@bhepple
Copy link

bhepple commented Feb 12, 2020

I've built some packages for fedora-30/31 in COPR (only tested on f-31). x86_64 only so far.

They were built against head of tree on 20200211.

Other RPM builds (eg f-29, OpenSuse, Centos, i386 etc) are only a click away for me so let me know if you need one.

To install:

sudo dnf copr enable wef/libuInputPlus
sudo dnf install libuInputPlus

Spec file as follows:

Name:     libuInputPlus
Version:  0.1.3.20200211
Release:  1.wef
Summary:  Library for ydotool
License:  MIT
URL:      https://github.com/YukiWorkshop/libuInputPlus
Source0:  https://github.com/YukiWorkshop/libuInputPlus/archive/%{name}-%{version}.tar.gz

BuildRequires: cmake make gcc-c++

%description
Library required for ydotool

%prep
%autosetup

%build
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make

%make_install

%files
%{_libdir}/libuInputPlus*
%{_libdir}/pkgconfig/*
%{_includedir}/*

%doc README.md

%license LICENSE

%changelog
* Mon Feb 10 2020 Bob Hepple <[email protected]> - 0.1.3.20200211-1.wef
- Initial version of the package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant