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

I created a Fedora spec file #47

Closed
Justinzobel opened this issue Jan 22, 2023 · 1 comment
Closed

I created a Fedora spec file #47

Justinzobel opened this issue Jan 22, 2023 · 1 comment

Comments

@Justinzobel
Copy link

I used it to build an rpm

If you want to add it to your README or into the repo so users can easily build it on rpm based distributions you're welcome to it:

Name:           efibooteditor
Version:        1.1.5
Release:        1%{?dist}
Summary:        GUI for managing EFI Boot Manager configuration.

License:        GPLv3-or-later
URL:            https://github.com/Neverous/efibooteditor
Source0:        https://github.com/Neverous/efibooteditor/archive/refs/tags/v%{version}.tar.gz

BuildRequires:  cmake
BuildRequires:  cmake(Qt5Core)
BuildRequires:  pkgconfig(efivar)

Requires:       efivar

%description
%{summary}.

%prep
%autosetup -n %{name}-%{version}


%build
%cmake
%cmake_build


%install
%cmake_install


%files
%doc doc/*
%license LICENSE.txt
%{_bindir}/%{name}
%{_datadir}/applications/EFIBootEditor.desktop
%{_datadir}/polkit-1/actions/org.x.%{name}.policy
%{_metainfodir}/EFIBootEditor.metainfo.xml



%changelog
* Sun Jan 22 2023 Justin Zobel <justin@1707.io> - 1.1.5-1
- Initial Version
Neverous added a commit that referenced this issue Jan 22, 2023
@Neverous
Copy link
Owner

Thanks! Added to INSTALL notes.

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

2 participants