From bad410dd76a092e1cd21e3790096f1bf7e0851d3 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Aug 28 2015 10:06:46 +0000 Subject: Commit the changes left. --- diff --git a/wxGlade.spec b/wxGlade.spec index 8c83a26..de8d873 100644 --- a/wxGlade.spec +++ b/wxGlade.spec @@ -1,6 +1,6 @@ Name: wxGlade Version: 0.7.0 -Release: 2%{?dist} +Release: 1%{?dist} Summary: A wxWidgets/wxPython/wxPerl GUI designer License: MIT URL: http://wxglade.sourceforge.net @@ -11,7 +11,7 @@ BuildArch: noarch BuildRequires: desktop-file-utils BuildRequires: python2-devel BuildRequires: python-setuptools -Requires: wxPython +Requires: wxPython >= 2.8 %description wxGlade is a GUI designer written in Python with the popular GUI @@ -31,7 +31,7 @@ From wxGlade 0.7.0 it only supports wxPython >= 2.8 and Python <= 2.7. %{__python2} setup.py install --prefix=%{_prefix} -O1 --skip-build --root=%{buildroot} # Let's handle docs by ourselves. -rm -frv %{buildroot}%{_datadir}/doc/wxglade +rm -frv %{buildroot}%{_docdir}/wxglade # Install desktop related entries desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{S:1} @@ -51,18 +51,16 @@ fi gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files -%doc docs CHANGES.txt README.txt TODO.txt credits.txt license.txt -%{_bindir}/wxglade +%doc docs CHANGES.txt README.txt TODO.txt credits.txt +%license license.txt +%{_bindir}/wxglade* %{_datadir}/icons/hicolor/*x*/apps/* %{_datadir}/applications/* %{_mandir}/man1/wxglade.1* -%{python2_sitelib}/wxglade +%{python2_sitelib}/wxglade/ %{python2_sitelib}/%{name}-%{version}-py%{python2_version}.egg-info %changelog -* Fri Jun 19 2015 Fedora Release Engineering - 0.7.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - * Wed Jan 21 2015 Christopher Meng - 0.7.0-1 - Update to 0.7.0