]> git.pld-linux.org Git - packages/attica.git/blame - attica.spec
- BR kf5-extra-cmake-modules
[packages/attica.git] / attica.spec
CommitLineData
df91466b
ER
1# TODO
2# - ensure consistent build (qt4 or qt5), currently it autodetects
da616d1b 3%define qt_ver 4.8.3
88b4062d
BZ
4Summary: Attica Library - implementation of Open Collaboration Services API for Qt
5Summary(pl.UTF-8): Attica Library - implementacja API Serwisów Otwartej Współpracy dla Qt
af9e6043 6Name: attica
6fbc5c2b 7Version: 0.4.2
358c3302 8Release: 4
af9e6043 9License: GPL
10Group: X11/Libraries
88b4062d 11# svn co svn://anonsvn.kde.org/home/kde/trunk/kdesupport/attica/
c82cda87 12Source0: ftp://ftp.kde.org/pub/kde/stable/attica/%{name}-%{version}.tar.bz2
6fbc5c2b 13# Source0-md5: d62c5c9489a68432e8d990dde7680c24
82be1b7a 14URL: http://www.kde.org/
7f6d6dc5 15BuildRequires: QtTest-devel >= %{qt_ver}
af9e6043 16BuildRequires: QtCore-devel >= %{qt_ver}
d0eaef13 17BuildRequires: QtGui-devel >= %{qt_ver}
83dc1ca8 18BuildRequires: QtNetwork-devel >= %{qt_ver}
af9e6043 19BuildRequires: QtXml-devel >= %{qt_ver}
def57ac6 20BuildRequires: cmake >= 2.8.0
358c3302 21BuildRequires: kf5-extra-cmake-modules
7f6d6dc5 22BuildRequires: pkgconfig
af9e6043 23BuildRequires: qt4-build >= %{qt_ver}
24BuildRequires: qt4-qmake >= %{qt_ver}
82be1b7a 25BuildRequires: rpmbuild(macros) >= 1.600
af9e6043 26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
82be1b7a
ER
29Attica is a Qt library that implements the Open Collaboration Services
30API. It grants easy access to the services such as querying
31information about persons and contents.
af9e6043 32
33%description -l pl.UTF-8
82be1b7a
ER
34Attica jest biblioteką Qt, która implementuje API Serwisów Otwartej
35Współpracy. Pozwala na łatwy dostęp do serwisów takich jak zapytania o
36informacje o osobach i treściach.
af9e6043 37
38%package devel
82be1b7a
ER
39Summary: Header files for attica library
40Summary(pl.UTF-8): Pliki nagłówkowe biblioteki attica
41Group: Development/Libraries
42Requires: %{name} = %{version}-%{release}
af9e6043 43
44%description devel
45Header files for attica library.
46
47%description devel -l pl.UTF-8
48Pliki nagłówkowe biblioteki attica.
49
50%prep
c82cda87 51%setup -q
af9e6043 52
53%build
54install -d build
55cd build
82be1b7a 56%cmake ..
af9e6043 57%{__make}
58
59%install
60rm -rf $RPM_BUILD_ROOT
af9e6043 61%{__make} -C build install \
62 DESTDIR=$RPM_BUILD_ROOT
63
64%clean
65rm -rf $RPM_BUILD_ROOT
66
4ffb37e0 67%post -p /sbin/ldconfig
68%postun -p /sbin/ldconfig
69
af9e6043 70%files
71%defattr(644,root,root,755)
88b4062d 72%attr(755,root,root) %{_libdir}/libattica.so.*.*.*
edc84c86 73%attr(755,root,root) %ghost %{_libdir}/libattica.so.0.4
af9e6043 74
75%files devel
76%defattr(644,root,root,755)
77%attr(755,root,root) %{_libdir}/libattica.so
78%{_includedir}/attica
82be1b7a 79%{_pkgconfigdir}/libattica.pc
This page took 0.056829 seconds and 4 git commands to generate.