automatic version update by autodist [release 4.5.1-1mamba;Thu Feb 03 2022]

This commit is contained in:
Automatic Build System 2024-01-06 04:03:22 +01:00
parent 2bab41a486
commit f8ec6db100

View File

@ -1,13 +1,13 @@
Name: libctl Name: libctl
Version: 3.2.1 Version: 4.5.1
Release: 3mamba Release: 1mamba
Summary: A free Guile-based library implementing flexible control files for scientific simulations Summary: A free Guile-based library implementing flexible control files for scientific simulations
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://ab-initio.mit.edu/wiki/index.php/Libctl URL: https://libctl.readthedocs.io/en/latest/
Source: http://ab-initio.mit.edu/libctl/libctl-%{version}.tar.gz Source: https://github.com/NanoComp/libctl.git/v%{version}/libctl-%{version}.tar.bz2
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -15,11 +15,9 @@ BuildRequires: libffi-devel
BuildRequires: libgc-devel BuildRequires: libgc-devel
BuildRequires: libgmp-devel BuildRequires: libgmp-devel
BuildRequires: libguile-devel BuildRequires: libguile-devel
BuildRequires: libltdl-devel
BuildRequires: libunistring-devel BuildRequires: libunistring-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libunistring-devel >= 0.9.6-1mamba BuildRequires: libunistring-devel >= 0.9.6-1mamba
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
libctl is a free Guile-based library implementing flexible control files for scientific simulations. It was written to support our MIT Photonic Bands and Meep software, but has proven useful in other programs too. libctl is a free Guile-based library implementing flexible control files for scientific simulations. It was written to support our MIT Photonic Bands and Meep software, but has proven useful in other programs too.
@ -36,6 +34,7 @@ This package contains libraries and header files for developing applications tha
%prep %prep
%setup -q %setup -q
./autogen.sh
%build %build
%configure \ %configure \
@ -69,9 +68,7 @@ This package contains libraries and header files for developing applications tha
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/gen-ctl-io %{_bindir}/gen-ctl-io
%{_includedir}/ctl.h %{_includedir}/ctl*.h
%{_includedir}/ctlgeom-types.h
%{_includedir}/ctlgeom.h
%{_libdir}/libctl.a %{_libdir}/libctl.a
%{_libdir}/libctl.la %{_libdir}/libctl.la
%{_libdir}/libctl.so %{_libdir}/libctl.so
@ -79,9 +76,14 @@ This package contains libraries and header files for developing applications tha
%{_libdir}/libctlgeom.la %{_libdir}/libctlgeom.la
%{_libdir}/libctlgeom.so %{_libdir}/libctlgeom.so
%{_mandir}/man1/gen-ctl-io.1* %{_mandir}/man1/gen-ctl-io.1*
%doc ChangeLog NEWS README TODO
%changelog %changelog
* Thu Feb 03 2022 Automatic Build System <autodist@mambasoft.it> 4.5.1-1mamba
- automatic version update by autodist
* Sun Dec 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.5.0-1mamba
- update to 4.5.0
* Sun May 15 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.1-3mamba * Sun May 15 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.1-3mamba
- rebuilt by autoport with build requirements: libunistring-devel>=0.9.6-1mamba - rebuilt by autoport with build requirements: libunistring-devel>=0.9.6-1mamba