ralph pushed to hub (f22). "1.12.4"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 23 13:37:13 UTC 2015


>From ce2f7275c175237b53271de4bae3075ae74ce93b Mon Sep 17 00:00:00 2001
From: Ralph Bean <rbean at redhat.com>
Date: Thu, 23 Apr 2015 09:18:45 -0400
Subject: 1.12.4


diff --git a/hub.spec b/hub.spec
index b150ca8..e45bb4a 100644
--- a/hub.spec
+++ b/hub.spec
@@ -4,13 +4,13 @@
 # https://fedoraproject.org/wiki/Packaging:SourceURL#Github
 # For a number of reasons (immutability, availability, uniqueness), you must
 # use the full commit revision hash when referring to the sources.
-%global commit e807a3891b13a45d52447b63ca4e54c25a78dc13
+%global commit 748c1359b33e3f6af843d7b9eaaf990e563a8449
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Summary:        A command-line wrapper for git with github shortcuts
 Name:           hub
-Version:        1.12.1
-Release:        2%{?dist}
+Version:        1.12.4
+Release:        1%{?dist}
 Group:          Development/Languages
 License:        MIT
 URL:            http://hub.github.com/
@@ -71,16 +71,16 @@ rm -rf %{buildroot}%{gem_dir}/doc/
 mkdir -p %{buildroot}%{_bindir}
 cp -a ./%{_bindir}/hub %{buildroot}%{_bindir}/hub
 
-rdoc --op %{buildroot}%{_defaultdocdir}/%{name}/
-# But then, it gets installed twice in that directory; remove the nested one.
-rm -rf %{buildroot}%{_defaultdocdir}/%{name}/usr/
-
-# Remove spurious executable permission
-chmod -x %{buildroot}%{_defaultdocdir}/%{name}/images/*.png
-
 install -d -m 755 %{buildroot}%{_mandir}/man1/
 cp -p man/hub.1 %{buildroot}%{_mandir}/man1/.
 
+## rdoc is so squirrely..
+#rdoc --op %{buildroot}%{_defaultdocdir}/%{name}/
+## But then, it gets installed twice in that directory; remove the nested one.
+#rm -rf %{buildroot}%{_defaultdocdir}/%{name}/usr/
+## Remove spurious executable permission
+#chmod -x %{buildroot}%{_defaultdocdir}/%{name}/images/*.png
+
 # Tests are commented out for now since they require rubygem-rake>=10.1.1 which
 # isn't available in rawhide yet.
 #%%check
@@ -98,6 +98,10 @@ cp -p man/hub.1 %{buildroot}%{_mandir}/man1/.
 %{_defaultdocdir}/%{name}/
 
 %changelog
+* Wed Apr 22 2015 Ralph Bean <rbean at redhat.com> - 1.12.4-1
+- New version
+- Stop building with rdoc for now because its being so squirrely.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.12.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/hub.git/commit/?h=f22&id=ce2f7275c175237b53271de4bae3075ae74ce93b


More information about the scm-commits mailing list