diff --git a/.gitignore b/.gitignore index 602da36..b7027dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ wxGlade-0.6.3tip20100625.tar.gz /wxGlade-0.6.8.tar.gz /wxGlade-0.7.0.tar.gz +/wxGlade-0.7.2.tar.gz diff --git a/sources b/sources index c0b394b..f6f2351 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f86d0313f2fe9bc5223da15c8caf5f8e wxGlade-0.7.0.tar.gz +16395cd62adba4b53da371fe59707a33 wxGlade-0.7.2.tar.gz diff --git a/wxGlade.spec b/wxGlade.spec index 4670b74..d953e23 100644 --- a/wxGlade.spec +++ b/wxGlade.spec @@ -1,10 +1,10 @@ Name: wxGlade -Version: 0.7.0 -Release: 2%{?dist} +Version: 0.7.2 +Release: 1%{?dist} Summary: A wxWidgets/wxPython/wxPerl GUI designer License: MIT URL: http://wxglade.sourceforge.net -Source0: http://downloads.sourceforge.net/project/wxglade/%{name}/%{version}/%{name}-%{version}.tar.gz +Source0: http://downloads.sourceforge.net/project/wxglade/wxglade/%{version}/%{name}-%{version}.tar.gz Source1: wxglade.desktop Source2: wxglade.png BuildArch: noarch @@ -19,7 +19,8 @@ toolkit wxPython, that helps you create wxWidgets/wxPython user interfaces. At the moment it can generate Python, C++, Perl and XRC (wxWidgets' XML resources) code. -From wxGlade 0.7.0 it only supports wxPython >= 2.8 and Python <= 2.7. +Starting from version 0.7.0, wxGlade requires wxPython >= 2.8 and Python >= 2.4 +and <= 2.7. %prep %setup -q @@ -30,8 +31,8 @@ From wxGlade 0.7.0 it only supports wxPython >= 2.8 and Python <= 2.7. %install %{__python2} setup.py install --prefix=%{_prefix} -O1 --skip-build --root=%{buildroot} -# Let's handle docs by ourselves. -rm -frv %{buildroot}%{_docdir}/wxglade +# Let's handle licenses by ourselves. +rm -frv %{buildroot}%{_docdir}/wxglade/LICENSE.txt # Install desktop related entries desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{S:1} @@ -51,16 +52,22 @@ fi gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files -%doc docs CHANGES.txt README.txt TODO.txt credits.txt -%license license.txt +%{_docdir}/wxglade/ +%license LICENSE.txt %{_bindir}/wxglade* %{_datadir}/icons/hicolor/*x*/apps/* %{_datadir}/applications/* +%{_datadir}/wxglade %{_mandir}/man1/wxglade.1* %{python2_sitelib}/wxglade/ %{python2_sitelib}/%{name}-%{version}-py%{python2_version}.egg-info %changelog +* Tue Apr 12 2016 Sérgio Basto - 0.7.2-1 +- Update wxGlade to 0.7.2 . +- Fix URL of Source0 . +- Better document dir handling . + * Fri Feb 05 2016 Fedora Release Engineering - 0.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild