libical-vl.spec 5.2 KB

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