forked from pool/libical
This commit is contained in:
parent
18ba90f891
commit
61154e962b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e71a966a8d25255f8e6e2dac81cfec28fa435c3b2dc888d7e337985c5bfacef3
|
|
||||||
size 787918
|
|
3
libical-0.33.tar.bz2
Normal file
3
libical-0.33.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:73ab7027b7ffc7d5e8bc375f6b41dad2efcc25ddc99a1debe8713825cf50c83b
|
||||||
|
size 761751
|
@ -1,11 +0,0 @@
|
|||||||
--- src/libical/sspm.c
|
|
||||||
+++ src/libical/sspm.c
|
|
||||||
@@ -1169,7 +1169,7 @@
|
|
||||||
char *src,
|
|
||||||
size_t *size)
|
|
||||||
{
|
|
||||||
- int cc;
|
|
||||||
+ int cc = 0;
|
|
||||||
char buf[4] = {0,0,0,0};
|
|
||||||
int p = 0;
|
|
||||||
int valid_data = 0;
|
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 16 19:45:36 CEST 2008 - dmueller@suse.de
|
||||||
|
|
||||||
|
- update to 0.33:
|
||||||
|
- Massive merges from KDE PIM's fork of libical
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 3 00:58:14 CEST 2008 - dmueller@suse.de
|
||||||
|
|
||||||
|
- update to 0.32:
|
||||||
|
- Massive merges from Evolution Data Server
|
||||||
|
and other sources.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 7 22:02:49 CEST 2008 - coolo@suse.de
|
Wed May 7 22:02:49 CEST 2008 - coolo@suse.de
|
||||||
|
|
||||||
|
44
libical.spec
44
libical.spec
@ -1,10 +1,17 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libical (Version 0.27)
|
# spec file for package libical (Version 0.33)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -12,17 +19,17 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libical
|
Name: libical
|
||||||
BuildRequires: db-devel python
|
BuildRequires: db-devel python-devel
|
||||||
Url: http://sourceforge.net/projects/freeassociation/
|
Url: http://sourceforge.net/projects/freeassociation/
|
||||||
License: LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
License: LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.27
|
Version: 0.33
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: An Implementation of Basic iCAL Protocols
|
Summary: An Implementation of Basic iCAL Protocols
|
||||||
Source: libical-%version.tar.bz2
|
Source: libical-%version.tar.bz2
|
||||||
Patch: libical-uninit.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Requires: libical0 = %version
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libical is an open source implementation of the IETF's iCalendar
|
Libical is an open source implementation of the IETF's iCalendar
|
||||||
@ -79,7 +86,7 @@ Authors:
|
|||||||
License: MOZILLA PUBLIC LICENSE (MPL/NPL)
|
License: MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||||
Summary: An Implementation of Basic iCAL Protocols
|
Summary: An Implementation of Basic iCAL Protocols
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libical0 = %{version}
|
Requires: libical = %version
|
||||||
|
|
||||||
%description -n libical-doc
|
%description -n libical-doc
|
||||||
Libical is an open source implementation of the IETF's iCalendar
|
Libical is an open source implementation of the IETF's iCalendar
|
||||||
@ -95,7 +102,6 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n libical-%{version}
|
%setup -q -n libical-%{version}
|
||||||
%patch
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
@ -105,7 +111,8 @@ CXXFLAGS="$RPM_OPT_FLAGS" \
|
|||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--libdir=%{_libdir} \
|
--libdir=%{_libdir} \
|
||||||
-with-bdb4-dir=/usr \
|
-with-bdb4-dir=/usr \
|
||||||
--with-bdb4 \
|
--without-builtintz \
|
||||||
|
--with-bdb4 --enable-shared --disable-static \
|
||||||
--enable-python
|
--enable-python
|
||||||
make
|
make
|
||||||
|
|
||||||
@ -114,7 +121,9 @@ make install DESTDIR=%{buildroot}
|
|||||||
rm -rf examples/.deps/
|
rm -rf examples/.deps/
|
||||||
rm -rf examples/.libs
|
rm -rf examples/.libs
|
||||||
rm -rf examples/*.o
|
rm -rf examples/*.o
|
||||||
|
rm examples/doesnothing
|
||||||
rm -rf scripts/Makefile*
|
rm -rf scripts/Makefile*
|
||||||
|
sed -i -e '1s,.*,#!/usr/bin/perl,' scripts/mkneticali.pl
|
||||||
rm -rf doc/Makefile*
|
rm -rf doc/Makefile*
|
||||||
rm -f $RPM_BUILD_ROOT/%_libdir/lib*.la
|
rm -f $RPM_BUILD_ROOT/%_libdir/lib*.la
|
||||||
|
|
||||||
@ -129,17 +138,24 @@ rm -f $RPM_BUILD_ROOT/%_libdir/lib*.la
|
|||||||
|
|
||||||
%files -n libical-devel
|
%files -n libical-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.*a
|
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
/usr/include/*.h
|
/usr/include/ical.h
|
||||||
%dir /usr/share/libical
|
/usr/include/libical
|
||||||
/usr/share/libical/zoneinfo
|
/usr/include/libicalvcal
|
||||||
|
%_libdir/pkgconfig/libical.pc
|
||||||
|
|
||||||
%files -n libical-doc
|
%files -n libical-doc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc doc examples scripts
|
%doc doc examples scripts
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 16 2008 dmueller@suse.de
|
||||||
|
- update to 0.33:
|
||||||
|
- Massive merges from KDE PIM's fork of libical
|
||||||
|
* Wed Sep 03 2008 dmueller@suse.de
|
||||||
|
- update to 0.32:
|
||||||
|
- Massive merges from Evolution Data Server
|
||||||
|
and other sources.
|
||||||
* Thu May 08 2008 coolo@suse.de
|
* Thu May 08 2008 coolo@suse.de
|
||||||
- fix rename from libical
|
- fix rename from libical
|
||||||
* Thu Apr 10 2008 ro@suse.de
|
* Thu Apr 10 2008 ro@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user