forked from pool/cmake
This commit is contained in:
parent
c046b70858
commit
9940e18235
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 21 12:21:26 CEST 2007 - dmueller@suse.de
|
||||
|
||||
- disabling less_verbosity patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 20 13:11:34 CEST 2007 - pcerny@suse.cz
|
||||
|
||||
|
12
cmake.spec
12
cmake.spec
@ -12,8 +12,8 @@
|
||||
|
||||
Name: cmake
|
||||
Version: 2.4.7
|
||||
Release: 1
|
||||
License: Redistribution and use in source and binary forms, with or without
|
||||
Release: 18
|
||||
License: BSD 3-Clause
|
||||
Group: Development/Tools/Building
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if %suse_version > 1020
|
||||
@ -22,7 +22,7 @@ BuildRequires: libexpat-devel
|
||||
BuildRequires: expat
|
||||
%endif
|
||||
BuildRequires: curl-devel expat gcc-c++ libstdc++-devel ncurses-devel
|
||||
URL: http://www.cmake.org/
|
||||
Url: http://www.cmake.org/
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Patch0: cmake-2.4.7-use_intree_xmlrpc.patch
|
||||
Patch1: cmake-2.4.7-less_verbosity.patch
|
||||
@ -41,7 +41,8 @@ Authors:
|
||||
%prep
|
||||
%setup -q -n %name-%version
|
||||
%patch0
|
||||
%patch1
|
||||
#disabled because it breaks progress information
|
||||
#%patch1
|
||||
%patch2
|
||||
|
||||
%build
|
||||
@ -73,8 +74,9 @@ rm -rf %{buildroot}
|
||||
/usr/share/man/man1/ccmake.1.gz
|
||||
/usr/share/man/man1/cmake.1.gz
|
||||
/usr/share/man/man1/ctest.1.gz
|
||||
|
||||
%changelog
|
||||
* Fri Sep 21 2007 - dmueller@suse.de
|
||||
- disabling less_verbosity patch
|
||||
* Fri Jul 20 2007 - pcerny@suse.cz
|
||||
- update to 2.4.7 - several bugfixes
|
||||
(KDevelop problem among others,
|
||||
|
Loading…
Reference in New Issue
Block a user