source: projects/specs/trunk/w/wxGlade/wxGlade-vl.spec @ 10576

Revision 10576, 4.7 KB checked in by tomop, 8 years ago (diff)

wxGlade-0.7.2-1

Line 
1Summary:        A wxWidgets/wxPython/wxPerl GUI designer
2Name:           wxGlade
3Version:        0.7.2
4Release:        1%{?_dist_release}
5Source0:        http://downloads.sourceforge.net/wxglade/%{name}-%{version}.tar.gz
6Source1:    wxglade.desktop
7Source2:    wxglade.png
8License:        MIT
9URL:        http://wxglade.sourceforge.net/
10Group:          Development/Tools
11BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
12BuildArch:      noarch
13BuildRequires: desktop-file-utils
14Requires:       python >= 2.2
15Requires:       wxPython >= 2.8
16BuildRequires:  python-setuptools
17
18Distribution:   Vine Linux
19Vendor:         Project Vine
20
21%description
22wxGlade is a GUI designer written in Python with the popular GUI
23toolkit wxPython, that helps you create wxWidgets/wxPython user
24interfaces. At the moment it can generate Python, C++, Perl and XRC
25(wxWidgets' XML resources) code.
26
27%prep
28%setup -q
29
30%build
31python setup.py build
32
33%install
34# cleanup
35%__rm -rf %{buildroot}
36
37python setup.py install --prefix=%{_prefix} -O1 --skip-build --root=%{buildroot}
38
39# Let's handle licenses by ourselves.
40rm -frv %{buildroot}%{_docdir}/wxglade/LICENSE.txt
41
42# Install desktop related entries
43desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{S:1}
44install -pm 755 -d %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
45install -pm 644 %{S:2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
46
47
48%post
49touch --no-create %{_datadir}/icons/hicolor || :
50%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
51update-desktop-database %{_datadir}/applications &>/dev/null || :
52
53%postun
54touch --no-create %{_datadir}/icons/hicolor || :
55%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
56update-desktop-database %{_datadir}/applications &>/dev/null || :
57
58%clean
59%__rm -rf $RPM_BUILD_ROOT
60
61%files
62%defattr(-,root,root,-)
63%doc %{_docdir}/wxglade/
64%license LICENSE.txt
65%{_bindir}/wxglade*
66%{_datadir}/icons/hicolor/*x*/apps/*
67%{_datadir}/applications/*
68%{_datadir}/wxglade
69%{_mandir}/man1/wxglade.1*
70%{python_sitelib}/wxglade/
71%{python_sitelib}/%{name}-%{version}-py2.7.egg-info
72
73%changelog
74* Sat Jul  9 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.7.2-1
75- new upstream release.
76
77* Mon May 16 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.6.3-1.tip20110516
78- initial build
79
80* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3tip20100625-3
81- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
82
83* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 0.6.3tip20100625-2
84- recompiling .py files against Python 2.7 (rhbz#623417)
85
86* Fri Jun  25 2010 ZC Miao <hellwolf.misty@gmail.com> - 0.6.3tip20100625-1
87- update to tip20100625
88
89* Sun Jun  6 2010 ZC Miao <hellwolf.misty@gmail.com> - 0.6.3tip20091130-2
90- update source
91
92* Mon Nov 30 2009 ZC Miao <hellwolf.misty@gmail.com> - 0.6.3tip20091130-1
93- update to tip version
94
95* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-4
96- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
97
98* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-3
99- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
100
101* Sat May 24 2008 ZC Miao <hellwolf.misty@gmail.com> - 0.6.3-2
102- update to 0.6.3
103
104* Sat Nov 24 2007 ZC Miao <hellwolf.misty@gmail.com> - 0.6.1-1
105- update to 0.6.1
106- remove docs path patch, add a docs symlink instead
107
108* Thu Jul 19 2007 ZC Miao <hellwolf.misty@gmail.com> - 0.5-6
109- 248795 , patch for launch help docs correctly
110
111* Mon Apr 16 2007 ZC Miao <hellwolf.misty@gmail.com> - 0.5-5
112- update to fix EVR problem
113
114* Sun Apr 15 2007 ZC Miao <hellwolf.misty@gmail.com> - 0.5-2
115- file permissions with install command
116
117* Sun Apr 15 2007 ZC Miao <hellwolf.misty@gmail.com> - 0.5-1
118- update to 0.5
119- launch script with quoted $@
120- name to wxGlade
121
122* Tue Feb 27 2007 ZC Miao <hellwolf.misty@gmail.com> - 0.4.1-3
123- Desktop entry do not need version number
124- remove some comments
125
126* Sun Feb 25 2007 ZC Miao <hellwolf.misty@gmail.com> - 0.4.1-2
127- install icon to hicolor directory
128- change name to wxglade
129- BuildRequires desktop-file-utils
130- remove Application category in desktop file
131- remove some macro redefination
132
133* Fri Feb 16 2007 ZC Miao <hellwolf.misty@gmail.com> - 0.4.1-2
134- Add missing icons
135
136* Fri Feb 16 2007 ZC Miao <hellwolf.misty@gmail.com> - 0.4.1-1
137- update to 0.4.1
138
139* Wed Oct 27 2004 Alberto Griggio <agriggio@users.sf.net> 0.3.5-1
140- Updated to version 0.3.5
141
142* Wed Mar 10 2004 Alberto Griggio <agriggio@users.sf.net> 0.3.4-1
143- Updated to version 0.3.4
144
145* Wed Mar 10 2004 Alberto Griggio <albgrig@tiscalinet.it> 0.3.2-1
146- Updated to version 0.3.2
147
148* Tue Sep 02 2003 Alberto Griggio <albgrig@tiscalinet.it> 0.3.1-1
149- Updated to version 0.3.1
150
151* Fri Aug 29 2003 Robin Dunn <robind@alldunn.com> 0.3-5
152- Initial version
Note: See TracBrowser for help on using the repository browser.