]> git.pld-linux.org Git - packages/quassel.git/blame - quassel.spec
- 0.9.0
[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
4738fac6 4Version: 0.9.0
e4093a2b 5Release: 1
c4638029 6License: GPL v2, GPL v3
5ffdf7dd 7Group: Applications/Communications
8Source0: http://www.quassel-irc.org/pub/%{name}-%{version}.tar.bz2
4738fac6 9# Source0-md5: 29b843f18d703abfadb8fc729ca1df11
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
15d03409 16BuildRequires: QtXmlPatterns-devel
5ffdf7dd 17BuildRequires: automoc4
18BuildRequires: cmake
c07ba55f 19BuildRequires: kde4-kdelibs-devel
4bbb2df2 20BuildRequires: phonon-devel
21BuildRequires: qt4-build
22BuildRequires: qt4-qmake
f9b5563a 23BuildRequires: rpmbuild(macros) >= 1.600
5ffdf7dd 24BuildRequires: sed >= 4.0
1a0d7679 25Suggests: QtSql-sqlite3
5ffdf7dd 26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
4bbb2df2 29Quassel IRC is modern Internet chat client. It allows one (or
30multiple) client(s) can attach to and detach from a central core
31(distributed), but also can act plain client. It is developed for and
32tested on Linux®, Windows®, and MacOS X®, and should work on other
33platforms supporting Qt4 library (cross-platform).
5ffdf7dd 34
35%description -l pl.UTF-8
4bbb2df2 36Quassel IRC jest nowoczesnym klientem rozmów w Internecie. Pozwala na
37podłączanie się i odłączanie wielu klientów od centralnego rdzenia
38(rozproszony), ale również może zachowywać się jak zwyczajny klient.
39Jest rozwijany i testowany na platformy Linux®, Windows® oraz MacOS
40X®, powinien także działać na innych platformach wspierających
bfeec0dd 41bibliotekę Qt4 (wieloplatformowy).
5ffdf7dd 42
43%prep
44%setup -q
45
46%build
47install -d build
48cd build
49%cmake \
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
4738fac6
LG
72%{_desktopdir}/quassel.desktop
73%{_desktopdir}/quasselclient.desktop
This page took 0.100183 seconds and 4 git commands to generate.