]> git.pld-linux.org Git - packages/attica.git/blame - attica.spec
- up to 0.4.1
[packages/attica.git] / attica.spec
CommitLineData
af9e6043 1#
2# Conditional build:
3#
da616d1b 4%define qt_ver 4.8.3
af9e6043 5
88b4062d
BZ
6Summary: Attica Library - implementation of Open Collaboration Services API for Qt
7Summary(pl.UTF-8): Attica Library - implementacja API Serwisów Otwartej Współpracy dla Qt
af9e6043 8Name: attica
da616d1b 9Version: 0.4.1
edc84c86 10Release: 1
af9e6043 11License: GPL
12Group: X11/Libraries
88b4062d 13# svn co svn://anonsvn.kde.org/home/kde/trunk/kdesupport/attica/
c82cda87 14Source0: ftp://ftp.kde.org/pub/kde/stable/attica/%{name}-%{version}.tar.bz2
da616d1b 15# Source0-md5: b90983ec5d79e5ddcbc9146fa23cab72
82be1b7a 16URL: http://www.kde.org/
af9e6043 17BuildRequires: QtCore-devel >= %{qt_ver}
d0eaef13 18BuildRequires: QtGui-devel >= %{qt_ver}
83dc1ca8 19BuildRequires: QtNetwork-devel >= %{qt_ver}
af9e6043 20BuildRequires: QtXml-devel >= %{qt_ver}
21BuildRequires: automoc4 >= 0.9.84
def57ac6 22BuildRequires: cmake >= 2.8.0
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.072618 seconds and 4 git commands to generate.