!3 Bump colm version to v0.13.0.7
Merge pull request !3 from Yikun/colm-0.13
This commit is contained in:
commit
ed8db2ada2
BIN
colm-0.13.0.7.tar.gz
Normal file
BIN
colm-0.13.0.7.tar.gz
Normal file
Binary file not shown.
83
colm.spec
83
colm.spec
@ -1,63 +1,70 @@
|
|||||||
#%global debug_package %{nil}
|
Name: colm
|
||||||
|
Version: 0.13.0.7
|
||||||
|
Release: 1
|
||||||
|
Summary: Programming language designed for the analysis of computer languages
|
||||||
|
|
||||||
Name: colm
|
# aapl/ and some headers from src/ are the LGPLv2+
|
||||||
Version: 0.14.1
|
License: MIT and LGPLv2+
|
||||||
Release: 1
|
URL: https://www.colm.net/open-source/colm/
|
||||||
Summary: Colm is a programming language designed for the analysis and transformation of computer languages
|
Source0: https://www.colm.net/files/%{name}/%{name}-%{version}.tar.gz
|
||||||
License: MIT and LGPLv2+
|
|
||||||
URL: http://www.colm.net/open-source/%{name}
|
|
||||||
Source0: https://www.colm.net/files/colm/%{name}-%{version}.tar.gz
|
|
||||||
|
|
||||||
BuildRequires: gcc autoconf automake asciidoc make
|
BuildRequires: gcc
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: automake
|
||||||
|
BuildRequires: libtool
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: asciidoc
|
||||||
|
|
||||||
|
# Unfortunately, upstream doesn't exist and not possible to find version
|
||||||
|
Provides: bundled(aapl)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Colm is a programming language designed for the analysis and transformation of computer languages. Colm is influenced primarily by TXL. It is in the family of program transformation languages.
|
Colm is a programming language designed for the analysis and transformation
|
||||||
|
of computer languages. Colm is influenced primarily by TXL. It is
|
||||||
|
in the family of program transformation languages.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: devel package for colm
|
Summary: Development libraries and header files for %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
%description devel
|
|
||||||
Colm is a programming language designed for the analysis and transformation of computer languages. Colm is influenced primarily by TXL. It is in the family of program transformation languages.
|
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}/
|
%autosetup
|
||||||
|
# Do not pollute with docs
|
||||||
|
sed -i -e "/dist_doc_DATA/d" Makefile.am
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
autoreconf -vfi
|
||||||
|
%configure --disable-static
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
rm -rf %{buildroot}/%{_libdir}/*.la
|
find %{buildroot}%{_libdir} -type f -name '*.la' -print -delete
|
||||||
rm -rf %{buildroot}/%{_libdir}/*.a
|
install -p -m 0644 -D %{name}.vim %{buildroot}%{_datadir}/vim/vimfiles/syntax/%{name}.vim
|
||||||
install -d %{buildroot}/usr/share/%{name}
|
|
||||||
mv %{buildroot}/usr/share/*.lm %{buildroot}/usr/share/%{name}
|
|
||||||
mv %{buildroot}/usr/share/runtests %{buildroot}/usr/share/%{name}
|
|
||||||
|
|
||||||
%pre
|
%ldconfig_scriptlets
|
||||||
%preun
|
|
||||||
%post
|
|
||||||
%postun
|
|
||||||
|
|
||||||
%check
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README
|
%doc ChangeLog README
|
||||||
%{_bindir}/*
|
%{_bindir}/%{name}
|
||||||
%{_libdir}/libcolm-%{version}.so
|
%{_libdir}/lib%{name}-%{version}.so
|
||||||
%{_libdir}/libfsm.so.*
|
%dir %{_datadir}/vim
|
||||||
|
%dir %{_datadir}/vim/vimfiles
|
||||||
|
%dir %{_datadir}/vim/vimfiles/syntax
|
||||||
|
%{_datadir}/vim/vimfiles/syntax/%{name}.vim
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/*
|
%{_libdir}/lib%{name}.so
|
||||||
%{_libdir}/libcolm.so
|
%{_includedir}/%{name}/
|
||||||
%{_libdir}/libfsm.so
|
|
||||||
%{_docdir}/%{name}/*
|
%{_docdir}/%{name}/*
|
||||||
/usr/share/%{name}/*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 23 2020 Yikun Jiang <yikunkero@gmail.com>
|
||||||
|
- bump version to 0.13.0.7
|
||||||
* Sun Mar 29 2020 Wei Xiong <myeuler@163.com>
|
* Sun Mar 29 2020 Wei Xiong <myeuler@163.com>
|
||||||
- Package init
|
- Package init
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user