source: projects/specs/trunk/c/colm/colm-vl.spec @ 12473

Revision 12473, 3.6 KB checked in by tomop, 4 years ago (diff)

updated 7 packages

colm-0.13.0.7-4

hiredis-1.0.0-1

hyperscan-5.3.0-1

kelbt-0.16-11

libbpf-0.0.9-1

ragel-7.0.0.12-5

suricata-5.0.3-2

Line 
1Name:           colm
2Version:        0.13.0.7
3Release:        4%{?_dist_release}
4Summary:        Programming language designed for the analysis of computer languages
5Group:          programming
6Vendor:         Project Vine
7Distribution:   Vine Linux
8
9# aapl/ and some headers from src/ are the LGPLv2+
10License:        MIT and LGPLv2+
11URL:            https://www.colm.net/open-source/colm/
12Source0:        https://www.colm.net/files/%{name}/%{name}-%{version}.tar.gz
13
14BuildRequires:  gcc
15BuildRequires:  gcc-c++
16BuildRequires:  autoconf
17BuildRequires:  automake
18BuildRequires:  libtool
19BuildRequires:  make
20BuildRequires:  asciidoc
21
22# Unfortunately, upstream doesn't exist and not possible to find version
23Provides:       bundled(aapl)
24
25%description
26Colm is a programming language designed for the analysis and transformation
27of computer languages. Colm is influenced primarily by TXL. It is
28in the family of program transformation languages.
29
30
31%package devel
32Summary:        Development libraries and header files for %{name}
33Group:          programming
34Requires:       %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
35
36%description devel
37%{summary}.
38
39
40%prep
41%autosetup
42# Do not pollute with docs
43sed -i -e "/dist_doc_DATA/d" Makefile.am
44
45
46%build
47autoreconf -vfi
48%configure --disable-static
49%make_build
50
51
52%install
53%make_install
54find %{buildroot}%{_libdir} -type f -name '*.la' -print -delete
55install -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
Note: See TracBrowser for help on using the repository browser.