Blame atomic-devmode.spec

Jonathan Lebon 65c71d
Name: atomic-devmode
Jonathan Lebon 65c71d
Version: 0.2
Jonathan Lebon 65c71d
Release: 1%{?dist}
Jonathan Lebon 65c71d
Summary: Atomic Developer Mode
Jonathan Lebon 65c71d
Jonathan Lebon 65c71d
License: LGPLv3+
Jonathan Lebon 65c71d
URL: http://github.com/jlebon/atomic-devmode
Jonathan Lebon 65c71d
Jonathan Lebon 65c71d
# From `make archive REF=v${VERSION}`
Jonathan Lebon 65c71d
Source: atomic-devmode.tar.gz
Jonathan Lebon 65c71d
BuildArch: noarch
Jonathan Lebon 65c71d
Jonathan Lebon 65c71d
Requires: cloud-init
Jonathan Lebon 65c71d
Requires: atomic
Jonathan Lebon 65c71d
Requires: tmux
Jonathan Lebon 65c71d
Requires: libpwquality
Jonathan Lebon 65c71d
Requires: grub2-tools
Jonathan Lebon 65c71d
Jonathan Lebon 65c71d
%description
Jonathan Lebon 65c71d
This package installs a Developer Mode boot option useful
Jonathan Lebon 65c71d
for trying out an Atomic Host without having to set up a
Jonathan Lebon 65c71d
cloud-init source. When booted, the system automatically
Jonathan Lebon 65c71d
logs in and starts the Cockpit container.
Jonathan Lebon 65c71d
Jonathan Lebon 65c71d
%prep
Jonathan Lebon 65c71d
%setup -qn atomic-devmode
Jonathan Lebon 65c71d
Jonathan Lebon 65c71d
%build
Jonathan Lebon 65c71d
# Nothing to build
Jonathan Lebon 65c71d
Jonathan Lebon 65c71d
%install
Jonathan Lebon 65c71d
rm -rf "%{buildroot}"
Jonathan Lebon 65c71d
make install DESTDIR="%{buildroot}"
Jonathan Lebon 65c71d
Jonathan Lebon 65c71d
%files
Jonathan Lebon 65c71d
%{_datarootdir}/atomic-devmode
Jonathan Lebon 65c71d
%{_libexecdir}/atomic-devmode
Jonathan Lebon 65c71d
%doc README.md
Jonathan Lebon 65c71d
%license COPYING COPYING.LESSER
Jonathan Lebon 65c71d
Jonathan Lebon 65c71d
%changelog
Jonathan Lebon 65c71d
* Mon Jan 11 2016 Jonathan Lebon <jlebon@redhat.com> - 0.2-1
Jonathan Lebon 65c71d
- Upstream release 0.2.
Jonathan Lebon 65c71d
- Change license to LGPLv3+
Jonathan Lebon 65c71d
- Set as noarch
Jonathan Lebon 65c71d
- Add empty build section
Jonathan Lebon 65c71d
- Add license and doc
Jonathan Lebon 65c71d
Jonathan Lebon 65c71d
* Mon Jan 11 2016 Jonathan Lebon <jlebon@redhat.com> - 0.1-1
Jonathan Lebon 65c71d
- Initial release.