]> git.pld-linux.org Git - packages/quassel.git/blobdiff - quassel.spec
- up to 0.7.0
[packages/quassel.git] / quassel.spec
index 54ac7a8e1ded7df52d19a1281597300a198c58f7..c44c73bd702d1df5f84338bfb01a7c46c5343f91 100644 (file)
@@ -1,27 +1,27 @@
 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: kde4-kdelibs-devel
 BuildRequires: phonon-devel
 BuildRequires: qt4-build
 BuildRequires: qt4-qmake
-BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.129
+BuildRequires: rpmbuild(macros) >= 1.577
 BuildRequires: sed >= 4.0
+Suggests:      QtSql-sqlite3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -37,7 +37,7 @@ 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)
+bibliotekę Qt4 (wieloplatformowy).
 
 %prep
 %setup -q
@@ -46,13 +46,8 @@ bibliotekę Qt4 (wieloplatformowy)
 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}
@@ -72,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.052721 seconds and 4 git commands to generate.