Mass letter "u", "v" and "w" update, one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs
This commit is contained in:
parent
8ecfc19a99
commit
71663fd128
1 changed files with 9 additions and 10 deletions
|
|
@ -5,8 +5,7 @@
|
|||
Name: wxPythonGTK2
|
||||
Version: 2.4.2.4
|
||||
Release: 4
|
||||
Epoch: 0
|
||||
Summary: wxPython is a GUI toolkit for the Python programming language.
|
||||
Summary: GUI toolkit for the Python programming language
|
||||
|
||||
Group: Development/Languages
|
||||
License: LGPL
|
||||
|
|
@ -14,19 +13,19 @@ URL: http://www.wxpython.org/
|
|||
Source0: http://dl.sf.net/wxpython/wxPythonSrc-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: wxGTK2-devel >= 0:2.4.2, pkgconfig
|
||||
BuildRequires: zlib-devel, libpng-devel, libjpeg-devel, libtiff-devel
|
||||
BuildRequires: python-devel, wxGTK2-gl
|
||||
BuildRequires: wxGTK2-devel >= 2.4.2, pkgconfig
|
||||
BuildRequires: zlib-devel, libpng-devel, libjpeg-devel, libtiff-devel
|
||||
BuildRequires: python-devel, wxGTK2-gl
|
||||
Requires: %{_bindir}/python%{pyver}
|
||||
|
||||
# This is what other packages should depend on, NOT the package name!
|
||||
Provides: wxPython = %{epoch}:%{version}-%{release}
|
||||
Provides: wxPython = %{version}-%{release}
|
||||
|
||||
%description
|
||||
wxPython is a GUI toolkit for the Python programming language. It allows
|
||||
wxPython is a GUI toolkit for the Python programming language. It allows
|
||||
Python programmers to create programs with a robust, highly functional
|
||||
graphical user interface, simply and easily. It is implemented as a Python
|
||||
extension module (native code) that wraps the popular wxWindows cross
|
||||
graphical user interface, simply and easily. It is implemented as a Python
|
||||
extension module (native code) that wraps the popular wxWindows cross
|
||||
platform GUI library, which is written in C++.
|
||||
|
||||
%prep
|
||||
|
|
@ -55,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc wxPython/docs wxPython/demo wxPython/licence/ wxPython/samples
|
||||
%doc wxPython/docs wxPython/demo wxPython/licence/ wxPython/samples
|
||||
%{_bindir}/*
|
||||
%{_libdir}/python%{pyver}/site-packages/wxPython
|
||||
%{_libdir}/python%{pyver}/site-packages/wx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue