libical-vl.spec 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. Name: libical
  2. Summary: Reference implementation of the iCalendar data type and serialization format
  3. Summary(pl): Implementacja formatu iCalendar
  4. Version: 0.46
  5. Release: 1%{?_dist_release}
  6. Group: System Environment/Libraries
  7. License: LGPLv2 or MPLv1.1
  8. URL: http://freeassociation.sourceforge.net/
  9. Source0: http://downloads.sourceforge.net/freeassociation/%{name}-%{version}.tar.gz
  10. Patch0: libical-0.46-icaltimezone.patch
  11. Patch1: libical-0.46-errors-are-fatal.patch
  12. Patch2: libical-0.46-mkdir_p.patch
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. BuildRequires: autoconf
  15. BuildRequires: automake
  16. BuildRequires: bison
  17. BuildRequires: byacc
  18. BuildRequires: flex
  19. BuildRequires: libtool
  20. Requires: tzdata
  21. Vendor: Project Vine
  22. Distribution: Vine Linux
  23. Packager: babasaki, daisuke
  24. #----------------------------------------------------------------------------
  25. %description
  26. Reference implementation of the iCalendar data type and serialization format
  27. used in dozens of calendaring and scheduling products.
  28. %description -l pl
  29. Implementacja formatu iCalendar, używana w wielu kalendarzach i
  30. planerach/planistach.
  31. #----------------------------------------------------------------------------
  32. %package devel
  33. Summary: Development files for libical
  34. Summary(pl): Pliki deweloperskie dla libical
  35. Group: Development/Libraries
  36. Requires: %{name} = %{version}-%{release}
  37. %description devel
  38. The libical-devel package contains libraries and header files for developing
  39. applications that use libical.
  40. %description devel -l pl
  41. libical-devel zawiera biblioteki i pliki niezbędne do tworzenia aplikacji
  42. korzystających z libical.
  43. #----------------------------------------------------------------------------
  44. %prep
  45. %setup -q
  46. %patch0 -p1 -b .icaltimezone
  47. %patch1 -p1 -b .errors-are-fatal
  48. %patch2 -p1 -b .mkdir_p
  49. autoreconf -i -f
  50. %build
  51. %configure --disable-static --enable-cxx --enable-reentrant --with-backtrace
  52. make %{?_smp_mflags}
  53. %check
  54. # make check
  55. # Fails on x86_64 and ppc64.
  56. #----------------------------------------------------------------------------
  57. %install
  58. rm -rf $RPM_BUILD_ROOT
  59. make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
  60. find $RPM_BUILD_ROOT -type f -name "*.la" -delete
  61. %clean
  62. rm -rf $RPM_BUILD_ROOT
  63. #----------------------------------------------------------------------------
  64. %post -p /sbin/ldconfig
  65. %postun -p /sbin/ldconfig
  66. %files
  67. %defattr(-,root,root,-)
  68. %doc AUTHORS ChangeLog COPYING LICENSE NEWS README THANKS TODO
  69. %{_libdir}/%{name}.so.*
  70. %{_libdir}/%{name}_cxx.so.*
  71. %{_libdir}/libicalss.so.*
  72. %{_libdir}/libicalss_cxx.so.*
  73. %{_libdir}/libicalvcal.so.*
  74. %files devel
  75. %defattr(-,root,root,-)
  76. %doc doc/UsingLibical.txt
  77. %{_includedir}/ical.h
  78. %{_libdir}/%{name}.so
  79. %{_libdir}/%{name}_cxx.so
  80. %{_libdir}/libicalss.so
  81. %{_libdir}/libicalss_cxx.so
  82. %{_libdir}/libicalvcal.so
  83. %{_libdir}/pkgconfig/libical.pc
  84. %dir %{_includedir}/%{name}
  85. %{_includedir}/%{name}/*.h
  86. %changelog
  87. * Sat Apr 2 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.46-1
  88. - new upstream release
  89. - added Patch0-2 from Fedora
  90. * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.44-2
  91. - rebuild with rpm-4.8.1 for pkg-config file
  92. * Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.44-1
  93. - new upstream release
  94. - drop Patch0
  95. * Fri May 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.43-2
  96. - remove comment line after %%postun
  97. - add Vendor/Distribution/Packager tags
  98. * Sat Mar 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.43-1
  99. - new upstream release
  100. - add pkgconfig file to -devel subpackage.
  101. - move libicalvcal headers to /usr/include/libical (patch1,2)
  102. - add patch0 to fix implicit pointer conversion from Debian. Fixes Debian BTS
  103. bug #511598.
  104. * Mon Oct 27 2008 Seiichirou Babasaki - 0.32-2
  105. - Import libical - Packager: Babasaki
  106. - Updated specfile
  107. * Tue Sep 03 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.32-1
  108. - Version bump to 0.32.
  109. - Parallel build problems fixed.
  110. * Sun Jul 27 2008 Jeff Perry <jeffperry_fedora@sourcesink.com> - 0.31-3
  111. - Added 'BuildRequires: bison byacc flex'.
  112. * Sun Jul 27 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.31-2
  113. - Fixed linkage problems and disabled parallel build till upstream accepts fix.
  114. * Thu Jul 17 2008 Jeff Perry <jeffperry_fedora@sourcesink.com> - 0.31-1
  115. - Version bump to 0.31.
  116. * Thu Jul 17 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.30-4
  117. - Changed value of License according to Fedora licensing guidelines.
  118. - Enabled reentrant system calls and C++ bindings.
  119. - Omitted unused direct shared library dependencies.
  120. - Added ChangeLog, COPYING, LICENSE, NEWS and README to doc and dropped
  121. examples.
  122. * Wed Apr 02 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.30-3
  123. - Source URL... Fixed
  124. * Wed Apr 02 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.30-2
  125. - Removed untrue note about libical's homepage (to get rid of eventuall mess)
  126. * Sat Feb 23 2008 David Nielsen <gnomeuser@gmail.com> - 0.30-1
  127. - Switch to freeassociation libical
  128. - bump to 0.30
  129. * Sat Feb 09 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-5
  130. - Mass rebuild for new GCC... Done
  131. * Sat Jan 19 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-4
  132. - Licence... Fixed
  133. * Fri Jan 18 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-3
  134. - Files section... Fixed
  135. * Thu Jan 17 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-2
  136. - Source... Changed
  137. - Debug information in libical main package... Excluded
  138. - Non-numbered .so files in libical main package... Moved
  139. - libical-devel documentation... Added
  140. * Mon Dec 24 2007 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-1
  141. - Initial release