Hello community, here is the log from the commit of package attica-qt5 for openSUSE:Factory checked in at 2014-02-19 10:54:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/attica-qt5 (Old) and /work/SRC/openSUSE:Factory/.attica-qt5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "attica-qt5" Changes: -------- --- /work/SRC/openSUSE:Factory/attica-qt5/attica-qt5.changes 2013-12-19 12:39:05.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.attica-qt5.new/attica-qt5.changes 2014-02-19 10:54:43.000000000 +0100 @@ -1,0 +2,7 @@ +Sat Feb 8 02:17:01 UTC 2014 - [email protected] + +- Update to 4.96.0 + * attica is now a part of KDE Frameworks libraries + * adjust baselibs for soname change + +------------------------------------------------------------------- Old: ---- attica.tar.xz New: ---- attica-4.96.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ attica-qt5.spec ++++++ --- /var/tmp/diff_new_pack.A4dRqN/_old 2014-02-19 10:54:44.000000000 +0100 +++ /var/tmp/diff_new_pack.A4dRqN/_new 2014-02-19 10:54:44.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package attica +# spec file for package attica-qt5 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -16,72 +16,75 @@ # -%define _soversion 1_0 +%define sonum 4 %define rname attica +%define _libname KF5Attica Name: attica-qt5 -Version: 1.0.0~git20131125 +Version: 4.96.0 Release: 0 Summary: Open Collaboration Service client library License: LGPL-2.1+ Group: System/GUI/KDE Url: https://projects.kde.org/attica -Source: %{rname}.tar.xz +Source: %{rname}-%{version}.tar.xz Source99: baselibs.conf -BuildRequires: cmake >= 2.8.11 -BuildRequires: kde4-filesystem -BuildRequires: pkgconfig(Qt5Core) -Requires: libattica%{_soversion} = %{version} -BuildRoot: %{_tmppath}/%{rname}-%{version}-build +BuildRequires: cmake >= 2.8.12 +BuildRequires: extra-cmake-modules +BuildRequires: fdupes +BuildRequires: kf5-filesystem +BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 +BuildRequires: pkgconfig(Qt5Network) >= 5.2.0 +BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Attica is a library to access Open Collaboration Service servers. -%package -n libattica%{_soversion} +%package -n lib%{_libname}%{sonum} Summary: Open Collaboration Service client library - development files Group: System/GUI/KDE -%description -n libattica%{_soversion} +%description -n lib%{_libname}%{sonum} Attica is a library to access Open Collaboration Service servers. %package -n attica-qt5-devel Summary: Open Collaboration Service client library - development files Group: Development/Libraries/C and C++ -Conflicts: libattica-devel -#found conflict of attica-qt5-devel-1.0.0~git20131125-4.1.x86_64 with libattica-devel-0.4.2-3.3.x86_64: -# - /usr/lib64/libattica.so -# - /usr/lib64/pkgconfig/libattica.pc -Requires: libattica%{_soversion} >= %{version} +Requires: lib%{_libname}%{sonum} = %{version} +Requires: pkgconfig(Qt5Core) >= 5.2.0 %description -n attica-qt5-devel Development files for attica, Attica a library to access Open Collaboration Service servers. %prep -%setup -q -n %rname +%setup -q -n %{rname}-%{version} %build -export RPM_OPT_FLAGS="%optflags -fvisibility-inlines-hidden" -%cmake_kde4 -d build -- -DQT4_BUILD=OFF -DINCLUDE_DESTINATION=%{_libqt5_includedir} -%make_jobs + %cmake_kf5 -d build + %make_jobs %install -cd build -make DESTDIR=%{buildroot} install + %kf5_makeinstall -C build + %fdupes -s %{buildroot} -%post -n libattica%{_soversion} -p /sbin/ldconfig +%post -n lib%{_libname}%{sonum} -p /sbin/ldconfig -%postun -n libattica%{_soversion} -p /sbin/ldconfig +%postun -n lib%{_libname}%{sonum} -p /sbin/ldconfig -%files -n libattica%{_soversion} +%files -n lib%{_libname}%{sonum} %defattr(-,root,root) -%doc README AUTHORS COPYING -%{_libqt5_libdir}/libattica*.so.* +%doc COPYING* README* +%{_libqt5_libdir}/lib%{_libname}*.so.* %files -n attica-qt5-devel %defattr(-,root,root) -%{_libqt5_libdir}/cmake/LibAttica -%{_libqt5_libdir}/libattica*.so -%{_libqt5_libdir}/pkgconfig/libattica*.pc -%{_libqt5_includedir}/attica +%{_kf5_libdir}/cmake/KF5Attica/ +%{_libqt5_libdir}/lib%{_libname}*.so +%{_libqt5_libdir}/pkgconfig/libKF5Attica.pc +%dir %{_kf5_includedir}/Attica +%{_kf5_includedir}/Attica/ +%{_kf5_includedir}/*.h +%{_kf5_mkspecsdir}/qt_Attica.pri %changelog ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.A4dRqN/_old 2014-02-19 10:54:44.000000000 +0100 +++ /var/tmp/diff_new_pack.A4dRqN/_new 2014-02-19 10:54:44.000000000 +0100 @@ -1,3 +1,3 @@ -libattica1_0 -libattica-qt5-devel - requires "libattica1_0-<targettype> = <version>" +libKF5Attica4 +attica-qt5-devel + requires "libKF5Attica4-<targettype> = <version>" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
