colm-vl.spec 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. Name: colm
  2. Version: 0.13.0.7
  3. Release: 4%{?_dist_release}
  4. Summary: Programming language designed for the analysis of computer languages
  5. Group: programming
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. # aapl/ and some headers from src/ are the LGPLv2+
  9. License: MIT and LGPLv2+
  10. URL: https://www.colm.net/open-source/colm/
  11. Source0: https://www.colm.net/files/%{name}/%{name}-%{version}.tar.gz
  12. BuildRequires: gcc
  13. BuildRequires: gcc-c++
  14. BuildRequires: autoconf
  15. BuildRequires: automake
  16. BuildRequires: libtool
  17. BuildRequires: make
  18. BuildRequires: asciidoc
  19. # Unfortunately, upstream doesn't exist and not possible to find version
  20. Provides: bundled(aapl)
  21. %description
  22. Colm is a programming language designed for the analysis and transformation
  23. of computer languages. Colm is influenced primarily by TXL. It is
  24. in the family of program transformation languages.
  25. %package devel
  26. Summary: Development libraries and header files for %{name}
  27. Group: programming
  28. Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
  29. %description devel
  30. %{summary}.
  31. %prep
  32. %autosetup
  33. # Do not pollute with docs
  34. sed -i -e "/dist_doc_DATA/d" Makefile.am
  35. %build
  36. autoreconf -vfi
  37. %configure --disable-static
  38. %make_build
  39. %install
  40. %make_install
  41. find %{buildroot}%{_libdir} -type f -name '*.la' -print -delete
  42. install -p -m 0644 -D %{name}.vim %{buildroot}%{_datadir}/vim/vimfiles/syntax/%{name}.vim
  43. %post -p /sbin/ldconfig
  44. %postun -p /sbin/ldconfig
  45. %files
  46. %license COPYING
  47. %doc ChangeLog README
  48. %{_bindir}/%{name}
  49. %{_libdir}/lib%{name}-%{version}.so
  50. %exclude %{_datadir}/vim/vimfiles/syntax/%{name}.vim
  51. %files devel
  52. %{_libdir}/lib%{name}.so
  53. %{_includedir}/%{name}/
  54. %changelog
  55. * Mon Aug 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.13.0.7-4
  56. - rebuilt with current environment.
  57. * Sat Mar 07 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.13.0.7-3
  58. - dropped a file for vim.
  59. * Wed Oct 30 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.13.0.7-2
  60. - initial build for Vine Linux.
  61. * Sun Jul 28 2019 Christian Glombek <lorbus@fedoraproject.org> - 0.13.0.7-1
  62. - Updated to version 0.13.0.7
  63. * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0.6-4
  64. - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
  65. * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0.6-3
  66. - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
  67. * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0.6-2
  68. - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
  69. * Fri Jul 06 2018 Christian Glombek <lorbus@fedoraproject.org> - 0.13.0.6-1
  70. - Updated to version 0.13.0.6
  71. * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0.5-2
  72. - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
  73. * Sun Dec 10 2017 Jason Taylor <jtfas90@gmail.com> - 0.13.0.5-1
  74. - Upstream bugfix release
  75. - Correction to spec license add MIT license
  76. - Added asciidoc BuildRequires and docdir files
  77. * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0.4-4
  78. - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
  79. * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0.4-3
  80. - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
  81. * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0.4-2
  82. - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
  83. * Thu Dec 01 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.13.0.4-1
  84. - Initial package