etl/etl.spec

86 lines
2.7 KiB
RPMSpec
Raw Normal View History

Name: etl
Version: 1.4.4
Release: 1mamba
Summary: A multi-platform class and template library designed to add new datatypes and functions
Group: Development/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.synfig.org/
Source: https://sourceforge.net/projects/synfig/files/stable/%{version}/source/ETL-%{version}.tar.gz
Patch0: etl-1.2.1-gc-8.1.patch
License: GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
%description
ETL is a multi-platform class and template library designed to add new datatypes and functions which combine well with the existing types and functions from the C++ Standard Template Library (STL).
%package devel
Group: Development/Libraries
Summary: A multi-platform class and template library designed to add new datatypes and functions
Provides: ETL-devel
%description devel
ETL is a multi-platform class and template library designed to add new datatypes and functions which combine well with the existing types and functions from the C++ Standard Template Library (STL).
#% debug_package
%prep
%setup -q -n ETL-%{version}
#%patch0 -p2
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files devel
%defattr(-,root,root)
%{_bindir}/ETL-config
%dir %{_includedir}/ETL
%{_includedir}/ETL/*
%{_libdir}/pkgconfig/ETL.pc
%doc AUTHORS COPYING
#%doc ChangeLog NEWS README
%changelog
* Wed Jan 25 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.4-1mamba
- update to 1.4.4
* Thu Jul 29 2021 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba
- automatic version update by autodist
* Fri May 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-1mamba
- update to 1.4.1
* Mon Dec 28 2020 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
- automatic version update by autodist
* Sun Oct 07 2018 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
- automatic version update by autodist
* Tue Aug 21 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-2mamba
- added a patch for gcc 8.1
* Sat Dec 23 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba
- update to 1.2.1
* Tue Apr 11 2017 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.04.22-1mamba
- update to 0.04.22
* Fri May 01 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.04.18-1mamba
- update to 0.04.18
* Fri Mar 07 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.04.17-1mamba
- update to 0.04.17
* Thu Sep 19 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.04.16-1mamba
- package created by silvan using the webbuild interface