liblinebreak-vl.spec 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. Name: liblinebreak
  2. Version: 2.1
  3. Release: 2%{?_dist_release}
  4. Summary: A Unicode line-breaking library
  5. Group: System Environment/Libraries
  6. License: zlib
  7. URL: http://sourceforge.net/projects/vimgadgets/
  8. Source0: http://downloads.sourceforge.net/vimgadgets/%{name}-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: autoconf automake libtool
  11. %description
  12. liblinebreak is an implementation of the line breaking algorithm as
  13. described in Unicode 5.0.0 Standard Annex 14, Revision 19, available
  14. at http://www.unicode.org/reports/tr14/tr14-19.html
  15. %package devel
  16. Summary: Development files for %{name}
  17. Summary(ja): %{name} の開発用ファイル
  18. Group: Development/Libraries
  19. Requires: %{name} = %{version}-%{release}
  20. %description devel
  21. The %{name}-devel package contains libraries and header files for
  22. developing applications that use %{name}.
  23. %prep
  24. %setup -q
  25. %configure --disable-static
  26. %build
  27. %__make %{?_smp_mflags}
  28. %install
  29. %__rm -rf $RPM_BUILD_ROOT
  30. %__make install DESTDIR=$RPM_BUILD_ROOT
  31. find $RPM_BUILD_ROOT -name '*.la' -exec %__rm -f {} ';'
  32. %clean
  33. %__rm -rf $RPM_BUILD_ROOT
  34. %post -p /sbin/ldconfig
  35. %postun -p /sbin/ldconfig
  36. %files
  37. %defattr(-,root,root,-)
  38. %doc ChangeLog LICENCE NEWS README
  39. %{_libdir}/*.so.*
  40. %files devel
  41. %{_includedir}/*
  42. %{_libdir}/*.so
  43. %changelog
  44. * Thu Nov 13 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.1-2
  45. - Moved liblinebreak to System Environment/Libraries Group
  46. * Sat Jan 28 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2.1-1
  47. - Update to 2.1
  48. * Thu Aug 12 2010 Munehiro Yamamoto <munepi@vinelinux.org> - 2.0-1
  49. - initial build based on Fedora development
  50. * Sat Jul 3 2010 Michel Salim <salimma@fedoraproject.org> - 2.0-1
  51. - Update to 2.0
  52. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-2
  53. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  54. * Thu Jul 2 2009 Michel Salim <salimma@fedoraproject.org> - 1.2-1
  55. - Update to 1.2
  56. - Build as dynamic library, instead of static
  57. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.6-0.5.20080421cvs
  58. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  59. * Thu Jul 31 2008 Michel Salim <michel@berlin.local> - 0.9.6-0.4.20080421cvs%{?dist}
  60. - Rename package to liblinebreak, providing -{devel,static}
  61. * Mon Jul 14 2008 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.9.6-0.3.20080421cvs
  62. - Change versioning scheme
  63. - Updated checkout instructions
  64. * Mon Jun 9 2008 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.9.6-0.2
  65. - Rename to liblinebreak-devel, provides liblinebreak-static
  66. * Wed Jun 4 2008 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.9.6-0.1
  67. - Initial package