Skip to content

fedora packages in COPR #5

Description

@bhepple

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/libevdevPlus
sudo dnf install libevdevPlus

Spec file as follows:

Name:     libevdevPlus
Version:  0.1.0.20200211
Release:  1.wef
Summary:  Library for ydotool
License:  MIT
URL:      https://github.com/YukiWorkshop/libevdevPlus
Source0:  https://github.com/YukiWorkshop/libevdevPlus/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}/libevdevPlus*
%{_libdir}/pkgconfig/*
%{_includedir}/*

%doc README.md

%license LICENSE

%changelog
* Wed Feb 12 2020 Bob Hepple <bob.hepple@gmail.com> - 0.1.0.20200211-1.wef
- Initial version of the package

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions