Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 83fa783a93a1d18e615cc25d4de22fde > files > 2

etl-0.04.15-2.mga3.src.rpm

%define oname	ETL

%define devname	%mklibname %{name} -d

Name:		etl
Summary:	Template library for synfig
Version:	0.04.15
Release:	%mkrel 2
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

* Fri Jan 11 2013 umeabot <umeabot> 0.04.15-2.mga3
+ Revision: 349752
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Fri Jun 08 2012 fwang <fwang> 0.04.15-1.mga3
+ Revision: 257358
- new version 0.04.15

* 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