- Update FindGTK2 to latest git to fix bug 639058
This commit is contained in:
parent
1fb7c0fbc6
commit
abb9617e7e
@ -8,7 +8,7 @@
|
||||
|
||||
Name: cmake
|
||||
Version: 2.8.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Cross-platform make system
|
||||
|
||||
Group: Development/Tools
|
||||
@ -19,6 +19,8 @@ Source2: macros.cmake
|
||||
|
||||
# add support for Python 2.7 to FindPythonLibs.cmake (Orcan Ogetbil)
|
||||
Patch0: cmake-2.8.2-python27.patch
|
||||
# Update FindGTK2.cmake to git version to fix bug 639058
|
||||
Patch1: cmake-2.8.2-FindGTK2.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
@ -57,6 +59,7 @@ The %{name}-gui package contains the Qt based GUI for CMake.
|
||||
%setup -q -n %{name}-%{version}%{?rcver}
|
||||
# Python 2.7 patch (don't use -b as the backup would get installed)
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
# Fixup permissions
|
||||
find -name \*.h -o -name \*.cxx -print0 | xargs -0 chmod -x
|
||||
|
||||
@ -144,6 +147,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 7 2010 Orion Poplawski <orion@cora.nwra.com> - 2.8.2-3
|
||||
- Update FindGTK2 to latest git to fix bug 639058
|
||||
|
||||
* Fri Jul 23 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 2.8.2-2
|
||||
- add support for Python 2.7 to FindPythonLibs.cmake (Orcan Ogetbil)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user