From 308b32c03e42c5c48f4b6b30c1e5db87ed5741d3 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 31 2016 23:05:55 +0000 Subject: import atomic-pkglayer-2016.1.1.gfbf8dde-2.el7 --- diff --git a/.atomic-pkglayer.metadata b/.atomic-pkglayer.metadata new file mode 100644 index 0000000..2535623 --- /dev/null +++ b/.atomic-pkglayer.metadata @@ -0,0 +1 @@ +2cd82e5ccddc1ee24974e60a98741247106ad6c3 SOURCES/atomic-pkglayer-2016.1.1.gfbf8dde.tar.xz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b208df1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/atomic-pkglayer-2016.1.1.gfbf8dde.tar.xz diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/atomic-pkglayer.spec b/SPECS/atomic-pkglayer.spec new file mode 100644 index 0000000..aea5290 --- /dev/null +++ b/SPECS/atomic-pkglayer.spec @@ -0,0 +1,43 @@ +Summary: A tool to install debug packages on Atomic Host +Name: atomic-pkglayer +Version: 2016.1.1.gfbf8dde +Release: 2%{?dist} +#VCS: https://github.com/cgwalters/atomic-pkglayer +# This tarball is generated via `git archive`. +# It doesn't follow the Github guidelines because they only work for +# github; the infrastructure above is generic for any git repository. +Source0: %{name}-%{version}.tar.xz +License: LGPLv2+ +BuildRequires: git +URL: https://github.com/cgwalters/atomic-pkglayer +# We always run autogen.sh +BuildRequires: autoconf automake libtool +# For docs + +Requires: pygobject3-base +Requires: /usr/bin/rpm-ostree +Requires: ostree + +%description +%{summary} + +%prep +%autosetup -Sgit -n %{name}-%{version} + +%build +env NOCONFIGURE=1 ./autogen.sh +%configure --disable-silent-rules +make %{?_smp_mflags} + +%install +make install DESTDIR=%{buildroot} INSTALL="install -p -c" + +%files +%doc COPYING README.md +%{_bindir}/atomic-pkglayer + +%changelog +* Tue Mar 01 2016 Colin Walters - 2016.1.1.gfbf8dde-2 +- Initial upload + +