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