%if 0%{?rhel} == 6 %define cmake_pkg cmake28 %else %define cmake_pkg cmake %endif Name: attica Version: 0.4.2 Release: 3%{?dist} Summary: Implementation of the Open Collaboration Services API License: LGPLv2+ URL: http://www.kde.org Source0: http://download.kde.org/stable/attica/attica-%{version}.tar.bz2 BuildRequires: %{cmake_pkg} >= 2.8 BuildRequires: pkgconfig(QtNetwork) >= 4.7 %description Attica is a Qt library that implements the Open Collaboration Services API version 1.4. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel %{summary}. %prep %setup -q %build mkdir -p %{_target_platform} pushd %{_target_platform} %{?cmake28}%{!?cmake28:%{?cmake}} \ -DQT4_BUILD:BOOL=ON \ .. popd make %{?_smp_mflags} -C %{_target_platform} %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %check # verify pkg-config sanitry/version export PKG_CONFIG_PATH=%{buildroot}%{_libdir}/pkgconfig test "$(pkg-config --modversion libattica)" = "%{version}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %doc AUTHORS COPYING README %doc ChangeLog %{_libdir}/libattica.so.0.4* %files devel %{_includedir}/attica/ %{_libdir}/libattica.so %{_libdir}/pkgconfig/libattica.pc %changelog * Thu Jun 19 2014 Rex Dieter 0.4.2-3 - .spec cleanup * Sat Jun 07 2014 Fedora Release Engineering - 0.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Jun 15 2013 Rex Dieter 0.4.2-1 - 0.4.2 * Wed Feb 13 2013 Fedora Release Engineering - 0.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Mon Jan 07 2013 Rex Dieter 0.4.1-1 - 0.4.1 * Wed Jul 18 2012 Fedora Release Engineering - 0.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Jun 20 2012 Rex Dieter 0.4.0-1 - 0.4.0 * Thu Jan 12 2012 Fedora Release Engineering - 0.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Sat Dec 31 2011 Rex Dieter 0.3.0-2 - update %%files for non-standard soname * Fri Dec 30 2011 Rex Dieter 0.3.0-1 - 0.3.0 * Tue Nov 15 2011 Rex Dieter 0.2.9-1 - 0.2.9 * Sat Feb 26 2011 Rex Dieter 0.2.0-1 - attica-0.2.0 * Mon Feb 07 2011 Fedora Release Engineering - 0.1.91-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sat Nov 20 2010 Rex Dieter - 0.1.91-1 - attica-0.1.91 * 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 * Thu Jan 14 2010 Rex Dieter - 0.1.2-1 - attica-0.1.2 - patch Version in libattica.pc - %%build: %%_cmake_skip_rpath * Fri Dec 18 2009 Rex Dieter - 0.1.1-1 - attica-0.1.1 * Wed Dec 9 2009 Rex Dieter - 0.1.0-3 - upstream tarball - %files: tighten up a bit, track sonames * Mon Dec 7 2009 Lorenzo Villani - 0.1.0-2 - Out of sourcetree build - Use make install/fast * Sat Dec 5 2009 lvillani 0.1.0-1 - Initial release