From 9802662b21271fb0a07985771d0bec1c8070832a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: May 18 2010 14:48:29 +0000 Subject: - attica-0.1.4 --- diff --git a/.cvsignore b/.cvsignore index 16aecf9..b9b2b35 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -attica-0.1.3.tar.bz2 +attica-0.1.4.tar.bz2 diff --git a/attica-0.1.2-pkgconfig.patch b/attica-0.1.2-pkgconfig.patch deleted file mode 100644 index 529b8b1..0000000 --- a/attica-0.1.2-pkgconfig.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up attica-0.1.2/lib/cmake/libattica.pc.cmake.pkgconfig attica-0.1.2/lib/cmake/libattica.pc.cmake ---- attica-0.1.2/lib/cmake/libattica.pc.cmake.pkgconfig 2010-01-14 07:00:16.000000000 -0600 -+++ attica-0.1.2/lib/cmake/libattica.pc.cmake 2010-02-09 15:06:28.501736013 -0600 -@@ -6,7 +6,7 @@ includedir=${CMAKE_INSTALL_PREFIX}/inclu - Name: libattica - Description: Qt library to access Open Collaboration Services - #Requires: --Version: ${ATTICA_VERSION_MAJOR}.${ATTICA_VERSION_MINOR}.${ATTICA_VERSION_PATCH} -+Version: ${CMAKE_LIBATTICA_VERSION_MAJOR}.${CMAKE_LIBATTICA_VERSION_MINOR}.${CMAKE_LIBATTICA_VERSION_PATCH} - Libs: -L${LIB_DESTINATION} -lattica - Cflags: -I${CMAKE_INSTALL_PREFIX}/include - diff --git a/attica.spec b/attica.spec index cbd82e7..5309340 100644 --- a/attica.spec +++ b/attica.spec @@ -1,6 +1,6 @@ Name: attica -Version: 0.1.3 +Version: 0.1.4 Release: 1%{?dist} Summary: Implementation of the Open Collaboration Services API @@ -11,8 +11,6 @@ Source0: ftp://ftp.kde.org/pub/kde/stable/attica/attica-%{version}.tar.bz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ## upstream patches -# fix Version in libattica.pc -Patch100: attica-0.1.2-pkgconfig.patch BuildRequires: cmake BuildRequires: qt4-devel @@ -35,7 +33,6 @@ developing applications that use %{name}. %prep %setup -q -%patch100 -p1 -b .pkgconfig %build @@ -55,6 +52,12 @@ rm -rf %{buildroot} make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%check +# verify pkg-config version (notoriously wrong in recent releases) +export PKG_CONFIG_PATH=%{buildroot}%{_datadir}/pkgconfig:%{buildroot}%{_libdir}/pkgconfig +test "$(pkg-config --modversion libattica)" = "%{version}" + + %clean rm -rf %{buildroot} @@ -76,6 +79,9 @@ rm -rf %{buildroot} %changelog +* Tue May 18 2010 Rex Dieter - 0.1.4-1 +- attica-0.1.4 + * Wed Apr 07 2010 Rex Dieter - 0.1.3-1 - attica-0.1.3 diff --git a/sources b/sources index f024a19..026c221 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aeb0c14d1bf2afa7d9ce3b5a16390a03 attica-0.1.3.tar.bz2 +04887f3d10f6394cafc0d77c0ae60ec2 attica-0.1.4.tar.bz2