]> git.pld-linux.org Git - packages/reposurgeon.git/blame - reposurgeon.spec
preamble order; python epoch; cosmetics
[packages/reposurgeon.git] / reposurgeon.spec
CommitLineData
bbaa16e4
KK
1Summary: VCS repository manipulation tool
2Name: reposurgeon
3Version: 3.6
4Release: 1
5License: BSD
6Group: Development/Tools
bbaa16e4
KK
7Source0: http://www.catb.org/~esr/reposurgeon/%{name}-%{version}.tar.gz
8# Source0-md5: a582cdf942d756deb7b78b7676797640
7b49fba0 9URL: http://www.catb.org/~esr/reposurgeon/
bbaa16e4
KK
10BuildRequires: asciidoc
11BuildRequires: docbook-dtd412-xml
12BuildRequires: xmlto
7b49fba0 13Requires: python >= 1:2.7.2
bbaa16e4
KK
14BuildArch: noarch
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Reposurgeon enables risky operations that version-control systems
19don't want to let you do, such as (a) editing past comments and
20metadata, (b) excising commits, (c) coalescing commits, and (d)
21removing files and subtrees from repo history. The original motivation
22for reposurgeon was to clean up artifacts created by repository
23conversions.
24
25%prep
26%setup -q
27
28%build
29%{__make}
30
31%install
32rm -rf $RPM_BUILD_ROOT
bbaa16e4 33%{__make} install \
7b49fba0
ER
34 prefix=%{_prefix} \
35 DESTDIR=$RPM_BUILD_ROOT
bbaa16e4
KK
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%doc AUTHORS COPYING NEWS README TODO features.html repodiffer.html repopuller.html reposurgeon.html
7b49fba0 43%attr(755,root,root) %{_bindir}/reposurgeon
bbaa16e4
KK
44%attr(755,root,root) %{_bindir}/repopuller
45%attr(755,root,root) %{_bindir}/repodiffer
7b49fba0 46%{_mandir}/man1/reposurgeon.1*
bbaa16e4
KK
47%{_mandir}/man1/repodiffer.1*
48%{_mandir}/man1/repopuller.1*
This page took 0.098749 seconds and 4 git commands to generate.