Projects
Kolab:16:Enterprise
libcalendaring
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 3
View file
libcalendaring.spec
Changed
@@ -1,13 +1,15 @@ Name: libcalendaring -Version: 4.9.2 -Release: 1%{?dist} +Version: 4.9.2 +Release: 0.20160905.git%{?dist} Summary: Library for Calendaring Group: System Environment/Libraries License: LGPLv2+ URL: http://www.kolab.org/about/libcalendaring -Source0: http://git.kolab.org/%{name}/snapshot/%{name}-%{version}.tar.gz +Source0: libcalendaring-4.9.2.tar.gz + +Patch0001: 0001-Correct-shebangs.patch BuildRequires: boost-devel BuildRequires: cmake @@ -15,11 +17,21 @@ BuildRequires: gcc-c++ BuildRequires: libical-devel BuildRequires: make +%if 0%{?fedora} >= 25 +# we need perl for kabc/scripts/makeaddressee +BuildRequires: perl +%endif %if 0%{?suse_version} BuildRequires: qt-devel %else BuildRequires: qt4-devel %endif +%if 0%{?fedora} == 24 +# have choice for python-requests-kerberos needed by koji: python2-requests-kerberos python-requests-kerberos +BuildRequires: python2-requests-kerberos +%endif + +#Requires: %description Advanced calendaring library for Kolab, based on parts of KDE >= 4.9 @@ -35,6 +47,8 @@ %prep %setup -q +%patch0001 -p1 + %build mkdir build pushd build @@ -69,9 +83,6 @@ %{_libdir}/libcalendaring*.a %changelog -* Fri Sep 9 2016 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 4.9.2-1 -- New upstream version 4.9.2 - * Mon Feb 23 2015 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 4.9.1-1 - New upstream version 4.9.1
View file
0001-Correct-shebangs.patch
Added
@@ -0,0 +1,88 @@ +From 69cb07e0198a4ff7f5ac31fa1d0a98e2b5724685 Mon Sep 17 00:00:00 2001 +From: "Jeroen van Meeuwen (Kolab Systems)" <vanmeeuwen@kolabsys.com> +Date: Tue, 5 Sep 2017 11:21:34 +0200 +Subject: PATCH Correct shebangs + +--- + kabc/scripts/createisomap.pl | 2 +- + kabc/scripts/makeaddressee | 2 +- + kabc/vcardparser/checkvcard.pl | 2 +- + kcalcore/tests/createtestcases.pl | 2 +- + kcalcore/tests/runsingletestcase.pl | 2 +- + kdecore/kconfig_compiler/checkkcfg.pl | 2 +- + kmime/tests/gen_decode_map.pl | 2 +- + 7 files changed, 7 insertions(+), 7 deletions(-) + +diff --git a/kabc/scripts/createisomap.pl b/kabc/scripts/createisomap.pl +index 2726e20..2186df4 100755 +--- a/kabc/scripts/createisomap.pl ++++ b/kabc/scripts/createisomap.pl +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl ++#!/bin/perl + # + # Create a translation table countryname->iso-code from the entry.desktop + # files in kdebase/l10n/*/ +diff --git a/kabc/scripts/makeaddressee b/kabc/scripts/makeaddressee +index d8c8f5b..be64703 100755 +--- a/kabc/scripts/makeaddressee ++++ b/kabc/scripts/makeaddressee +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl ++#!/bin/perl + use Cwd; + use File::Basename; + +diff --git a/kabc/vcardparser/checkvcard.pl b/kabc/vcardparser/checkvcard.pl +index 5965c89..47cc00a 100755 +--- a/kabc/vcardparser/checkvcard.pl ++++ b/kabc/vcardparser/checkvcard.pl +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl ++#!/bin/perl + + if ( @ARGV != 1 ) { + print STDERR "Missing arg: filename\n"; +diff --git a/kcalcore/tests/createtestcases.pl b/kcalcore/tests/createtestcases.pl +index 487f415..b7a9b48 100755 +--- a/kcalcore/tests/createtestcases.pl ++++ b/kcalcore/tests/createtestcases.pl +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl ++#!/bin/perl + + # Written 2005 Reinhold Kainhofer <reinhold@kainhofer.com> + # This file is put into the public domain, I claim no copyright on that code +diff --git a/kcalcore/tests/runsingletestcase.pl b/kcalcore/tests/runsingletestcase.pl +index 139d764..35e4e59 100755 +--- a/kcalcore/tests/runsingletestcase.pl ++++ b/kcalcore/tests/runsingletestcase.pl +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl ++#!/bin/perl + + # This file is part of the kcalcore library. + # +diff --git a/kdecore/kconfig_compiler/checkkcfg.pl b/kdecore/kconfig_compiler/checkkcfg.pl +index 2eddbee..5c46a66 100755 +--- a/kdecore/kconfig_compiler/checkkcfg.pl ++++ b/kdecore/kconfig_compiler/checkkcfg.pl +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl ++#!/bin/perl + + if ( @ARGV != 1 ) { + print STDERR "Missing arg: filename\n"; +diff --git a/kmime/tests/gen_decode_map.pl b/kmime/tests/gen_decode_map.pl +index 131aef1..3fef330 100755 +--- a/kmime/tests/gen_decode_map.pl ++++ b/kmime/tests/gen_decode_map.pl +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl -w ++#!/bin/perl -w + + use strict; + +-- +2.13.2 +
View file
debian.changelog
Changed
@@ -1,10 +1,4 @@ -libcalendaring (4.9.2-0~kolab1) unstable; urgency=low - - * Release of version 4.9.2 - - -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Fri, 9 Sep 2016 16:59:15 +0200 - -libcalendaring (4.9.2~dev20150623-0~kolab1) unstable; urgency=low +libcalendaring (4.9.2~dev20160905-0~kolab1) unstable; urgency=low * Release of version 4.9.1
View file
libcalendaring.dsc
Changed
@@ -2,14 +2,14 @@ Source: libcalendaring Binary: libcalendaring-dev, libcalendaring Architecture: any -Version: 4.9.2-0~kolab1 +Version: 4.9.2~dev20160905-0~kolab1 Maintainer: Jeroen van Meeuwen <vanmeeuwen@kolabyss.com> Homepage: http://kolab.org/about/libcalendaring Standards-Version: 3.9.3 Vcs-Browser: http://git.kolabsys.com/git/apt/libcalendaring Vcs-Git: git://git.kolabsys.com/git/apt/libcalendaring Build-Depends: debhelper (>= 8.0.0), cmake, qt4-qmake, libqt4-dev, libical-dev, libx11-dev, libboost-dev, libsasl2-dev -Files: +Files: 00000000000000000000000000000000 0 libcalendaring-4.9.2.tar.gz 00000000000000000000000000000000 0 debian.tar.gz
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.