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