New upstream release.
This commit is contained in:
parent
aaceafce41
commit
9aa597772d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/jthornber-thin-provisioning-tools-0.0.1-0-g4dcab4b.tar.gz
|
/thin-provisioning-tools-v0.1.0.tar.bz2
|
||||||
|
@ -1,22 +1,15 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2011 Red Hat, Inc
|
# Copyright (C) 2011-2012 Red Hat, Inc
|
||||||
#
|
#
|
||||||
Summary: Device-mapper thin provisioning tools
|
Summary: Device-mapper thin provisioning tools
|
||||||
Name: device-mapper-persistent-data
|
Name: device-mapper-persistent-data
|
||||||
Version: 0.0.1
|
Version: 0.1.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: https://github.com/jthornber/thin-provisioning-tools
|
URL: https://github.com/jthornber/thin-provisioning-tools
|
||||||
BuildRequires: expat-devel, libstdc++-devel, boost-devel, autoconf, automake
|
Source0: https://github.com/downloads/jthornber/thin-provisioning-tools/thin-provisioning-tools-v%{version}.tar.bz2
|
||||||
|
BuildRequires: expat-devel, libstdc++-devel, boost-devel
|
||||||
# The source for this package was pulled from upstream's git.
|
|
||||||
# Use the following URL to access the tarball:
|
|
||||||
# https://github.com/jthornber/thin-provisioning-tools/tarball/%%{version}
|
|
||||||
%global upstream_tag 4dcab4b
|
|
||||||
%global upstream_version %{version}-0-g%{upstream_tag}
|
|
||||||
|
|
||||||
Source0: jthornber-thin-provisioning-tools-%{upstream_version}.tar.gz
|
|
||||||
Requires: expat
|
Requires: expat
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -24,12 +17,12 @@ thin-provisioning-tools contains dump,restore and repair tools to
|
|||||||
manage device-mapper thin provisioning target metadata devices.
|
manage device-mapper thin provisioning target metadata devices.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n jthornber-thin-provisioning-tools-%{upstream_tag}
|
%setup -q -n thin-provisioning-tools-v%{version}
|
||||||
autoreconf
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%global _root_sbindir /sbin
|
%global _root_sbindir /sbin
|
||||||
%configure --enable-debug --enable-testing
|
%configure --enable-debug --enable-testing
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} MANDIR=%{_mandir} install
|
make DESTDIR=%{buildroot} MANDIR=%{_mandir} install
|
||||||
@ -39,13 +32,16 @@ make DESTDIR=%{buildroot} MANDIR=%{_mandir} install
|
|||||||
%files
|
%files
|
||||||
%doc COPYING README
|
%doc COPYING README
|
||||||
%{_mandir}/man8/thin_dump.8.gz
|
%{_mandir}/man8/thin_dump.8.gz
|
||||||
%{_mandir}/man8/thin_repair.8.gz
|
%{_mandir}/man8/thin_check.8.gz
|
||||||
%{_mandir}/man8/thin_restore.8.gz
|
%{_mandir}/man8/thin_restore.8.gz
|
||||||
%{_root_sbindir}/thin_dump
|
%{_root_sbindir}/thin_dump
|
||||||
%{_root_sbindir}/thin_repair
|
%{_root_sbindir}/thin_check
|
||||||
%{_root_sbindir}/thin_restore
|
%{_root_sbindir}/thin_restore
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 02 2012 Milan Broz <mbroz@redhat.com> - 0.1.0-1
|
||||||
|
- New upstream version.
|
||||||
|
|
||||||
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-3
|
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-3
|
||||||
- Rebuilt for c++ ABI breakage
|
- Rebuilt for c++ ABI breakage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user