[powerline/f20] Update to revision 0.0.1-6.20140226git70a94e.

asn asn at fedoraproject.org
Wed Mar 12 08:59:45 UTC 2014


commit ea0cbb90ac84d64f1a4f8a90aa89988c60ff6b7a
Author: Andreas Schneider <asn at cryptomilk.org>
Date:   Wed Mar 12 09:42:15 2014 +0100

    Update to revision 0.0.1-6.20140226git70a94e.

 .gitignore     |    1 +
 powerline.spec |   23 +++++++----------------
 sources        |    2 +-
 3 files changed, 9 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1847384..d25cd69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /db80fc95ed01d2c559c4bdc7da8514ed3cc7fcd9.tar.gz
+/70a94ee7d39a0958a06436aaeba05bd830830cc8.tar.gz
diff --git a/powerline.spec b/powerline.spec
index 1aa5b73..3324ef3 100644
--- a/powerline.spec
+++ b/powerline.spec
@@ -1,4 +1,5 @@
-%global checkout .20131123gitdb80fc
+%global checkout .20140226git70a94e
+%global revision 70a94ee7d39a0958a06436aaeba05bd830830cc8
 
 Name:           powerline
 Version:        0.0.1
@@ -21,7 +22,7 @@ BuildRequires:  vim-minimal
 Requires:       python
 Requires:       fontconfig
 
-Source0:        https://github.com/Lokaltog/powerline/archive/db80fc95ed01d2c559c4bdc7da8514ed3cc7fcd9.tar.gz
+Source0:        https://github.com/Lokaltog/powerline/archive/%{revision}.tar.gz
 
 Patch0:         0001-tmux-Add-marker-to-identify-the-previous-window.patch
 
@@ -63,7 +64,7 @@ Add
 to your ~/.tmux.conf file.
 
 %prep
-%setup -q -n powerline-db80fc95ed01d2c559c4bdc7da8514ed3cc7fcd9
+%setup -q -n powerline-%{revision}
 %patch0 -p1
 
 %build
@@ -78,16 +79,6 @@ sphinx-build -b html docs/source docs/html
 rm -f docs/html/.buildinfo
 rm -rf docs/html/.doctrees
 
-# fontpatcher
-install -d -m0755 %{buildroot}%{_bindir}
-
-# Set the config directory
-sed -i -e "/parser.add_argument/ s@{0}@%{_datadir}/%{name}@" font/fontpatcher.py
-install -m0755 font/fontpatcher.py %{buildroot}%{_bindir}/powerline-fontpatcher
-
-install -d -m0755 %{buildroot}%{_datadir}/%{name}
-install -m0644 font/fontpatcher-symbols.sfd %{buildroot}%{_datadir}/%{name}/fontpatcher-symbols.sfd
-
 # config
 install -d -m0755 %{buildroot}%{_sysconfdir}/xdg/%{name}
 cp -a powerline/config_files/* %{buildroot}%{_sysconfdir}/xdg/%{name}/
@@ -120,9 +111,6 @@ install -m0644 powerline/bindings/tmux/powerline.conf %{buildroot}%{_datadir}/tm
 %config(noreplace) %{_sysconfdir}/xdg/%{name}
 %{_bindir}/powerline
 %{_bindir}/powerline-lint
-%{_bindir}/powerline-fontpatcher
-%dir %{_datadir}/%{name}
-%{_datadir}/%{name}/fontpatcher-symbols.sfd
 %{_datadir}/fontconfig/conf.avail/10-powerline-symbols.conf
 %dir %{_datadir}/fonts/truetype
 %{_datadir}/fonts/truetype/PowerlineSymbols.otf
@@ -143,6 +131,9 @@ install -m0644 powerline/bindings/tmux/powerline.conf %{buildroot}%{_datadir}/tm
 %{_datadir}/tmux/powerline.conf
 
 %changelog
+* Wed Mar 12 2014 - Andreas Schneider <asn at redhat.com> - 0.0.1-6.20140226git70a94e
+- Update to revision 0.0.1-6.20140226git70a94e
+
 * Thu Nov 28 2013 - Andreas Schneider <asn at redhat.com> - 0.0.1-6.20131123gitdb80fc
 - Remove EPEL support.
 - Removed BuildRoot.
diff --git a/sources b/sources
index e6783df..982fc4a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-87ad0095360d737045cc9b1ce64a0db6  db80fc95ed01d2c559c4bdc7da8514ed3cc7fcd9.tar.gz
+8073576a3f5c1f73c0ed2abc55102802  70a94ee7d39a0958a06436aaeba05bd830830cc8.tar.gz


More information about the scm-commits mailing list