Blob Blame History Raw
Name:           reposurgeon
Version:        2.40
Release:        1%{?dist}
Summary:        SCM Repository Manipulation Tool
URL:            http://www.catb.org/~esr/reposurgeon/
Source0:        http://www.catb.org/~esr/reposurgeon/%{name}-%{version}.tar.gz
License:        BSD
BuildRequires:  xmlto
BuildRequires:  asciidoc
BuildRequires:  python
Requires:       python
BuildArch:      noarch

%description
Reposurgeon enables risky operations that version-control systems don't want to
let you do, such as editing past comments and metadata and removing commits. It
works with any version control system that can export and import git
fast-import streams, including git, hg, and bzr.

%prep
%setup -q

%build
make %{?_smp_mflags}

%install
install -p -D -m 755 %{name} %{buildroot}%{_bindir}/%{name}
install -p -D -m 755 repopuller %{buildroot}%{_bindir}/repopuller
install -p -D -m 755 repodiffer %{buildroot}%{_bindir}/repodiffer
install -p -D -m 644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
install -p -D -m 644 repopuller.1 %{buildroot}%{_mandir}/man1/repopuller.1
install -p -D -m 644 repodiffer.1 %{buildroot}%{_mandir}/man1/repodiffer.1

%files
%doc AUTHORS COPYING NEWS README TODO features.html
%{_bindir}/%{name}
%{_bindir}/repopuller
%{_bindir}/repodiffer
%{_mandir}/man1/%{name}.1*
%{_mandir}/man1/repodiffer.1*
%{_mandir}/man1/repopuller.1*

%changelog
* Thu Aug 08 2013 Christopher Meng <rpm@cicku.me> - 2.40-1
- Update to new release.

* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.39-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

* Wed May 29 2013 Christopher Meng <rpm@cicku.me> - 2.39-2
- Add parallel make support.

* Fri May 24 2013 Christopher Meng <rpm@cicku.me> - 2.39-1
- Update to new release.

* Fri May 10 2013 Christopher Meng <rpm@cicku.me> - 2.38-1
- Update to new release.

* Fri Apr 26 2013 Christopher Meng <rpm@cicku.me> - 2.37-1
- Update to new release.

* Sun Apr 21 2013 Christopher Meng <rpm@cicku.me> - 2.35-1
- Update to new release.

* Wed Apr 17 2013 Christopher Meng <rpm@cicku.me> - 2.33-1
- Update to new release.

* Sun Apr 07 2013 Christopher Meng <rpm@cicku.me> - 2.32-1
- Initial package.