[dvdbackup/f19: 2/2] Update to 0.4.2

Christopher Meng cicku at fedoraproject.org
Sat Feb 15 09:04:53 UTC 2014


commit 3d4e81909ee77057a273a83cc675bf6014ecd653
Author: Christopher Meng <i at cicku.me>
Date:   Sat Feb 15 17:04:36 2014 +0800

    Update to 0.4.2

 .gitignore     |    1 +
 dvdbackup.spec |   31 ++++++++++++++-----------------
 sources        |    2 +-
 3 files changed, 16 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dd0558f..0730a87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 dvdbackup-0.4.1.tar.bz2
+/dvdbackup-0.4.2.tar.xz
diff --git a/dvdbackup.spec b/dvdbackup.spec
index 1d3b55e..ad3e027 100644
--- a/dvdbackup.spec
+++ b/dvdbackup.spec
@@ -1,12 +1,10 @@
-Name:       dvdbackup
-Version:    0.4.1
-Release:    6%{?dist}
-Summary:    Command line tool for ripping video DVDs
-License:    GPLv3+
-Group:      Applications/Multimedia
-URL:        http://dvdbackup.sourceforge.net/
-Source0:    http://downloads.sourceforge.net/dvdbackup/%{name}-%{version}.tar.bz2
-
+Name:           dvdbackup
+Version:        0.4.2
+Release:        1%{?dist}
+Summary:        Command line tool for ripping video DVDs
+License:        GPLv3+
+URL:            http://dvdbackup.sourceforge.net/
+Source0:        http://downloads.sourceforge.net/dvdbackup/%{name}-%{version}.tar.xz
 BuildRequires:  gettext
 BuildRequires:  libdvdread-devel
 
@@ -22,21 +20,20 @@ the advantages of being small, fast, and easy to use.
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=${RPM_BUILD_ROOT} install
-rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/*
+%make_install
+rm -rf %{buildroot}%{_datadir}/doc/*
 
 %find_lang %{name}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.lang
-%defattr(-,root,root,-)
-%doc AUTHORS NEWS COPYING README
+%doc AUTHORS COPYING README NEWS
 %{_bindir}/dvdbackup
-%{_datadir}/man/man1/*
+%{_mandir}/man1/*
 
 %changelog
+* Fri Feb 14 2014 Christopher Meng <rpm at cicku.me> - 0.4.2-1
+- Update to 0.4.2
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 977bc95..590cc15 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e4b35ba716852361f35cecafff44f37c  dvdbackup-0.4.1.tar.bz2
+28f273b2f27a3afea3a3c965ddbede86  dvdbackup-0.4.2.tar.xz


More information about the scm-commits mailing list