[attica] 0.2.9

Rex Dieter rdieter at fedoraproject.org
Tue Nov 15 20:04:21 UTC 2011


commit 8feb6112ef4527797feebcda6445605a7bbe2f30
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Tue Nov 15 14:05:03 2011 -0600

    0.2.9

 .gitignore  |    1 +
 attica.spec |   23 +++++++++++------------
 sources     |    2 +-
 3 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b9eb855..1718de6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /attica-0.2.0.tar.bz2
+/attica-0.2.9.tar.bz2
diff --git a/attica.spec b/attica.spec
index 8a8d38f..91aa160 100644
--- a/attica.spec
+++ b/attica.spec
@@ -1,6 +1,6 @@
 
 Name:           attica
-Version:        0.2.0
+Version:        0.2.9
 Release:        1%{?dist}
 Summary:        Implementation of the Open Collaboration Services API
 
@@ -11,8 +11,7 @@ Source0:        ftp://ftp.kde.org/pub/kde/stable/attica/attica-%{version}.tar.bz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cmake
-BuildRequires:  qt4-devel
-BuildRequires:  openssl-devel
+BuildRequires:  pkgconfig(QtNetwork) 
 
 %description
 Attica is a Qt library that implements the Open Collaboration Services
@@ -23,8 +22,7 @@ Summary:        Development files for %{name}
 Group:          Development/Libraries
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 %description    devel
-The %{name}-devel package contains libraries and header files for
-developing applications that use %{name}.
+%{summary}.
 
 
 %prep
@@ -34,9 +32,7 @@ developing applications that use %{name}.
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-%{cmake} \
-  %{?_cmake_skip_rpath} \
-  ..
+%{cmake} ..
 popd
 
 make %{?_smp_mflags} -C %{_target_platform}
@@ -49,8 +45,8 @@ 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
+# verify pkg-config sanitry/version
+export PKG_CONFIG_PATH=%{buildroot}%{_libdir}/pkgconfig
 test "$(pkg-config --modversion libattica)" = "%{version}"
 
 
@@ -61,10 +57,10 @@ rm -rf %{buildroot}
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-
 %files
 %defattr(-,root,root,-)
-%doc COPYING README
+%doc AUTHORS COPYING README
+%doc ChangeLog
 %{_libdir}/libattica.so.0*
 
 %files devel
@@ -75,6 +71,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Nov 15 2011 Rex Dieter <rdieter at fedoraproject.org> 0.2.9-1
+- 0.2.9
+
 * Sat Feb 26 2011 Rex Dieter <rdieter at fedoraproject.org> 0.2.0-1
 - attica-0.2.0
 
diff --git a/sources b/sources
index 14a1f23..6a031f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-df3dcea0229cfa31539bdd427976e15b  attica-0.2.0.tar.bz2
+7dadb6ca7dec09f89d41cd868ea6dc39  attica-0.2.9.tar.bz2


More information about the scm-commits mailing list