Blame SPECS/atomic-pkglayer.spec

308b32
Summary: A tool to install debug packages on Atomic Host
308b32
Name: atomic-pkglayer
308b32
Version: 2016.1.1.gfbf8dde
308b32
Release: 2%{?dist}
308b32
#VCS: https://github.com/cgwalters/atomic-pkglayer
308b32
# This tarball is generated via `git archive`.
308b32
# It doesn't follow the Github guidelines because they only work for
308b32
# github; the infrastructure above is generic for any git repository.
308b32
Source0: %{name}-%{version}.tar.xz
308b32
License: LGPLv2+
308b32
BuildRequires: git
308b32
URL: https://github.com/cgwalters/atomic-pkglayer
308b32
# We always run autogen.sh
308b32
BuildRequires: autoconf automake libtool
308b32
# For docs
308b32
308b32
Requires: pygobject3-base
308b32
Requires: /usr/bin/rpm-ostree
308b32
Requires: ostree
308b32
308b32
%description
308b32
%{summary}
308b32
308b32
%prep
308b32
%autosetup -Sgit -n %{name}-%{version}
308b32
308b32
%build
308b32
env NOCONFIGURE=1 ./autogen.sh
308b32
%configure --disable-silent-rules
308b32
make %{?_smp_mflags}
308b32
308b32
%install
308b32
make install DESTDIR=%{buildroot} INSTALL="install -p -c"
308b32
308b32
%files
308b32
%doc COPYING README.md
308b32
%{_bindir}/atomic-pkglayer
308b32
308b32
%changelog
308b32
* Tue Mar 01 2016 Colin Walters <walters@redhat.com> - 2016.1.1.gfbf8dde-2
308b32
- Initial upload
308b32
308b32