- Added patch to fix CFLAGS in libical.pc. Closes Red Hat Bugzilla bug

#484091.
This commit is contained in:
Debarshi Ray 2009-02-17 05:06:17 +00:00
parent 3a1a5bc7d0
commit 6bcec061c5
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,10 @@
diff -urNp libical-0.43.orig/libical.pc.in libical-0.43/libical.pc.in
--- libical-0.43.orig/libical.pc.in 2009-02-17 04:49:25.417004884 +0530
+++ libical-0.43/libical.pc.in 2009-02-17 04:53:38.391008005 +0530
@@ -7,5 +7,5 @@ Name: libical
Description: An implementation of basic iCAL protocols
Version: @VERSION@
Libs: -L${libdir} -lical -licalss -licalvcal
-Cflags: -I${includedir}/libical
+Cflags: -I${includedir}

View File

@ -1,6 +1,6 @@
Name: libical
Version: 0.43
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Reference implementation of the iCalendar data type and serialization format
Summary(pl): Implementacja formatu iCalendar
@ -12,6 +12,8 @@ Source0: http://downloads.sourceforge.net/freeassociation/%{name}-%{version}.tar
# http://bugs.debian.org/511598
Patch0: %{name}-%{version}-implicit-pointer-conversion.patch
Patch1: %{name}-%{version}-makefile.patch
# https://bugzilla.redhat.com/484091
Patch2: %{name}-%{version}-pkgconfig.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@ -48,6 +50,7 @@ korzystających z libical.
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
%configure --disable-static --enable-reentrant --with-backtrace
@ -104,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/%{name}/vobject.h
%changelog
* Tue Feb 17 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.43-2
- Added patch to fix CFLAGS in libical.pc. Closes Red Hat Bugzilla bug #484091.
* Tue Jan 13 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.43-1
- Version bump to 0.43.
- Added patch to fix implicit pointer conversion from Debian. Fixes Debian BTS