[rsvndump] Update to 0.5.6

Kalev Lember kalev at fedoraproject.org
Sat Jul 16 11:17:27 UTC 2011


commit 681e655ad943f98238133c728c210cb2728fed5e
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat Jul 16 14:13:36 2011 +0300

    Update to 0.5.6
    
    - Removed %%check section as the package no longer ships unit tests
    - Cleaned up the spec file for modern rpmbuild

 .gitignore    |    1 +
 rsvndump.spec |   20 +++++++-------------
 sources       |    2 +-
 3 files changed, 9 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4db9b5a..4f2c85c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 rsvndump-0.5.3.tar.bz2
 /rsvndump-0.5.4.tar.bz2
 /rsvndump-0.5.5.tar.bz2
+/rsvndump-0.5.6.tar.bz2
diff --git a/rsvndump.spec b/rsvndump.spec
index d652e29..f401edc 100644
--- a/rsvndump.spec
+++ b/rsvndump.spec
@@ -1,5 +1,5 @@
 Name:           rsvndump
-Version:        0.5.5
+Version:        0.5.6
 Release:        1%{?dist}
 Summary:        Remote Subversion repository dumping tool
 
@@ -7,7 +7,6 @@ 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
@@ -24,30 +23,25 @@ imported into a new subversion repository.
 %setup -q
 
 %build
-%configure --enable-man --enable-tests
+%configure --enable-man
 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
+* Sat Jul 16 2011 Kalev Lember <kalevlember at gmail.com> - 0.5.6-1
+- Update to 0.5.6
+- Removed %%check section as the package no longer ships unit tests
+- Cleaned up the spec file for modern rpmbuild
+
 * Sat Mar 05 2011 Kalev Lember <kalev at smartlink.ee> - 0.5.5-1
 - Update to 0.5.5
 
diff --git a/sources b/sources
index e6043b1..8770534 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8f43541aa5dca7db08f89d97ed30ba98  rsvndump-0.5.5.tar.bz2
+22b6d1780c88e1fddf84c0a2e5f477a4  rsvndump-0.5.6.tar.bz2


More information about the scm-commits mailing list