SHA256
1
0
forked from pool/libical

Accepting request 29101 from devel:libraries:c_c++

Copy from devel:libraries:c_c++/libical based on submit request 29101 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/29101
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=13
This commit is contained in:
OBS User autobuild 2010-01-14 15:34:20 +00:00 committed by Git OBS Bridge
parent 8c9e304c26
commit 8156a88250
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 6 04:49:26 CET 2010 - jengelh@medozas.de
- Package baselibs.conf
- Enable parallel build
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Sep 27 10:54:57 EDT 2009 - msuman@gnome.org Sun Sep 27 10:54:57 EDT 2009 - msuman@gnome.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package libical (Version 0.44) # spec file for package libical (Version 0.44)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -25,9 +25,10 @@ License: LGPL v2.1 or later ; MPL ..
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
AutoReqProv: on AutoReqProv: on
Version: 0.44 Version: 0.44
Release: 1 Release: 2
Summary: An Implementation of Basic iCAL Protocols Summary: An Implementation of Basic iCAL Protocols
Source: libical-%{version}.tar.bz2 Source: libical-%{version}.tar.bz2
Source2: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: libical0 = %{version} Requires: libical0 = %{version}
@ -111,7 +112,7 @@ Authors:
--without-builtintz \ --without-builtintz \
--enable-shared \ --enable-shared \
--disable-static --disable-static
%{__make} %{__make} %{?_smp_mflags}
%install %install
%{makeinstall} %{makeinstall}