lume/packaging/rpm/lume.spec

34 lines
541 B
RPMSpec
Raw Permalink Normal View History

2021-04-10 03:49:29 +00:00
Name: lume
Version: __VERSION__
2021-04-16 21:09:38 +00:00
Release: __REVISION__%{?dist}
2021-04-10 03:49:29 +00:00
Summary: A CLI tool for the LIFX HTTP API
License: MPL
URL: https://git.kill0.net/chill9/lume
Source: %{name}-%{version}.tar.xz
%global debug_package %{nil}
%description
%prep
%setup
%build
%make_build
%install
%make_install DESTDIR=%{buildroot}
%files
%{_bindir}/lume
%license LICENSE
/usr/share/lume/lumerc
2021-04-15 02:01:28 +00:00
%doc %{_mandir}/man1/lume.1.*
2021-04-10 03:49:29 +00:00
%changelog
* __DATE__ Ryan Cavicchioni <ryan@cavi.cc>
- lume __VERSION__