]> git.pld-linux.org Git - packages/quassel.git/blobdiff - quassel.spec
- up to 0.7.0
[packages/quassel.git] / quassel.spec
index a0c35299a48842197e04f094158a9f86749b8cfa..c44c73bd702d1df5f84338bfb01a7c46c5343f91 100644 (file)
@@ -1,30 +1,43 @@
 Summary:       Modern, cross-platform, distributed IRC client based on the Qt4 framework
 Summary(pl.UTF-8):     Nowoczesny, wieloplatformowy i rozproszony klient IRC oparty na bibliotece Qt4
 Name:          quassel
-Version:       0.4.1
+Version:       0.7.0
 Release:       1
-License:       GPLv2, GPLv3
+License:       GPL v2, GPL v3
 Group:         Applications/Communications
 Source0:       http://www.quassel-irc.org/pub/%{name}-%{version}.tar.bz2
-# Source0-md5: bf89e3ff2e12c64d9cf8b1445e46039f
+# Source0-md5: 62bd372175bc9614896427b351fc9e4e
 URL:           http://www.quassel-irc.org/
+BuildRequires: QtCore-devel
+BuildRequires: QtSql-backend
+BuildRequires: QtSql-devel
+BuildRequires: QtSvg-devel
+BuildRequires: QtWebKit-devel
 BuildRequires: automoc4
 BuildRequires: cmake
-BuildRequires: gettext-devel
-BuildRequires: phonon-devel
 BuildRequires: kde4-kdelibs-devel
-BuildRequires: QtCore-devel
-BuildRequires: QtWebKit-devel
-BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.129
+BuildRequires: phonon-devel
+BuildRequires: qt4-build
+BuildRequires: qt4-qmake
+BuildRequires: rpmbuild(macros) >= 1.577
 BuildRequires: sed >= 4.0
+Suggests:      QtSql-sqlite3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Quassel IRC is modern Internet chat client. It allows one (or multiple) client(s) can attach to and detach from a central core (distributed), but also can act plain client. It is developed for and tested on Linux®, Windows®, and MacOS X®, and should work on other platforms supporting Qt4 library (cross-platform).
+Quassel IRC is modern Internet chat client. It allows one (or
+multiple) client(s) can attach to and detach from a central core
+(distributed), but also can act plain client. It is developed for and
+tested on Linux®, Windows®, and MacOS X®, and should work on other
+platforms supporting Qt4 library (cross-platform).
 
 %description -l pl.UTF-8
-Quassel IRC jest nowoczesnym klientem rozmów w Internecie. Pozwala na podłączanie się i odłączanie wielu klientów od centralnego rdzenia (rozproszony), ale również może zachowywać się jak zwyczajny klient. Jest rozwijany i testowany na platformy Linux®, Windows® oraz MacOS X®, powinien także działać na innych platformach wspierających bibliotekę Qt4 (wieloplatformowy)
+Quassel IRC jest nowoczesnym klientem rozmów w Internecie. Pozwala na
+podłączanie się i odłączanie wielu klientów od centralnego rdzenia
+(rozproszony), ale również może zachowywać się jak zwyczajny klient.
+Jest rozwijany i testowany na platformy Linux®, Windows® oraz MacOS
+X®, powinien także działać na innych platformach wspierających
+bibliotekę Qt4 (wieloplatformowy).
 
 %prep
 %setup -q
@@ -33,13 +46,8 @@ Quassel IRC jest nowoczesnym klientem rozmów w Internecie. Pozwala na podłącz
 install -d build
 cd build
 %cmake \
-       -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-       -DLIB_INSTALL_DIR=%{_libdir} \
-       -DCMAKE_BUILD_TYPE=%{!?debug:release}%{?debug:debug} \
+       -DLIB_INSTALL_DIR="%{_libdir}" \
        -DWITH_KDE=ON \
-%if "%{_lib}" == "lib64"
-       -DLIB_SUFFIX=64 \
-%endif
        ..
 
 %{__make}
@@ -59,7 +67,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/apps/quassel
-%{_iconsdir}/hicolor/48x48/apps/quassel.png
+%{_iconsdir}/hicolor/*/*/*.png
 %{_pixmapsdir}/quassel.png
 %{_desktopdir}/kde4/quassel.desktop
 %{_desktopdir}/kde4/quasselclient.desktop
This page took 0.027917 seconds and 4 git commands to generate.