Summary: A wxWidgets/wxPython/wxPerl GUI designer Name: wxGlade Version: 0.7.2 Release: 1%{?_dist_release} Source0: http://downloads.sourceforge.net/wxglade/%{name}-%{version}.tar.gz Source1: wxglade.desktop Source2: wxglade.png License: MIT URL: http://wxglade.sourceforge.net/ Group: Development/Tools BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: desktop-file-utils Requires: python >= 2.2 Requires: wxPython >= 2.8 BuildRequires: python-setuptools Distribution: Vine Linux Vendor: Project Vine %description wxGlade is a GUI designer written in Python with the popular GUI 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. %prep %setup -q %build python setup.py build %install # cleanup %__rm -rf %{buildroot} python setup.py install --prefix=%{_prefix} -O1 --skip-build --root=%{buildroot} # 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} install -pm 755 -d %{buildroot}%{_datadir}/icons/hicolor/32x32/apps install -pm 644 %{S:2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps %post touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : update-desktop-database %{_datadir}/applications &>/dev/null || : %postun touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : update-desktop-database %{_datadir}/applications &>/dev/null || : %clean %__rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc %{_docdir}/wxglade/ %license LICENSE.txt %{_bindir}/wxglade* %{_datadir}/icons/hicolor/*x*/apps/* %{_datadir}/applications/* %{_datadir}/wxglade %{_mandir}/man1/wxglade.1* %{python_sitelib}/wxglade/ %{python_sitelib}/%{name}-%{version}-py2.7.egg-info %changelog * Sat Jul 9 2016 Tomohiro "Tomo-p" KATO 0.7.2-1 - new upstream release. * Mon May 16 2011 Munehiro Yamamoto 0.6.3-1.tip20110516 - initial build * Mon Feb 07 2011 Fedora Release Engineering - 0.6.3tip20100625-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Aug 11 2010 David Malcolm - 0.6.3tip20100625-2 - recompiling .py files against Python 2.7 (rhbz#623417) * Fri Jun 25 2010 ZC Miao - 0.6.3tip20100625-1 - update to tip20100625 * Sun Jun 6 2010 ZC Miao - 0.6.3tip20091130-2 - update source * Mon Nov 30 2009 ZC Miao - 0.6.3tip20091130-1 - update to tip version * Mon Jul 27 2009 Fedora Release Engineering - 0.6.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Feb 25 2009 Fedora Release Engineering - 0.6.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sat May 24 2008 ZC Miao - 0.6.3-2 - update to 0.6.3 * Sat Nov 24 2007 ZC Miao - 0.6.1-1 - update to 0.6.1 - remove docs path patch, add a docs symlink instead * Thu Jul 19 2007 ZC Miao - 0.5-6 - 248795 , patch for launch help docs correctly * Mon Apr 16 2007 ZC Miao - 0.5-5 - update to fix EVR problem * Sun Apr 15 2007 ZC Miao - 0.5-2 - file permissions with install command * Sun Apr 15 2007 ZC Miao - 0.5-1 - update to 0.5 - launch script with quoted $@ - name to wxGlade * Tue Feb 27 2007 ZC Miao - 0.4.1-3 - Desktop entry do not need version number - remove some comments * Sun Feb 25 2007 ZC Miao - 0.4.1-2 - install icon to hicolor directory - change name to wxglade - BuildRequires desktop-file-utils - remove Application category in desktop file - remove some macro redefination * Fri Feb 16 2007 ZC Miao - 0.4.1-2 - Add missing icons * Fri Feb 16 2007 ZC Miao - 0.4.1-1 - update to 0.4.1 * Wed Oct 27 2004 Alberto Griggio 0.3.5-1 - Updated to version 0.3.5 * Wed Mar 10 2004 Alberto Griggio 0.3.4-1 - Updated to version 0.3.4 * Wed Mar 10 2004 Alberto Griggio 0.3.2-1 - Updated to version 0.3.2 * Tue Sep 02 2003 Alberto Griggio 0.3.1-1 - Updated to version 0.3.1 * Fri Aug 29 2003 Robin Dunn 0.3-5 - Initial version