diff --git a/.cvsignore b/.cvsignore index fb9ce37..6e54441 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libical-0.27.tar.gz +libical-0.30.tar.gz diff --git a/libical.spec b/libical.spec index 926668f..45951a7 100644 --- a/libical.spec +++ b/libical.spec @@ -1,14 +1,15 @@ Name: libical -Version: 0.27 -Release: 5%{?dist} +Version: 0.30 +Release: 1%{?dist} Summary: Reference implementation of the iCalendar data type and serialization format Summary(pl): Implementacja formatu iCalendar Group: System Environment/Libraries License: MPL, LGPLv2 #Note: site linked below doesn't say anything 'bout libical, but provides its source -URL: http://www.citadel.org/doku.php/doku.php?id=installation:start -Source0: http://easyinstall.citadel.org/%{name}-%{version}.tar.gz +URL: http://freeassociation.sourceforge.net/ +Source0: http://puzzle.dl.sourceforge.net/sourceforge/freeassociation/%{name}-%{version}.tar.gz + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) #BuildRequires: @@ -42,43 +43,38 @@ do tworzenia aplikacji korzystajÄ…cych z libical. %prep %setup -q - %build %configure --disable-static make %{?_smp_mflags} -#Make creates unuseful files -rm -rf examples/.deps - %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' - %clean rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig - %files %defattr(-,root,root,-) %doc AUTHORS THANKS TODO %{_libdir}/*.so.* -%{_datadir}/libical/ %files devel %defattr(-,root,root,-) %doc doc examples -%{_includedir}/* +%{_includedir}/ %{_libdir}/*.so - %changelog +* Sat Feb 23 2008 David Nielsen - 0.30-1 +- Switch to freeassociation libical +- bump to 0.30 + * Sat Feb 09 2008 Jakub 'Livio' Rusinek - 0.27-5 - Mass rebuild for new GCC... Done diff --git a/sources b/sources index 93aff1e..242324a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -87d48321bff08de08794132d60b55d94 libical-0.27.tar.gz +4932ac39dd06fbfee42d7b82d10ab615 libical-0.30.tar.gz