From ad64afe593f3eba58a75e259f139fe259eb815af Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 22:08:19 +0100 Subject: [PATCH] update to 0.04.17 [release 0.04.17-1mamba;Fri Mar 07 2014] --- README.md | 2 ++ etl.spec | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 etl.spec diff --git a/README.md b/README.md index 8460f10..ab53983 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # etl +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). + diff --git a/etl.spec b/etl.spec new file mode 100644 index 0000000..9d2a1ba --- /dev/null +++ b/etl.spec @@ -0,0 +1,58 @@ +Name: etl +Version: 0.04.17 +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 +URL: http://synfig.org/ +Source: http://downloads.sourceforge.net/project/synfig/releases/0.64.1/source/ETL-%{version}.tar.gz +#Source: http://downloads.sourceforge.net/project/synfig/ETL/%{version}/ETL-%{version}.tar.gz +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} + +%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 +* Fri Mar 07 2014 Silvan Calarco 0.04.17-1mamba +- update to 0.04.17 + +* Thu Sep 19 2013 Silvan Calarco 0.04.16-1mamba +- package created by silvan using the webbuild interface