From c046b708585a7fc2d2ffc9828aa8d373d7817efe8c160d7341ac576968b48bef Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 23 Jul 2007 17:55:10 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=6 --- cmake-2.4.6.tar.bz2 | 3 -- ...y.diff => cmake-2.4.7-less_verbosity.patch | 0 ...tch => cmake-2.4.7-use_intree_xmlrpc.patch | 0 ...=> cmake-2.4.7-use_shared_python_lib.patch | 0 cmake-2.4.7.tar.bz2 | 3 ++ cmake.changes | 7 ++++ cmake.spec | 39 +++++++++++-------- 7 files changed, 32 insertions(+), 20 deletions(-) delete mode 100644 cmake-2.4.6.tar.bz2 rename less-verbosity.diff => cmake-2.4.7-less_verbosity.patch (100%) rename cmake-2.4.5_use_intree_xmlrpc.patch => cmake-2.4.7-use_intree_xmlrpc.patch (100%) rename use-shared-python-lib.diff => cmake-2.4.7-use_shared_python_lib.patch (100%) create mode 100644 cmake-2.4.7.tar.bz2 diff --git a/cmake-2.4.6.tar.bz2 b/cmake-2.4.6.tar.bz2 deleted file mode 100644 index 5285e83..0000000 --- a/cmake-2.4.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5ca3df34e905442bca468439a1acbd5efcaca771813e1ef5dc8c1739cfdb90d -size 1933949 diff --git a/less-verbosity.diff b/cmake-2.4.7-less_verbosity.patch similarity index 100% rename from less-verbosity.diff rename to cmake-2.4.7-less_verbosity.patch diff --git a/cmake-2.4.5_use_intree_xmlrpc.patch b/cmake-2.4.7-use_intree_xmlrpc.patch similarity index 100% rename from cmake-2.4.5_use_intree_xmlrpc.patch rename to cmake-2.4.7-use_intree_xmlrpc.patch diff --git a/use-shared-python-lib.diff b/cmake-2.4.7-use_shared_python_lib.patch similarity index 100% rename from use-shared-python-lib.diff rename to cmake-2.4.7-use_shared_python_lib.patch diff --git a/cmake-2.4.7.tar.bz2 b/cmake-2.4.7.tar.bz2 new file mode 100644 index 0000000..9abc798 --- /dev/null +++ b/cmake-2.4.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cdb921456e38973577219c8f3303c531fcb21c6e52a4e0abfb9d52cfa0b6258 +size 1941082 diff --git a/cmake.changes b/cmake.changes index bdd871b..c9b1d17 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jul 20 13:11:34 CEST 2007 - pcerny@suse.cz + +- update to 2.4.7 - several bugfixes + (KDevelop problem among others, + see ChangeLog.manual for more details) + ------------------------------------------------------------------- Fri Apr 27 15:43:07 CEST 2007 - dmueller@suse.de diff --git a/cmake.spec b/cmake.spec index 013f976..3460332 100644 --- a/cmake.spec +++ b/cmake.spec @@ -1,5 +1,5 @@ # -# spec file for package cmake (Version 2.4.6) +# spec file for package cmake (Version 2.4.7) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,10 @@ # norootforbuild Name: cmake -Version: 2.4.6 -Release: 12 -# -License: Other License(s), see package +Version: 2.4.7 +Release: 1 +License: Redistribution and use in source and binary forms, with or without Group: Development/Tools/Building -# BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %suse_version > 1020 BuildRequires: libexpat-devel @@ -24,13 +22,11 @@ BuildRequires: libexpat-devel BuildRequires: expat %endif BuildRequires: curl-devel expat gcc-c++ libstdc++-devel ncurses-devel -# URL: http://www.cmake.org/ Source0: %{name}-%{version}.tar.bz2 -Patch: cmake-2.4.5_use_intree_xmlrpc.patch -Patch1: use-shared-python-lib.diff -Patch2: less-verbosity.diff -# +Patch0: cmake-2.4.7-use_intree_xmlrpc.patch +Patch1: cmake-2.4.7-less_verbosity.patch +Patch2: cmake-2.4.7-use_shared_python_lib.patch Summary: Cross-platform, open-source make system %description @@ -44,22 +40,27 @@ Authors: %prep %setup -q -n %name-%version -%patch +%patch0 %patch1 %patch2 %build export CXXFLAGS="$RPM_OPT_FLAGS" -export CFLAGS=$CXXFLAGS -./configure --prefix=/usr --datadir=/share/%name --docdir=/share/doc/packages/%name --mandir=/share/man --system-libs +export CFLAGS="$CXXFLAGS" +./configure \ + --prefix=%{_prefix} \ + --datadir=/share/%{name} \ + --docdir=/share/doc/packages/%{name} \ + --mandir=/share/man \ + --system-libs make VERBOSE=1 %{?jobs:-j %jobs} %install -make DESTDIR=$RPM_BUILD_ROOT install -find $RPM_BUILD_ROOT/usr/share/cmake -type f -print0 | xargs -0 chmod 644 +make DESTDIR=%{buildroot} install +find %{buildroot}/usr/share/cmake -type f -print0 | xargs -0 chmod 644 %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files %defattr(-,root,root) @@ -74,6 +75,10 @@ rm -rf $RPM_BUILD_ROOT /usr/share/man/man1/ctest.1.gz %changelog +* Fri Jul 20 2007 - pcerny@suse.cz +- update to 2.4.7 - several bugfixes + (KDevelop problem among others, + see ChangeLog.manual for more details) * Fri Apr 27 2007 - dmueller@suse.de - expat -> libexpat-devel * Thu Mar 29 2007 - dmueller@suse.de