2008-01-19 19:24:27 +00:00
|
|
|
Name: libical
|
2008-02-23 22:18:32 +00:00
|
|
|
Version: 0.30
|
|
|
|
Release: 1%{?dist}
|
2008-01-19 19:24:27 +00:00
|
|
|
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
|
2008-02-23 22:18:32 +00:00
|
|
|
URL: http://freeassociation.sourceforge.net/
|
|
|
|
Source0: http://puzzle.dl.sourceforge.net/sourceforge/freeassociation/%{name}-%{version}.tar.gz
|
|
|
|
|
2008-01-19 19:24:27 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
#BuildRequires:
|
|
|
|
|
|
|
|
%description
|
|
|
|
Reference implementation of the
|
|
|
|
iCalendar data type and serialization
|
|
|
|
format. libical is used in dozens of
|
|
|
|
calendaring and scheduling products.
|
|
|
|
|
|
|
|
%description -l pl
|
|
|
|
Implementacja formatu iCalendar,
|
|
|
|
używana w wielu kalendarzach
|
|
|
|
i planerach/planistach.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for libical
|
|
|
|
Summary(pl): Pliki deweloperskie dla libical
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: libical = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The libical-devel package contains libraries
|
|
|
|
and header files for developing
|
|
|
|
applications that use libical.
|
|
|
|
|
|
|
|
%description devel -l pl
|
|
|
|
libical-devel zawiera biblioteki i pliki niezbędne
|
|
|
|
do tworzenia aplikacji korzystających z libical.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%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.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc doc examples
|
2008-02-23 22:18:32 +00:00
|
|
|
%{_includedir}/
|
2008-01-19 19:24:27 +00:00
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
%changelog
|
2008-02-23 22:18:32 +00:00
|
|
|
* Sat Feb 23 2008 David Nielsen <gnomeuser@gmail.com> - 0.30-1
|
|
|
|
- Switch to freeassociation libical
|
|
|
|
- bump to 0.30
|
|
|
|
|
2008-02-09 18:45:34 +00:00
|
|
|
* Sat Feb 09 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-5
|
|
|
|
- Mass rebuild for new GCC... Done
|
|
|
|
|
2008-01-19 19:24:27 +00:00
|
|
|
* Sat Jan 19 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-4
|
|
|
|
- Licence... Fixed
|
|
|
|
|
|
|
|
* Fri Jan 18 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-3
|
|
|
|
- Files section... Fixed
|
|
|
|
|
|
|
|
* Thu Jan 17 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-2
|
|
|
|
- Source... Changed
|
|
|
|
- Debug information in libical main package... Excluded
|
|
|
|
- Non-numbered .so files in libical main package... Moved
|
|
|
|
- libical-devel documentation... Added
|
|
|
|
|
|
|
|
* Mon Dec 24 2007 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-1
|
|
|
|
- Initial release
|