[fatrat] rebuild with updated License and NVR

jvcelak jvcelak at fedoraproject.org
Mon Dec 12 11:50:51 UTC 2011


commit 5ed583fec64f8af62890b105c4a48a34a3d2cd36
Author: Jan Vcelak <jvcelak at redhat.com>
Date:   Mon Dec 12 12:49:32 2011 +0100

    rebuild with updated License and NVR

 fatrat.spec |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/fatrat.spec b/fatrat.spec
index 46adb4b..a336243 100644
--- a/fatrat.spec
+++ b/fatrat.spec
@@ -1,11 +1,12 @@
 Name: fatrat
-Version: 1.2.0_beta1
-Release: 1%{?dist}
+Version: 1.2.0
+Release: 0.1.beta1%{?dist}
+Epoch: 1
 Summary: Feature-rich download manager
 Group: Applications/Internet
-License: GPLv2+
+License: GPLv2 and BSD and MIT
 URL: http://fatrat.dolezel.info
-Source0: http://www.dolezel.info/download/data/fatrat/fatrat-%{version}.tar.gz
+Source0: http://www.dolezel.info/download/data/fatrat/fatrat-%{version}_beta1.tar.gz
 
 Patch0: fatrat-cmake-libs.patch
 Patch1: fatrat-headers.patch
@@ -43,7 +44,7 @@ It is rich in features and is continuously extended. Main characteristics:
 %package devel
 Summary: Development libraries for fatrat
 Group: Development/Libraries
-Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
 
 %description devel
 FatRat is download manager written in C++ and build on top of the Qt4 library.
@@ -53,7 +54,7 @@ This package contains header files needed for development of FatRat plugins.
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}_beta1
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -108,6 +109,10 @@ install -d -m 0755 %{buildroot}%{_libdir}/fatrat/plugins
 
 
 %changelog
+* Mon Dec 12 2011 Jan Vcelak <jvcelak at redhat.com> 1.2.0-0.1.beta1
+- fix License field (missing licenses for JavaScript libraries)
+- fix pre-release to match Fedora Guidelines for pre-release
+
 * Tue Nov 22 2011 Jan Vcelak <jvcelak at redhat.com> 1.2.0_beta1-1
 - rebase the package:
   + new AJAX web interface


More information about the scm-commits mailing list