commit QtZeitgeist for openSUSE:Factory

2012-06-28 Thread h_root
Hello community,

here is the log from the commit of package QtZeitgeist for openSUSE:Factory 
checked in at 2012-06-28 16:53:30

Comparing /work/SRC/openSUSE:Factory/QtZeitgeist (Old)
 and  /work/SRC/openSUSE:Factory/.QtZeitgeist.new (New)


Package is QtZeitgeist, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/QtZeitgeist/QtZeitgeist.changes  2012-03-02 
13:50:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.QtZeitgeist.new/QtZeitgeist.changes 
2012-06-28 16:53:32.0 +0200
@@ -1,0 +2,10 @@
+Mon Jun 25 20:40:26 UTC 2012 - asterios.dra...@gmail.com
+
+- Added the following patches (taken from Fedora - already upstream):
+  * libqzeitgeist-0.8.0-declarative.patch: Fix linking, consistently use
+QT_IMPORTS_DIR
+  * libqzeitgeist-0.8.0-reduced_linking.patch: Reduce linking in libqzeitgeist
+- Removed libQtWebKit-devel from build dependencies and devel package Requires:
+  (not needed anymore because of the above patches).
+
+---

New:

  libqzeitgeist-0.8.0-declarative.patch
  libqzeitgeist-0.8.0-reduced_linking.patch



Other differences:
--
++ QtZeitgeist.spec ++
--- /var/tmp/diff_new_pack.VRjdlC/_old  2012-06-28 16:53:33.0 +0200
+++ /var/tmp/diff_new_pack.VRjdlC/_new  2012-06-28 16:53:33.0 +0200
@@ -16,21 +16,25 @@
 #
 
 
-Name:   QtZeitgeist
 %define rname   libqzeitgeist
 %define sonum   1
 %define libname %{rname}%{sonum}
+
+Name:   QtZeitgeist
 Version:0.8.0
 Release:0
 Summary:Qt Zeitgeist Library
 License:LGPL-2.1
 Group:  Development/Libraries/KDE
-Url:http://releases.zeitgeist-project.com/qzeitgeist/
+Url:https://projects.kde.org/projects/kdesupport/libqzeitgeist/
 Source: 
ftp://ftp.kde.org/pub/kde/stable/libqzeitgeist/0.8.0/src/%{rname}-%{version}.tar.bz2
 Source1:baselibs.conf
+# PATCH-FIX-UPSTREAM libqzeitgeist-0.8.0-declarative.patch 
asterios.dra...@gmail.com -- Fix linking (don't link the Qt world, only use 
QT_DECLARATIVE_LIBRARIES), consistently use QT_IMPORTS_DIR
+Patch0: libqzeitgeist-0.8.0-declarative.patch
+# PATCH-FIX-UPSTREAM libqzeitgeist-0.8.0-declarative.patch 
asterios.dra...@gmail.com -- Reduce linking in libqzeitgeist
+Patch1: libqzeitgeist-0.8.0-reduced_linking.patch
 BuildRequires:  automoc4
 BuildRequires:  cmake
-BuildRequires:  libQtWebKit-devel
 BuildRequires:  libqt4-devel
 BuildRequires:  pkg-config
 BuildRequires:  zeitgeist
@@ -44,10 +48,38 @@
 also able to establish relationships between items based
 on similarity and usage patterns.
 
-This package provides the Qt interface for Zeitgeist
+This package provides the Qt interface for Zeitgeist.
+
+%package devel
+Summary:Development files for QtZeitgeist
+Group:  Development/Languages/C and C++
+Requires:   %{libname} = %{version}
+Requires:   libqt4-devel
+Requires:   zeitgeist
+
+%description devel
+This package provides headers and libraries needed to build against the Qt
+interface for Zeitgeist.
+
+%package -n %{libname}
+Summary:Qt Zeitgeist Library
+Group:  Development/Libraries/KDE
+Recommends: zeitgeist
+
+%description -n %{libname}
+Zeitgeist is a service which logs the user's activities
+and notifications, anywhere from files opened to websites
+visited and conversations, and makes this information
+readily available for other applications to use. It is
+also able to establish relationships between items based
+on similarity and usage patterns.
+
+This package provides the Qt interface for Zeitgeist.
 
 %prep
 %setup -q -n %{rname}-%{version}
+%patch0 -p1
+%patch1 -p1
 
 %build
 mkdir build
@@ -65,54 +97,23 @@
 cd build
 %make_install
 
-%package -n %{libname}
-Summary:Qt Zeitgeist Library
-Group:  Development/Libraries/KDE
-Recommends: zeitgeist
-
-%description -n %{libname}
-Zeitgeist is a service which logs the user's activities
-and notifications, anywhere from files opened to websites
-visited and conversations, and makes this information
-readily available for other applications to use. It is
-also able to establish relationships between items based
-on similarity and usage patterns.
-
-This package provides the Qt interface for Zeitgeist
-
 %post   -n %{libname} -p /sbin/ldconfig
-%postun -n %{libname} -p /sbin/ldconfig
-
-%files -n %{libname}
-%defattr(-,root,root)
-%doc README COPYING
-%{_libdir}/libqzeitgeist.so.*
-%{_libdir}/qt4/
 
-%package devel
-Summary:Development files for QtZeitgeist
-Group:  Development/Libraries/KDE
-Requires:   %{libname} = %{version}
-Requires:   libQtWebKit-devel
-Requires:   libqt4-devel
-Requires:   

commit QtZeitgeist for openSUSE:Factory

2012-03-02 Thread h_root
Hello community,

here is the log from the commit of package QtZeitgeist for openSUSE:Factory 
checked in at 2012-03-02 13:50:07

Comparing /work/SRC/openSUSE:Factory/QtZeitgeist (Old)
 and  /work/SRC/openSUSE:Factory/.QtZeitgeist.new (New)


Package is QtZeitgeist, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/QtZeitgeist/QtZeitgeist.changes  2012-02-07 
22:13:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.QtZeitgeist.new/QtZeitgeist.changes 
2012-03-02 13:50:09.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar  2 02:09:30 UTC 2012 - crrodrig...@opensuse.org
+
+- Make build verbose to aid log analysis. 
+
+---



Other differences:
--
++ QtZeitgeist.spec ++
--- /var/tmp/diff_new_pack.35AjJt/_old  2012-03-02 13:50:10.0 +0100
+++ /var/tmp/diff_new_pack.35AjJt/_new  2012-03-02 13:50:10.0 +0100
@@ -59,7 +59,7 @@
 %else
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} ..
 %endif
-make %{?_smp_mflags}
+make VERBOSE=1 %{?_smp_mflags}
 
 %install
 cd build
@@ -93,8 +93,8 @@
 Summary:Development files for QtZeitgeist
 Group:  Development/Libraries/KDE
 Requires:   %{libname} = %{version}
-Requires:   libqt4-devel
 Requires:   libQtWebKit-devel
+Requires:   libqt4-devel
 Requires:   zeitgeist
 
 %description devel

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



commit QtZeitgeist for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package QtZeitgeist for openSUSE:Factory 
checked in at 2012-02-07 22:13:15

Comparing /work/SRC/openSUSE:Factory/QtZeitgeist (Old)
 and  /work/SRC/openSUSE:Factory/.QtZeitgeist.new (New)


Package is QtZeitgeist, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/QtZeitgeist/QtZeitgeist.changes  2012-02-01 
13:17:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.QtZeitgeist.new/QtZeitgeist.changes 
2012-02-07 22:13:17.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb  7 10:48:48 UTC 2012 - idon...@suse.com
+
+- devel package must require libQtWebKit-devel too 
+
+---



Other differences:
--
++ QtZeitgeist.spec ++
--- /var/tmp/diff_new_pack.B0KpNW/_old  2012-02-07 22:13:18.0 +0100
+++ /var/tmp/diff_new_pack.B0KpNW/_new  2012-02-07 22:13:18.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   QtZeitgeist
 %define rname   libqzeitgeist
 %define sonum   1
@@ -29,8 +30,8 @@
 Source1:baselibs.conf
 BuildRequires:  automoc4
 BuildRequires:  cmake
-BuildRequires:  libqt4-devel
 BuildRequires:  libQtWebKit-devel
+BuildRequires:  libqt4-devel
 BuildRequires:  pkg-config
 BuildRequires:  zeitgeist
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -93,6 +94,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %{libname} = %{version}
 Requires:   libqt4-devel
+Requires:   libQtWebKit-devel
 Requires:   zeitgeist
 
 %description devel

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



commit QtZeitgeist for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package QtZeitgeist for openSUSE:Factory 
checked in at 2012-02-01 13:17:12

Comparing /work/SRC/openSUSE:Factory/QtZeitgeist (Old)
 and  /work/SRC/openSUSE:Factory/.QtZeitgeist.new (New)


Package is QtZeitgeist, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/QtZeitgeist/QtZeitgeist.changes  2012-01-09 
15:42:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.QtZeitgeist.new/QtZeitgeist.changes 
2012-02-01 13:17:14.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb  1 08:45:33 UTC 2012 - toddrme2...@gmail.com
+
+- Added libQtWebKit-devel buildrequires
+
+---



Other differences:
--
++ QtZeitgeist.spec ++
--- /var/tmp/diff_new_pack.AWnApX/_old  2012-02-01 13:17:15.0 +0100
+++ /var/tmp/diff_new_pack.AWnApX/_new  2012-02-01 13:17:15.0 +0100
@@ -30,6 +30,7 @@
 BuildRequires:  automoc4
 BuildRequires:  cmake
 BuildRequires:  libqt4-devel
+BuildRequires:  libQtWebKit-devel
 BuildRequires:  pkg-config
 BuildRequires:  zeitgeist
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -64,7 +65,6 @@
 %make_install
 
 %package -n %{libname}
-
 Summary:Qt Zeitgeist Library
 Group:  Development/Libraries/KDE
 Recommends: zeitgeist

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



commit QtZeitgeist for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package QtZeitgeist for openSUSE:Factory 
checked in at 2012-01-09 15:42:39

Comparing /work/SRC/openSUSE:Factory/QtZeitgeist (Old)
 and  /work/SRC/openSUSE:Factory/.QtZeitgeist.new (New)


Package is QtZeitgeist, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/QtZeitgeist/QtZeitgeist.changes  2012-01-05 
13:51:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.QtZeitgeist.new/QtZeitgeist.changes 
2012-01-09 15:42:41.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan  5 14:59:21 UTC 2012 - tittiatc...@gmail.com
+
+- Adjust the baselib.conf file to the new library name so that the 
+  correct -32bit package is generated
+
+---



Other differences:
--
++ baselibs.conf ++
--- /var/tmp/diff_new_pack.k1pQaR/_old  2012-01-09 15:42:41.0 +0100
+++ /var/tmp/diff_new_pack.k1pQaR/_new  2012-01-09 15:42:41.0 +0100
@@ -1 +1 @@
-libqzeitgeist0
+libqzeitgeist1

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



commit QtZeitgeist for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package QtZeitgeist for openSUSE:Factory 
checked in at 2012-01-05 13:51:45

Comparing /work/SRC/openSUSE:Factory/QtZeitgeist (Old)
 and  /work/SRC/openSUSE:Factory/.QtZeitgeist.new (New)


Package is QtZeitgeist, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/QtZeitgeist/QtZeitgeist.changes  2012-01-04 
08:01:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.QtZeitgeist.new/QtZeitgeist.changes 
2012-01-05 13:51:49.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan  4 13:59:21 UTC 2012 - toddrme2...@gmail.com
+  
+- Added recommends for zeitgeist, since the package is useless without it
+- Minor cleanup of spec file
+
+---



Other differences:
--
++ QtZeitgeist.spec ++
--- /var/tmp/diff_new_pack.Oosvgl/_old  2012-01-05 13:51:50.0 +0100
+++ /var/tmp/diff_new_pack.Oosvgl/_new  2012-01-05 13:51:50.0 +0100
@@ -17,7 +17,8 @@
 
 Name:   QtZeitgeist
 %define rname   libqzeitgeist
-%define libname libqzeitgeist1
+%define sonum   1
+%define libname %{rname}%{sonum}
 Version:0.8.0
 Release:0
 Summary:Qt Zeitgeist Library
@@ -66,6 +67,7 @@
 
 Summary:Qt Zeitgeist Library
 Group:  Development/Libraries/KDE
+Recommends: zeitgeist
 
 %description -n %{libname}
 Zeitgeist is a service which logs the user's activities
@@ -78,7 +80,6 @@
 This package provides the Qt interface for Zeitgeist
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}

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



commit QtZeitgeist for openSUSE:Factory

2012-01-03 Thread h_root
Hello community,

here is the log from the commit of package QtZeitgeist for openSUSE:Factory 
checked in at 2012-01-04 08:01:26

Comparing /work/SRC/openSUSE:Factory/QtZeitgeist (Old)
 and  /work/SRC/openSUSE:Factory/.QtZeitgeist.new (New)


Package is QtZeitgeist, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/QtZeitgeist/QtZeitgeist.changes  2011-09-23 
01:51:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.QtZeitgeist.new/QtZeitgeist.changes 
2012-01-04 08:01:28.0 +0100
@@ -1,0 +2,11 @@
+Sun Jan  1 17:24:42 UTC 2012 - cgiboude...@gmx.com
+
+- Update to 0.8.0
+  * Used QZeitgeist everywhere instead of QtZeitgeist
+  * QML Bindings
+  * All basic datatypes (TimeRange, Event, etc) are no longer QObjects, 
adhering to the Qt Object Model.
+  * Build system rewrite
+  * Improved QZeitgeistConfig.cmake
+- Spec cleanup
+
+---

Old:

  QtZeitgeist-0.7.0-fix_build.patch
  QtZeitgeist-0.7.0.tar.bz2

New:

  libqzeitgeist-0.8.0.tar.bz2



Other differences:
--
++ QtZeitgeist.spec ++
--- /var/tmp/diff_new_pack.ST9MAi/_old  2012-01-04 08:01:29.0 +0100
+++ /var/tmp/diff_new_pack.ST9MAi/_new  2012-01-04 08:01:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package QtZeitgeist
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   QtZeitgeist
-%define libname libqzeitgeist0
-Version:0.7.0
-Release:5
-License:LGPL-2.1
+%define rname   libqzeitgeist
+%define libname libqzeitgeist1
+Version:0.8.0
+Release:0
 Summary:Qt Zeitgeist Library
+License:LGPL-2.1
 Group:  Development/Libraries/KDE
 Url:http://releases.zeitgeist-project.com/qzeitgeist/
-Source: 
http://releases.zeitgeist-project.com/qzeitgeist/%{name}-%{version}.tar.bz2
+Source: 
ftp://ftp.kde.org/pub/kde/stable/libqzeitgeist/0.8.0/src/%{rname}-%{version}.tar.bz2
 Source1:baselibs.conf
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libqt4-devel
+BuildRequires:  automoc4
 BuildRequires:  cmake
+BuildRequires:  libqt4-devel
 BuildRequires:  pkg-config
-Patch0: QtZeitgeist-0.7.0-fix_build.patch
+BuildRequires:  zeitgeist
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Zeitgeist is a service which logs the user's activities 
@@ -44,29 +44,26 @@
 This package provides the Qt interface for Zeitgeist
 
 %prep
-%setup -q -n %{name}-%{version}-Source
-%patch0 -p1
+%setup -q -n %{rname}-%{version}
 
 %build
 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 ..
+export CFLAGS=%{optflags}
+export CXXFLAGS=%{optflags}
+%if %{_lib} == lib64
+cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_SUFFIX=64 ..
 %else
-cmake -DCMAKE_INSTALL_PREFIX=%_prefix ..
+cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} ..
 %endif
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 cd build
-make DESTDIR=$RPM_BUILD_ROOT install
+%make_install
 
 %package -n %{libname}
 
-
-License:LGPL-2.1
 Summary:Qt Zeitgeist Library
 Group:  Development/Libraries/KDE
 
@@ -87,14 +84,15 @@
 %files -n %{libname}
 %defattr(-,root,root)
 %doc README COPYING
-%_libdir/libqzeitgeist.so.*
+%{_libdir}/libqzeitgeist.so.*
+%{_libdir}/qt4/
 
 %package devel
-License:LGPL-2.1
 Summary:Development files for QtZeitgeist
 Group:  Development/Libraries/KDE
 Requires:   %{libname} = %{version}
 Requires:   libqt4-devel
+Requires:   zeitgeist
 
 %description devel
 Zeitgeist is a service which logs the user's activities 
@@ -109,9 +107,9 @@
 
 %files devel
 %defattr(-,root,root)
-/usr/include/QtZeitgeist
-%_libdir/libqzeitgeist.so
-%_datadir/qzeitgeist
-%_libdir/pkgconfig/QtZeitgeist.pc
+%{_includedir}/QZeitgeist/
+%{_libdir}/cmake/QZeitgeist/
+%{_libdir}/libqzeitgeist.so
+%{_libdir}/pkgconfig/QZeitgeist.pc
 
 %changelog

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



commit QtZeitgeist for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package QtZeitgeist for openSUSE:Factory 
checked in at 2011-12-06 18:59:11

Comparing /work/SRC/openSUSE:Factory/QtZeitgeist (Old)
 and  /work/SRC/openSUSE:Factory/.QtZeitgeist.new (New)


Package is QtZeitgeist, Maintainer is 

Changes:




Other differences:
--
++ QtZeitgeist.spec ++
--- /var/tmp/diff_new_pack.lYCQM9/_old  2011-12-06 20:07:20.0 +0100
+++ /var/tmp/diff_new_pack.lYCQM9/_new  2011-12-06 20:07:20.0 +0100
@@ -21,7 +21,7 @@
 %define libname libqzeitgeist0
 Version:0.7.0
 Release:5
-License:LGPL v2.1
+License:LGPL-2.1
 Summary:Qt Zeitgeist Library
 Group:  Development/Libraries/KDE
 Url:http://releases.zeitgeist-project.com/qzeitgeist/
@@ -66,7 +66,7 @@
 %package -n %{libname}
 
 
-License:LGPL v2.1
+License:LGPL-2.1
 Summary:Qt Zeitgeist Library
 Group:  Development/Libraries/KDE
 
@@ -90,7 +90,7 @@
 %_libdir/libqzeitgeist.so.*
 
 %package devel
-License:LGPL v2.1
+License:LGPL-2.1
 Summary:Development files for QtZeitgeist
 Group:  Development/Libraries/KDE
 Requires:   %{libname} = %{version}

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



commit QtZeitgeist for openSUSE:Factory

2011-08-24 Thread h_root

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.0 +0200
+++ /mounts/work_src_done/STABLE/QtZeitgeist/QtZeitgeist.changes
2011-08-24 14:49:17.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.6GuftE/_new  2011-08-24 17:23:46.0 +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



commit QtZeitgeist for openSUSE:Factory

2011-08-23 Thread h_root

Hello community,

here is the log from the commit of package QtZeitgeist for openSUSE:Factory
checked in at Tue Aug 23 14:41:35 CEST 2011.




--- QtZeitgeist/QtZeitgeist.changes 2011-07-22 11:28:57.0 +0200
+++ /mounts/work_src_done/STABLE/QtZeitgeist/QtZeitgeist.changes
2011-08-14 18:13:35.0 +0200
@@ -1,0 +2,6 @@
+Sun Aug 14 18:11:19 UTC 2011 - toddrme2...@gmail.com
+  
+- Added 32bits version so as not to break 32bit KDE packages
+- Use make_install instead of makeinstall
+
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ QtZeitgeist.spec ++
--- /var/tmp/diff_new_pack.9KUZqQ/_old  2011-08-23 14:41:16.0 +0200
+++ /var/tmp/diff_new_pack.9KUZqQ/_new  2011-08-23 14:41:16.0 +0200
@@ -20,12 +20,13 @@
 Name:   QtZeitgeist
 %define libname libqzeitgeist0
 Version:0.7.0
-Release:1
+Release:3
 License:LGPL v2.1
 Summary:Qt Zeitgeist Library
 Group:  Development/Libraries/KDE
 Url:http://releases.zeitgeist-project.com/qzeitgeist/
 Source: %{name}-%{version}.tar.bz2
+Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libkde4-devel
 BuildRequires:  pkg-config
@@ -51,12 +52,12 @@
 
 %install
 cd build
-%makeinstall
+%make_install
 %kde_post_install
-cd ..
 
 %package -n %{libname}
 
+
 License:LGPL v2.1
 Summary:Qt Zeitgeist Library
 Group:  Development/Libraries/KDE

++ baselibs.conf ++
libqzeitgeist0





Remember to have fun...

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