update to 0.04.17 [release 0.04.17-1mamba;Fri Mar 07 2014]
This commit is contained in:
parent
e88ce8ad40
commit
ad64afe593
@ -1,2 +1,4 @@
|
|||||||
# etl
|
# 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).
|
||||||
|
|
||||||
|
58
etl.spec
Normal file
58
etl.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||||
|
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 <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
|
Loading…
Reference in New Issue
Block a user