zug/zug.spec

52 lines
1.4 KiB
RPMSpec

Name: zug
Version: 0.1.1
Release: 1mamba
Summary: Transducers for C++ Clojure style higher order push/pull sequence transformations
Group: Development/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://sinusoid.es/zug/
Source: https://github.com/arximboldi/zug.git/v%{version}/zug-%{version}.tar.bz2
License: BSL-1.0
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRequires: cmake
%description
Transducers for C++ Clojure style higher order push/pull sequence transformations.
%package devel
Group: Development/Libraries
Summary: Transducers for C++ Clojure style higher order push/pull sequence transformations.
%description devel
Transducers for C++ Clojure style higher order push/pull sequence transformations.
This package contains header files for developing applications that use %{name}.
%prep
%setup -q
%build
%cmake
%cmake_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%cmake_install
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files devel
%defattr(-,root,root)
%dir %{_includedir}/zug
%{_includedir}/zug/*
%dir %{_libdir}/cmake/Zug
%{_libdir}/cmake/Zug/ZugConfig.cmake
%doc LICENSE README.rst
%changelog
* Mon Feb 05 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.1-1mamba
- package created using the webbuild interface