Removed now unnecessary cmake patch

This commit is contained in:
Christian Dersch 2016-01-25 19:24:13 +01:00
parent 64836f7459
commit 61b5627022
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Name: quassel
Summary: A modern distributed IRC system
Version: 0.11.0
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2 or GPLv3
Group: Applications/Internet
@ -20,8 +20,6 @@ Provides: %{name}-gui = %{version}-%{release}
Requires: %{name}-common = %{version}-%{release}
Patch0: minimum_cmake_version_el6.patch
%description
Quassel IRC is a modern, distributed IRC client,
meaning that one (or multiple) client(s) can attach
@ -61,7 +59,6 @@ Quassel client
%prep
%setup -q -n %{name}-%{version}
%patch0
%build
mkdir build
@ -119,6 +116,9 @@ gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || :
%changelog
* Mon Jan 25 2016 Christian Dersch <lupinix@mailbox.org> - 0.11.0-2
- Removed now unnecessary cmake patch
* Wed Sep 24 2014 Adam Miller <maxamillion@fedoraproject.org> - 0.11.0-1
- Update to latest upstream