Sophie

Sophie

distrib > Mageia > 2 > x86_64 > media > core-release-src > by-pkgid > 9286360dc52aa17ec92e8f3e5979d858 > files > 2

etl-0.04.14-1.mga2.src.rpm

%define oname	ETL

%define devname	%mklibname %{name} -d

Name:		etl
Summary:	Template library for synfig
Version:	0.04.14
Release:	%mkrel 1
Source0:	http://downloads.sourceforge.net/synfig/%{oname}-%{version}.tar.gz
URL:		http://www.synfig.org
License:	GPLv2+
Group:		Development/C++

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

%package -n %{devname}
Summary:	Template library for synfig
Group:		Development/C++
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{name} = %{version}-%{release}

%description -n %{devname}
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 -n %{devname}
%defattr(-,root,root)
%doc AUTHORS README NEWS
%{_bindir}/%{oname}-config
%{_includedir}/%{oname}
%{_libdir}/pkgconfig/%{oname}.pc


%changelog
* Sat Aug 06 2011 wally <wally> 0.04.14-1.mga2
+ Revision: 132057
- new version 0.04.14
- create -devel package to make rpmlint happy
- imported package etl


* Sun Dec 05 2010 Oden Eriksson <oeriksson@mandriva.com> 0.04.13-2mdv2011.0
+ Revision: 610391
- rebuild

* 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 <tv@mandriva.org> 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