etl/etl.spec

75 lines
2.3 KiB
RPMSpec
Raw Normal View History

Name: etl
Version: 1.2.2
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: http://synfig.org/
Source: https://downloads.sourceforge.net/project/synfig/releases/%{version}/source/ETL-%{version}.tar.gz
Patch0: etl-1.2.1-gc-8.1.patch
License: GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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
* 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