|
@@ -1,6 +1,6 @@
|
|
Name: libical
|
|
Name: libical
|
|
-Version: 0.43
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Version: 0.44
|
|
|
|
+Release: 1%{?_dist_release}
|
|
Summary: Reference implementation of the iCalendar data type and serialization format
|
|
Summary: Reference implementation of the iCalendar data type and serialization format
|
|
Summary(pl): Implementacja formatu iCalendar
|
|
Summary(pl): Implementacja formatu iCalendar
|
|
|
|
|
|
@@ -9,9 +9,7 @@ License: LGPLv2 or MPLv1.1
|
|
URL: http://freeassociation.sourceforge.net/
|
|
URL: http://freeassociation.sourceforge.net/
|
|
|
|
|
|
Source0: http://downloads.sourceforge.net/freeassociation/%{name}-%{version}.tar.gz
|
|
Source0: http://downloads.sourceforge.net/freeassociation/%{name}-%{version}.tar.gz
|
|
-Patch0: %{name}-%{version}-implicit-pointer-conversion.patch
|
|
|
|
-Patch1: %{name}-%{version}-makefile.patch
|
|
|
|
-Patch2: %{name}-%{version}-pkgconfig.patch
|
|
|
|
|
|
+Patch0: %{name}-0.43-implicit-pointer-conversion.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: bison
|
|
BuildRequires: bison
|
|
@@ -50,7 +48,7 @@ korzystających z libical.
|
|
#----------------------------------------------------------------------------
|
|
#----------------------------------------------------------------------------
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-%patch0 -p1
|
|
|
|
|
|
+## %patch0 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure --disable-static -enable-cxx --enable-reentrant
|
|
%configure --disable-static -enable-cxx --enable-reentrant
|
|
@@ -111,6 +109,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_includedir}/%{name}/*.h
|
|
%{_includedir}/%{name}/*.h
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.44-1
|
|
|
|
+- new upstream release
|
|
|
|
+- drop Patch0
|
|
|
|
+
|
|
* Fri May 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.43-2
|
|
* Fri May 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.43-2
|
|
- remove comment line after %%postun
|
|
- remove comment line after %%postun
|
|
- add Vendor/Distribution/Packager tags
|
|
- add Vendor/Distribution/Packager tags
|