forked from pool/quassel
- Version update to 0.12.4:
* Various small fixes * Fix for DOS and information leaks bsc#1090495 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/quassel?expand=0&rev=54
This commit is contained in:
parent
7ee8315066
commit
bebbbe9db3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93e4e54cb3743cbe2e5684c2fcba94fd2bc2cd739f7672dee14341b49c29444d
|
||||
size 3742639
|
3
quassel-0.12.5.tar.bz2
Normal file
3
quassel-0.12.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1894574dfd79654152a5b7427e7df592b055ae908230504f98a4cb48961e74e2
|
||||
size 3747392
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 25 07:56:26 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
- Version update to 0.12.4:
|
||||
* Various small fixes
|
||||
* Fix for DOS and information leaks bsc#1090495
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 23 13:53:34 UTC 2017 - rbrown@suse.com
|
||||
|
||||
|
23
quassel.spec
23
quassel.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package quassel
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,16 +18,15 @@
|
||||
|
||||
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
||||
%if ! %{defined _fillupdir}
|
||||
%define _fillupdir /var/adm/fillup-templates
|
||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||
%endif
|
||||
|
||||
Name: quassel
|
||||
Version: 0.12.4
|
||||
Version: 0.12.5
|
||||
Release: 0
|
||||
Summary: Modern, cross-platform, distributed IRC client
|
||||
License: GPL-2.0 or GPL-3.0
|
||||
License: GPL-2.0-only OR GPL-3.0-only
|
||||
Group: Productivity/Networking/IRC
|
||||
Url: http://quassel-irc.org/
|
||||
URL: http://quassel-irc.org/
|
||||
Source: http://%{name}-irc.org/pub/%{name}-%{version}.tar.bz2
|
||||
Source1: service.%{name}core
|
||||
Source2: sysconfig.%{name}core
|
||||
@ -49,6 +48,7 @@ BuildRequires: knotifyconfig-devel
|
||||
BuildRequires: ktextwidgets-devel
|
||||
BuildRequires: kxmlgui-devel
|
||||
BuildRequires: phonon4qt5-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: snorenotify-qt5-devel >= 0.7
|
||||
BuildRequires: systemd
|
||||
BuildRequires: cmake(Qt5LinguistTools)
|
||||
@ -63,7 +63,6 @@ BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(dbusmenu-qt5)
|
||||
BuildRequires: pkgconfig(qca2-qt5)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{?systemd_requires}
|
||||
|
||||
%description
|
||||
@ -183,10 +182,10 @@ FAKE_BUILDTIME=$(LC_ALL=C date -r %{_sourcedir}/%{name}.changes '+%%H:%%M:%%S')
|
||||
sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/" src/common/quassel.cpp
|
||||
|
||||
%cmake_kf5 -d build -- -DUSE_QT5=ON -DWITH_WEBKIT=ON -DWITH_KDE=ON
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
cd ..
|
||||
%cmake_kf5 -d build-qt5 -- -DUSE_QT5=ON -DWITH_WEBKIT=ON -DWITH_KDE=OFF
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
@ -250,27 +249,23 @@ if [ $1 -eq 0 ] ; then
|
||||
fi
|
||||
|
||||
%files mono
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog README
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%files client
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog README
|
||||
%{_bindir}/%{name}client-kde
|
||||
%ghost %{_sysconfdir}/alternatives/quasselclient
|
||||
%{_bindir}/%{name}client
|
||||
|
||||
%files client-qt5
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog README
|
||||
%{_bindir}/%{name}client-qt5
|
||||
%ghost %{_sysconfdir}/alternatives/quasselclient
|
||||
%{_bindir}/%{name}client
|
||||
|
||||
%files core
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog README
|
||||
%{_bindir}/%{name}core
|
||||
%{_sbindir}/rc%{name}core
|
||||
@ -282,7 +277,7 @@ fi
|
||||
%{_fillupdir}/sysconfig.%{name}core
|
||||
|
||||
%files base
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
%{_datadir}/applications/%{name}client.desktop
|
||||
%{_datadir}/pixmaps/%{name}.png
|
||||
%dir %{_datadir}/%{name}
|
||||
|
Loading…
x
Reference in New Issue
Block a user