Blame SPECS/libical.spec

b08ee9
Summary:	Reference implementation of the iCalendar data type and serialization format
b08ee9
Name:		libical
82fc80
Version:	1.0.1
82fc80
Release:	1%{?dist}
b08ee9
License:	LGPLv2 or MPLv1.1
b08ee9
Group:		System Environment/Libraries
b08ee9
URL:		http://freeassociation.sourceforge.net/
82fc80
Source:		https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
82fc80
Patch0:		libical-1.0-avoid-putenv.patch
82fc80
b08ee9
BuildRequires:	bison, byacc, flex
82fc80
BuildRequires:	cmake
82fc80
Requires:	tzdata
b08ee9
b08ee9
%description
b08ee9
Reference implementation of the iCalendar data type and serialization format
b08ee9
used in dozens of calendaring and scheduling products.
b08ee9
b08ee9
%package devel
b08ee9
Summary:	Development files for libical
b08ee9
Group:		Development/Libraries
82fc80
Requires:	%{name}%{?_isa} = %{version}-%{release}
b08ee9
b08ee9
%description devel
b08ee9
The libical-devel package contains libraries and header files for developing 
b08ee9
applications that use libical.
b08ee9
b08ee9
%prep
b08ee9
%setup -q
82fc80
%patch0 -p1 -b .avoid-putenv
b08ee9
b08ee9
%build
82fc80
mkdir -p %{_target_platform}
82fc80
pushd %{_target_platform}
82fc80
%{cmake} ..
82fc80
popd
82fc80
82fc80
make %{?_smp_mflags} -C %{_target_platform}
b08ee9
b08ee9
%install
82fc80
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
b08ee9
82fc80
# omit static libs
82fc80
rm -fv %{buildroot}%{_libdir}/lib*.a
b08ee9
82fc80
%check
82fc80
make test ARGS="-V" -C %{_target_platform}
b08ee9
b08ee9
%post -p /sbin/ldconfig
b08ee9
b08ee9
%postun -p /sbin/ldconfig
b08ee9
b08ee9
%files
82fc80
%doc LICENSE ReadMe.txt THANKS
82fc80
%{_libdir}/libical.so.1*
82fc80
%{_libdir}/libicalss.so.1*
82fc80
%{_libdir}/libicalvcal.so.1*
b08ee9
b08ee9
%files devel
b08ee9
%doc doc/UsingLibical.txt
b08ee9
%{_includedir}/ical.h
82fc80
%{_libdir}/libical.so
b08ee9
%{_libdir}/libicalss.so
b08ee9
%{_libdir}/libicalvcal.so
b08ee9
%{_libdir}/pkgconfig/libical.pc
82fc80
%{_libdir}/cmake/LibIcal/
82fc80
%{_includedir}/libical/
b08ee9
b08ee9
%changelog
82fc80
* Wed Jul 08 2015 Milan Crha <mcrha@redhat.com> - 1.0.1-1
82fc80
- Update to 1.0.1
82fc80
fe74fd
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.48-6
fe74fd
- Mass rebuild 2014-01-24
fe74fd
fe74fd
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.48-5
fe74fd
- Mass rebuild 2013-12-27
fe74fd
b08ee9
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48-4
b08ee9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b08ee9
b08ee9
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48-3
b08ee9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b08ee9
b08ee9
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48-2
b08ee9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b08ee9
b08ee9
* Sat Dec 17 2011 Robert Scheck <robert@fedoraproject.org> 0.48-1
b08ee9
- Upgrade to 0.48 (#664412, #696891, #743236)
b08ee9
b08ee9
* Mon Oct 24 2011 Robert Scheck <robert@fedoraproject.org> 0.47-1
b08ee9
- Upgrade to 0.47 (#743236)
b08ee9
b08ee9
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.46-3
b08ee9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b08ee9
b08ee9
* Sun Dec 19 2010 Robert Scheck <robert@fedoraproject.org> 0.46-2
b08ee9
- Added patch to work around upstream's broken AC_PROG_MKDIR_P
b08ee9
b08ee9
* Sun Dec 19 2010 Robert Scheck <robert@fedoraproject.org> 0.46-1
b08ee9
- Upgrade to 0.46 (#525933, #628893)
b08ee9
- Fixed race in populating builtin timezone components (#637150)
b08ee9
- Fixed wrong ICAL_ERRORS_ARE_FATAL preprocessor check (#575715)
b08ee9
b08ee9
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.43-5
b08ee9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b08ee9
b08ee9
* Sun Mar 15 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.43-4
b08ee9
- Updated patch to fix #includes in the headers to work with
b08ee9
  'pkg-config --cflags libical'. (Red Hat Bugzilla #484091)
b08ee9
b08ee9
* Wed Feb 25 2009 Release Engineering <rel-eng@.fedoraproject.org> - 0.43-3
b08ee9
- Autorebuild for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b08ee9
b08ee9
* Tue Feb 17 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.43-2
b08ee9
- Added patch to fix CFLAGS in libical.pc. (Red Hat Bugzilla #484091)
b08ee9
b08ee9
* Tue Jan 13 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.43-1
b08ee9
- Version bump to 0.43.
b08ee9
- Added patch to fix implicit pointer conversion from Debian. (Debian BTS
b08ee9
  #511598)
b08ee9
- Upstream has switched off ICAL_ERRORS_ARE_FATAL by default. This behaviour
b08ee9
  is being retained across all distributions, including Fedora 11.
b08ee9
- Added 'Requires: tzdata'.
b08ee9
- Enabled backtrace dumps in the syslog.
b08ee9
b08ee9
* Thu Jan 08 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.41-2
b08ee9
- Switched off ICAL_ERRORS_ARE_FATAL for all distributions, except Fedora 11.
b08ee9
  (Red Hat Bugzilla #478331)
b08ee9
b08ee9
* Sun Nov 23 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.41-1
b08ee9
- Version bump to 0.41. (Red Hat Bugzilla #469252)
b08ee9
- Disabled C++ bindings.
b08ee9
b08ee9
* Tue Oct 28 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 0.40-1
b08ee9
- Version bump to 0.40. (Red Hat Bugzilla #466359)
b08ee9
- Add patch from upstream to fix crash in icalvalue.c.
b08ee9
- Update makefile patch, remove the test part (already applied).
b08ee9
- Package libical.pc, add Requires: pkgconfig to -devel.
b08ee9
b08ee9
* Tue Sep 03 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.32-1
b08ee9
- Version bump to 0.32.
b08ee9
- Parallel build problems fixed.
b08ee9
b08ee9
* Sun Jul 27 2008 Jeff Perry <jeffperry_fedora@sourcesink.com> - 0.31-3
b08ee9
- Added 'BuildRequires: bison byacc flex'.
b08ee9
b08ee9
* Sun Jul 27 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.31-2
b08ee9
- Fixed linkage problems and disabled parallel build till upstream accepts fix.
b08ee9
b08ee9
* Thu Jul 17 2008 Jeff Perry <jeffperry_fedora@sourcesink.com> - 0.31-1
b08ee9
- Version bump to 0.31.
b08ee9
b08ee9
* Thu Jul 17 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.30-4
b08ee9
- Changed value of License according to Fedora licensing guidelines.
b08ee9
- Enabled reentrant system calls and C++ bindings.
b08ee9
- Omitted unused direct shared library dependencies.
b08ee9
- Added ChangeLog, COPYING, LICENSE, NEWS and README to doc and dropped
b08ee9
  examples.
b08ee9
b08ee9
* Wed Apr 02 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.30-3
b08ee9
- Source URL... Fixed
b08ee9
b08ee9
* Wed Apr 02 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.30-2
b08ee9
- Removed untrue note about libical's homepage (to get rid of eventuall mess)
b08ee9
b08ee9
* Sat Feb 23 2008 David Nielsen <gnomeuser@gmail.com> - 0.30-1
b08ee9
- Switch to freeassociation libical
b08ee9
- bump to 0.30
b08ee9
b08ee9
* Sat Feb 09 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-5
b08ee9
- Mass rebuild for new GCC... Done
b08ee9
b08ee9
* Sat Jan 19 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-4
b08ee9
- Licence... Fixed
b08ee9
b08ee9
* Fri Jan 18 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-3
b08ee9
- Files section... Fixed
b08ee9
b08ee9
* Thu Jan 17 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-2
b08ee9
- Source... Changed
b08ee9
- Debug information in libical main package... Excluded
b08ee9
- Non-numbered .so files in libical main package... Moved
b08ee9
- libical-devel documentation... Added
b08ee9
b08ee9
* Mon Dec 24 2007 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-1
b08ee9
- Initial release