]> git.pld-linux.org Git - packages/reposurgeon.git/commitdiff
initial version auto/th/reposurgeon-3.6-1
authorKacper Kornet <draenog@pld-linux.org>
Mon, 10 Mar 2014 02:21:29 +0000 (02:21 +0000)
committerKacper Kornet <draenog@pld-linux.org>
Mon, 10 Mar 2014 02:22:45 +0000 (02:22 +0000)
reposurgeon.spec [new file with mode: 0644]

diff --git a/reposurgeon.spec b/reposurgeon.spec
new file mode 100644 (file)
index 0000000..3d91d81
--- /dev/null
@@ -0,0 +1,49 @@
+Summary:       VCS repository manipulation tool
+Name:          reposurgeon
+Version:       3.6
+Release:       1
+License:       BSD
+Group:         Development/Tools
+URL:           http://www.catb.org/~esr/reposurgeon/
+Source0:       http://www.catb.org/~esr/reposurgeon/%{name}-%{version}.tar.gz
+# Source0-md5: a582cdf942d756deb7b78b7676797640
+BuildRequires: asciidoc
+BuildRequires: docbook-dtd412-xml
+BuildRequires: xmlto
+Requires:      python >= 2.7.2
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Reposurgeon enables risky operations that version-control systems
+don't want to let you do, such as (a) editing past comments and
+metadata, (b) excising commits, (c) coalescing commits, and (d)
+removing files and subtrees from repo history. The original motivation
+for reposurgeon was to clean up artifacts created by repository
+conversions.
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       prefix=%{_prefix}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING NEWS README TODO features.html repodiffer.html repopuller.html reposurgeon.html
+%attr(755,root,root) %{_bindir}/%{name}
+%attr(755,root,root) %{_bindir}/repopuller
+%attr(755,root,root) %{_bindir}/repodiffer
+%{_mandir}/man1/%{name}.1*
+%{_mandir}/man1/repodiffer.1*
+%{_mandir}/man1/repopuller.1*
This page took 0.198412 seconds and 4 git commands to generate.