Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release-src > by-pkgid > 6970a4afe7b5d8b8993f90931017a623 > files > 2

etl-0.04.13-1mdv2010.1.src.rpm

%define oname	ETL

Name:		etl
Summary:	Template library for synfig
Version:	0.04.13
Release:	%mkrel 1
Source0:	http://downloads.sourceforge.net/synfig/%{oname}-%{version}.tar.gz
URL:		http://www.synfig.org
License:	GPLv2+
Group:		System/Libraries
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Voria 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). 

%prep
%setup -q  -n %{oname}-%{version}

%build
%configure2_5x
%make
								
%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS README NEWS
%{_bindir}/%{oname}-config
%{_includedir}/%{oname}
%{_libdir}/pkgconfig/%{oname}.pc



%changelog
* Sat Jan 16 2010 Funda Wang <fwang@mandriva.org> 0.04.13-1mdv2010.1
+ Revision: 492134
- new version 0.04.13

* Thu Sep 10 2009 Thierry Vignaud <tvignaud@mandriva.com> 0.04.12-2mdv2010.0
+ Revision: 437497
- rebuild

* Sun Oct 26 2008 Adam Williamson <awilliamson@mandriva.org> 0.04.12-1mdv2009.1
+ Revision: 297311
- import etl