forked from pool/libical
This commit is contained in:
parent
0a6637af47
commit
62c55580e7
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
libical
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 29 14:02:50 CET 2008 - sf@suse.de
|
Tue Jan 29 14:02:50 CET 2008 - sf@suse.de
|
||||||
|
|
||||||
|
11
libical.spec
11
libical.spec
@ -10,14 +10,15 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: libical
|
Name: libical
|
||||||
BuildRequires: db-devel python
|
BuildRequires: db-devel python
|
||||||
Url: http://sourceforge.net/projects/freeassociation/
|
Url: http://sourceforge.net/projects/freeassociation/
|
||||||
License: 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.27
|
||||||
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
|
||||||
Patch: libical-uninit.patch
|
Patch: libical-uninit.patch
|
||||||
@ -36,6 +37,7 @@ Authors:
|
|||||||
Eric Busboom <eric@softwarestudio.org>
|
Eric Busboom <eric@softwarestudio.org>
|
||||||
|
|
||||||
%package -n libical0
|
%package -n libical0
|
||||||
|
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++
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -53,6 +55,7 @@ Authors:
|
|||||||
Eric Busboom <eric@softwarestudio.org>
|
Eric Busboom <eric@softwarestudio.org>
|
||||||
|
|
||||||
%package -n libical-devel
|
%package -n libical-devel
|
||||||
|
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: libical0 = %{version}
|
||||||
@ -71,6 +74,7 @@ Authors:
|
|||||||
Eric Busboom <eric@softwarestudio.org>
|
Eric Busboom <eric@softwarestudio.org>
|
||||||
|
|
||||||
%package -n libical-doc
|
%package -n libical-doc
|
||||||
|
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: libical0 = %{version}
|
||||||
@ -134,6 +138,9 @@ rm -f $RPM_BUILD_ROOT/%_libdir/lib*.la
|
|||||||
%doc doc examples scripts
|
%doc doc examples scripts
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 10 2008 ro@suse.de
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
* Tue Jan 29 2008 sf@suse.de
|
* Tue Jan 29 2008 sf@suse.de
|
||||||
- update to 0.27
|
- update to 0.27
|
||||||
- Merges some patches from KDE and Citadel.
|
- Merges some patches from KDE and Citadel.
|
||||||
|
Loading…
Reference in New Issue
Block a user