- Version bump to 0.31.

Thu Jul 17 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.30-4
- Changed value of License according to Fedora licensing guidelines.
- Enabled reentrant system calls and C++ bindings.
- Omitted unused direct shared library dependencies.
- Added ChangeLog, COPYING, LICENSE, NEWS and README to doc and dropped
    examples.
This commit is contained in:
Debarshi Ray 2008-07-17 18:19:34 +00:00
parent 570ab10fd4
commit 3f419a32e1
3 changed files with 70 additions and 41 deletions

View File

@ -1 +1 @@
libical-0.30.tar.gz libical-0.31.tar.gz

View File

@ -1,55 +1,54 @@
Name: libical Name: libical
Version: 0.30 Version: 0.31
Release: 3%{?dist} Release: 1%{?dist}
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
Group: System Environment/Libraries Group: System Environment/Libraries
License: MPL, LGPLv2 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
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
#BuildRequires:
%description %description
Reference implementation of the Reference implementation of the iCalendar data type and serialization format
iCalendar data type and serialization used in dozens of calendaring and scheduling products.
format. libical is used in dozens of
calendaring and scheduling products.
%description -l pl %description -l pl
Implementacja formatu iCalendar, Implementacja formatu iCalendar, używana w wielu kalendarzach i
używana w wielu kalendarzach planerach/planistach.
i planerach/planistach.
%package devel %package devel
Summary: Development files for libical Summary: Development files for libical
Summary(pl): Pliki deweloperskie dla libical Summary(pl): Pliki deweloperskie dla libical
Group: Development/Libraries Group: Development/Libraries
Requires: libical = %{version}-%{release} Requires: %{name} = %{version}-%{release}
%description devel %description devel
The libical-devel package contains libraries The libical-devel package contains libraries and header files for developing
and header files for developing
applications that use libical. applications that use libical.
%description devel -l pl %description devel -l pl
libical-devel zawiera biblioteki i pliki niezbędne libical-devel zawiera biblioteki i pliki niezbędne do tworzenia aplikacji
do tworzenia aplikacji korzystających z libical. korzystających z libical.
%prep %prep
%setup -q %setup -q
%build %build
%configure --disable-static %configure --disable-static --enable-reentrant --enable-cxx
# Omit unused direct shared library dependencies.
sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name "*.la" -delete
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -60,16 +59,46 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc AUTHORS THANKS TODO %doc AUTHORS
%{_libdir}/*.so.* %doc ChangeLog
%doc COPYING
%doc LICENSE
%doc NEWS
%doc README
%doc THANKS
%doc TODO
%{_libdir}/%{name}.so.*
%{_libdir}/%{name}_cxx.so.*
%{_libdir}/libicalss.so.*
%{_libdir}/libicalss_cxx.so.*
%{_libdir}/libicalvcal.so.*
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc doc examples %doc doc/UsingLibical.txt
%{_includedir}/ %{_includedir}/ical.h
%{_libdir}/*.so %{_includedir}/ical*.h
%{_includedir}/icptrholder.h
%{_includedir}/pvl.h
%{_includedir}/sspm.h
%{_includedir}/vcomponent.h
%{_libdir}/%{name}.so
%{_libdir}/%{name}_cxx.so
%{_libdir}/libicalss.so
%{_libdir}/libicalss_cxx.so
%{_libdir}/libicalvcal.so
%changelog %changelog
* Thu Jul 17 2008 Jeff Perry <jeffperry_fedora@sourcesink.com> - 0.31-1
- Version bump to 0.31.
* Thu Jul 17 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.30-4
- Changed value of License according to Fedora licensing guidelines.
- Enabled reentrant system calls and C++ bindings.
- Omitted unused direct shared library dependencies.
- Added ChangeLog, COPYING, LICENSE, NEWS and README to doc and dropped
examples.
* Wed Apr 02 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.30-3 * Wed Apr 02 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.30-3
- Source URL... Fixed - Source URL... Fixed

View File

@ -1 +1 @@
4932ac39dd06fbfee42d7b82d10ab615 libical-0.30.tar.gz 39382c919abd9abfab6ecba27715eaa5 libical-0.31.tar.gz