Hello community,

here is the log from the commit of package QtZeitgeist for openSUSE:Factory
checked in at Wed Aug 24 17:24:41 CEST 2011.



--------
--- QtZeitgeist/QtZeitgeist.changes     2011-08-14 18:13:35.000000000 +0200
+++ /mounts/work_src_done/STABLE/QtZeitgeist/QtZeitgeist.changes        
2011-08-24 14:49:17.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Aug 24 12:47:04 UTC 2011 - adr...@suse.de
+
+- get rid of build cycle, this package does not require kdelibs
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ QtZeitgeist.spec ++++++
--- /var/tmp/diff_new_pack.6GuftE/_old  2011-08-24 17:23:46.000000000 +0200
+++ /var/tmp/diff_new_pack.6GuftE/_new  2011-08-24 17:23:46.000000000 +0200
@@ -20,15 +20,16 @@
 Name:           QtZeitgeist
 %define libname libqzeitgeist0
 Version:        0.7.0
-Release:        3
+Release:        5
 License:        LGPL v2.1
 Summary:        Qt Zeitgeist Library
 Group:          Development/Libraries/KDE
 Url:            http://releases.zeitgeist-project.com/qzeitgeist/
-Source:         %{name}-%{version}.tar.bz2
+Source:         
http://releases.zeitgeist-project.com/qzeitgeist/%{name}-%{version}.tar.bz2
 Source1:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libkde4-devel
+BuildRequires:  libqt4-devel
+BuildRequires:  cmake
 BuildRequires:  pkg-config
 Patch0:         QtZeitgeist-0.7.0-fix_build.patch
 
@@ -47,13 +48,20 @@
 %patch0 -p1
 
 %build
-%cmake_kde4 -d build
-%make_jobs
+mkdir build
+cd build
+export CFLAGS="$RPM_OPT_FLAGS"
+export CXXFLAGS="$RPM_OPT_FLAGS"
+%if %_lib == "lib64"
+cmake -DCMAKE_INSTALL_PREFIX=%_prefix -DLIB_SUFFIX=64 ..
+%else
+cmake -DCMAKE_INSTALL_PREFIX=%_prefix ..
+%endif
+make %{?jobs:-j%jobs}
 
 %install
 cd build
-%make_install
-%kde_post_install
+make DESTDIR=$RPM_BUILD_ROOT install
 
 %package -n %{libname}
 
@@ -101,7 +109,7 @@
 
 %files devel
 %defattr(-,root,root)
-%_kde4_includedir/QtZeitgeist
+/usr/include/QtZeitgeist
 %_libdir/libqzeitgeist.so
 %_datadir/qzeitgeist
 %_libdir/pkgconfig/QtZeitgeist.pc


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to