parent
f9df3ddd8a
commit
6195f9490c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
libical-0.46.tar.gz
|
||||
libical-0.48.tar.gz
|
||||
|
20
libical.spec
20
libical.spec
@ -1,16 +1,12 @@
|
||||
Summary: Reference implementation of the iCalendar data type and serialization format
|
||||
Name: libical
|
||||
Version: 0.46
|
||||
Release: 3%{?dist}
|
||||
Version: 0.48
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2 or MPLv1.1
|
||||
Group: System Environment/Libraries
|
||||
URL: http://freeassociation.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/freeassociation/%{name}-%{version}.tar.gz
|
||||
Patch0: libical-0.46-icaltimezone.patch
|
||||
Patch1: libical-0.46-errors-are-fatal.patch
|
||||
Patch2: libical-0.46-mkdir_p.patch
|
||||
Requires: tzdata
|
||||
BuildRequires: autoconf, automake, libtool
|
||||
BuildRequires: bison, byacc, flex
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
@ -21,7 +17,7 @@ used in dozens of calendaring and scheduling products.
|
||||
%package devel
|
||||
Summary: Development files for libical
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}, pkgconfig
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}, pkgconfig
|
||||
|
||||
%description devel
|
||||
The libical-devel package contains libraries and header files for developing
|
||||
@ -29,10 +25,6 @@ applications that use libical.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .icaltimezone
|
||||
%patch1 -p1 -b .errors-are-fatal
|
||||
%patch2 -p1 -b .mkdir_p
|
||||
autoreconf -i -f
|
||||
|
||||
%build
|
||||
%configure --disable-static --enable-reentrant --with-backtrace
|
||||
@ -77,6 +69,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/%{name}/vobject.h
|
||||
|
||||
%changelog
|
||||
* Sat Dec 17 2011 Robert Scheck <robert@fedoraproject.org> 0.48-1
|
||||
- Upgrade to 0.48 (#664412, #696891, #743236)
|
||||
|
||||
* Mon Oct 24 2011 Robert Scheck <robert@fedoraproject.org> 0.47-1
|
||||
- Upgrade to 0.47 (#743236)
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.46-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user