Switch to freeassociation libical and update to 0.30
This commit is contained in:
parent
70aa3d22c0
commit
5d44fb530e
@ -1 +1 @@
|
||||
libical-0.27.tar.gz
|
||||
libical-0.30.tar.gz
|
||||
|
||||
24
libical.spec
24
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 <gnomeuser@gmail.com> - 0.30-1
|
||||
- Switch to freeassociation libical
|
||||
- bump to 0.30
|
||||
|
||||
* Sat Feb 09 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-5
|
||||
- Mass rebuild for new GCC... Done
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user