[jbrout] New upstream release (mostly clean up).

Matej Cepl mcepl at fedoraproject.org
Sun Jul 10 18:16:08 UTC 2011


commit d8ca3b7b7593129832d4bcdf0dacd83daa2de238
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Sun Jul 10 20:15:18 2011 +0200

    New upstream release (mostly clean up).

 gpl-2.0.txt |  339 -----------------------------------------------------------
 jbrout.spec |   17 ++--
 sources     |    2 +-
 3 files changed, 9 insertions(+), 349 deletions(-)
---
diff --git a/jbrout.spec b/jbrout.spec
index 84f0256..ae940d5 100644
--- a/jbrout.spec
+++ b/jbrout.spec
@@ -1,9 +1,10 @@
-%define svn_checkout 1
+%global svn_checkout 1
+%global revno 338
 
 Name:           jbrout
-Version:        0.3.336
+Version:        0.3.%{revno}
 %if 0%{?svn_checkout}
-Release:        0.svn336.1%{?dist}
+Release:        0.svn%{revno}.1%{?dist}
 %else
 Release:        1%{?dist}
 %endif
@@ -12,7 +13,7 @@ Group:          Applications/Multimedia
 License:        GPLv2
 URL:            http://jbrout.manatlan.com/
 %if 0%{?svn_checkout}
-# svn export -r 336 http://jbrout.googlecode.com/svn/trunk/ jbrout
+# svn export -r %{revno} http://jbrout.googlecode.com/svn/trunk/ jbrout
 # tar cvjf jbrout.tar.bz2 jbrout/
 Source0:        %{name}.tar.bz2
 %else
@@ -23,9 +24,6 @@ Source2:        jbrout.desktop
 Source3:        jbrout-usr_bin
 Source4:        jbrout-install.sh
 Source5:        jbrout-clean-SVN-checkout.sh
-# http://code.google.com/p/jbrout/issues/detail?id=187
-# From http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
-Source6:        gpl-2.0.txt
 # EXPERIMENTAL for now, don't distribute!
 Patch0:         jbrout-purge-no-attribute-attrib.patch
 BuildArch:      noarch
@@ -62,8 +60,6 @@ jBrout is able to :
 sh %{SOURCE5}
 install -p %{SOURCE1} jbrout/Makefile
 install -p -m a+rx,u+w %{SOURCE4} jbrout/install-script
-# Fix old version of GPL (wrong address of FSF)
-find . -name gpl.txt -exec cp -v %{SOURCE6} '{}' \;
 
 %build
 cd %{name}
@@ -98,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/jbrout.desktop
 
 %changelog
+* Sun Jul 10 2011 Matěj Cepl <mcepl at redhat.com> - 0.3.338-0.svn338.1
+- New upstream snapshot (GPL version fixed and one more issue resolved)
+
 * Wed Jul 06 2011 Matěj Cepl <mcepl at redhat.com> - 0.3.336-0.svn336.1
 - All our patches were applied upstream, new SVN checkout
 
diff --git a/sources b/sources
index b7e7f23..8214037 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f6139453944dc76982bf07dbf29f247c  jbrout.tar.bz2
+6472144ab748287f61f8dd79b8cdbce3  jbrout.tar.bz2


More information about the scm-commits mailing list