[devassistant] Updated to latest upstream version

Tomas Radej tradej at fedoraproject.org
Tue Jun 3 15:05:10 UTC 2014


commit 5ba1cd1307dc393febbff2692773fe0fa92a0f53
Author: Tomas Radej <tradej at redhat.com>
Date:   Wed May 21 17:35:08 2014 +0200

    Updated to latest upstream version

 .gitignore                                |    1 +
 devassistant-0.4.0-fix-manpage-typo.patch |   21 --
 devassistant-0.8.0-github-fix.patch       |  300 -----------------------------
 devassistant.spec                         |   28 ++-
 sources                                   |    2 +-
 5 files changed, 19 insertions(+), 333 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a804c60..d77bcdd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /devassistant-0.6.1.tar.gz
 /devassistant-0.7.0.tar.gz
 /devassistant-0.8.0.tar.gz
+/devassistant-0.9.0.tar.gz
diff --git a/devassistant.spec b/devassistant.spec
index 53abd61..9a774b7 100644
--- a/devassistant.spec
+++ b/devassistant.spec
@@ -1,8 +1,8 @@
 %global shortname da
 
 Name:           devassistant
-Version:        0.8.0
-Release:        3%{?dist}
+Version:        0.9.0
+Release:        1%{?dist}
 Summary:        DevAssistant - Making life easier for developers
 
 License:        GPLv2+ and CC-BY-SA
@@ -10,20 +10,21 @@ URL:            https://github.com/bkabrda/devassistant
 Source0:        https://pypi.python.org/packages/source/d/%{name}/%{name}-%{version}.tar.gz
 # to get desktop and appdata file:
 # git clone https://github.com/bkabrda/devassistant.git && cd devassistant
-# git checkout v0.8.0
+# git checkout v0.9.0
 # # devassistant.desktop, appdata/devassistant.appdata.xml
 Source1:        %{name}.desktop
 Source2:        %{name}.appdata.xml
 Patch0:         devassistant-0.6.0-alter-paths-for-fedora.patch
-Patch1:         devassistant-0.8.0-github-fix.patch
 BuildArch:      noarch
- 
+
 BuildRequires:  desktop-file-utils
 BuildRequires:  pytest
 BuildRequires:  python2-devel
 BuildRequires:  python-flexmock
 BuildRequires:  python-jinja2
+BuildRequires:  python-progress
 BuildRequires:  python-setuptools
+BuildRequires:  python-six
 
 BuildRequires:  PyYAML
 
@@ -33,8 +34,10 @@ Requires:       git
 Requires:       polkit
 Requires:       pygobject3
 Requires:       python-jinja2
+Requires:       python-progress
 Requires:       python-PyGithub
 Requires:       python-setuptools
+Requires:       python-six
 Requires:       PyYAML
 
 %global __requires_exclude ^\(/usr/bin/php\|/usr/bin/perl\|perl\\(\)
@@ -49,8 +52,6 @@ working with source control, etc.
 # Remove bundled egg-info
 rm -rf %{name}.egg-info
 
-%patch1 -p1
-
 cp %{SOURCE1} .
 sed -i '/Version/d' %{name}.desktop
 
@@ -62,12 +63,13 @@ sed -i '/Version/d' %{name}.desktop
 
 # install manpages for both short and long forms of the binaries
 mkdir -p %{buildroot}%{_mandir}/man1
-install -p manpages/%{shortname}.1 %{buildroot}%{_mandir}/man1
-install -p manpages/%{shortname}-gui.1 %{buildroot}%{_mandir}/man1
-install -p manpages/%{name}.1 %{buildroot}%{_mandir}/man1
+install -p -m 644 manpages/%{shortname}.1 %{buildroot}%{_mandir}/man1
+install -p -m 644 manpages/%{shortname}-gui.1 %{buildroot}%{_mandir}/man1
+install -p -m 644 manpages/%{name}.1 %{buildroot}%{_mandir}/man1
+install -p -m 644 manpages/%{name}-gui.1 %{buildroot}%{_mandir}/man1
 # bash completion script
 mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d/
-install -p %{shortname}.bash %{buildroot}%{_sysconfdir}/bash_completion.d/
+install -p -m 644 %{shortname}.bash %{buildroot}%{_sysconfdir}/bash_completion.d/
 
 ## move data (assistants, snippets, templates) into %%{_datadir}
 # first, do the alterations to paths in devassistant
@@ -98,6 +100,7 @@ cp -a %{SOURCE2} %{buildroot}/%{_datadir}/appdata
 %{_mandir}/man1/%{shortname}.1.gz
 %{_mandir}/man1/%{shortname}-gui.1.gz
 %{_mandir}/man1/%{name}.1.gz
+%{_mandir}/man1/%{name}-gui.1.gz
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/appdata/%{name}.appdata.xml
 %{_sysconfdir}/bash_completion.d/
@@ -105,6 +108,9 @@ cp -a %{SOURCE2} %{buildroot}/%{_datadir}/appdata
 %{python_sitelib}/%{name}-%{version}-py?.?.egg-info
 
 %changelog
+* Tue Jun 03 2014 Tomas Radej <tradej at redhat.com> - 0.9.0-1
+- Updated to latest upstream version
+
 * Mon Apr 14 2014 Tomas Radej <tradej at redhat.com> - 0.8.0-3
 - Added CC-BY-SA to License field because of appdata.xml
 
diff --git a/sources b/sources
index 18d21e4..d69f1e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0f4b0f138eb8d7bacf0cd663be833c5d  devassistant-0.8.0.tar.gz
+fed3c0b35ba0be67ebbac1d80204d645  devassistant-0.9.0.tar.gz


More information about the scm-commits mailing list