rpms/rsvndump/F-12 import.log, NONE, 1.1 rsvndump.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kalev Lember kalev at fedoraproject.org
Wed Mar 24 06:31:34 UTC 2010


Author: kalev

Update of /cvs/pkgs/rpms/rsvndump/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27311/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log rsvndump.spec 
Log Message:
Initial import (#575085)


--- NEW FILE import.log ---
rsvndump-0_5_3-1_fc14:F-12:rsvndump-0.5.3-1.fc14.src.rpm:1269412273


--- NEW FILE rsvndump.spec ---
Name:           rsvndump
Version:        0.5.3
Release:        1%{?dist}
Summary:        Remote Subversion repository dumping tool

Group:          Development/Tools
License:        GPLv3+
URL:            http://rsvndump.sourceforge.net
Source0:        http://downloads.sourceforge.net/rsvndump/rsvndump-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  asciidoc
BuildRequires:  gettext
BuildRequires:  subversion-devel
BuildRequires:  xmlto

%description
rsvndump is a command line tool that is able to dump a subversion repository
that resides on a remote server. All data is dumped in the format that can be
read/written by svnadmin, so the data produced by rsvndump can easily be
imported into a new subversion repository.

%prep
%setup -q

%build
%configure --enable-man --enable-tests
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# Don't install unit tests
rm $RPM_BUILD_ROOT%{_bindir}/rsvndump_ut

%find_lang %{name}

%check
tests/ut/rsvndump_ut

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING THANKS
%{_bindir}/rsvndump
%{_mandir}/man1/rsvndump.1*

%changelog
* Fri Mar 19 2010 Kalev Lember <kalev at smartlink.ee> - 0.5.3-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rsvndump/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	24 Mar 2010 03:40:10 -0000	1.1
+++ .cvsignore	24 Mar 2010 06:31:34 -0000	1.2
@@ -0,0 +1 @@
+rsvndump-0.5.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rsvndump/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	24 Mar 2010 03:40:10 -0000	1.1
+++ sources	24 Mar 2010 06:31:34 -0000	1.2
@@ -0,0 +1 @@
+81524cee332de6859919da65c3201c19  rsvndump-0.5.3.tar.bz2



More information about the scm-commits mailing list