]> git.pld-linux.org Git - packages/quassel.git/blob - quassel.spec
- 0.9.0
[packages/quassel.git] / quassel.spec
1 Summary:        Modern, cross-platform, distributed IRC client based on the Qt4 framework
2 Summary(pl.UTF-8):      Nowoczesny, wieloplatformowy i rozproszony klient IRC oparty na bibliotece Qt4
3 Name:           quassel
4 Version:        0.9.0
5 Release:        1
6 License:        GPL v2, GPL v3
7 Group:          Applications/Communications
8 Source0:        http://www.quassel-irc.org/pub/%{name}-%{version}.tar.bz2
9 # Source0-md5:  29b843f18d703abfadb8fc729ca1df11
10 URL:            http://www.quassel-irc.org/
11 BuildRequires:  QtCore-devel
12 BuildRequires:  QtSql-backend
13 BuildRequires:  QtSql-devel
14 BuildRequires:  QtSvg-devel
15 BuildRequires:  QtWebKit-devel
16 BuildRequires:  QtXmlPatterns-devel
17 BuildRequires:  automoc4
18 BuildRequires:  cmake
19 BuildRequires:  kde4-kdelibs-devel
20 BuildRequires:  phonon-devel
21 BuildRequires:  qt4-build
22 BuildRequires:  qt4-qmake
23 BuildRequires:  rpmbuild(macros) >= 1.600
24 BuildRequires:  sed >= 4.0
25 Suggests:       QtSql-sqlite3
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 Quassel IRC is modern Internet chat client. It allows one (or
30 multiple) client(s) can attach to and detach from a central core
31 (distributed), but also can act plain client. It is developed for and
32 tested on Linux®, Windows®, and MacOS X®, and should work on other
33 platforms supporting Qt4 library (cross-platform).
34
35 %description -l pl.UTF-8
36 Quassel IRC jest nowoczesnym klientem rozmów w Internecie. Pozwala na
37 podłączanie się i odłączanie wielu klientów od centralnego rdzenia
38 (rozproszony), ale również może zachowywać się jak zwyczajny klient.
39 Jest rozwijany i testowany na platformy Linux®, Windows® oraz MacOS
40 X®, powinien także działać na innych platformach wspierających
41 bibliotekę Qt4 (wieloplatformowy).
42
43 %prep
44 %setup -q
45
46 %build
47 install -d build
48 cd build
49 %cmake \
50         -DWITH_KDE=ON \
51         ..
52
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} -C build install \
59         DESTDIR=$RPM_BUILD_ROOT \
60         kde_htmldir=%{_kdedocdir} \
61         kde_libs_htmldir=%{_kdedocdir}
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644,root,root,755)
68 %attr(755,root,root) %{_bindir}/*
69 %{_datadir}/apps/quassel
70 %{_iconsdir}/hicolor/*/*/*.png
71 %{_pixmapsdir}/quassel.png
72 %{_desktopdir}/quassel.desktop
73 %{_desktopdir}/quasselclient.desktop
This page took 0.103946 seconds and 3 git commands to generate.