Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 821f91c71826702a3e92eb92f23ef1b4 > files > 2

python-augeas-0.4.1-3.mga3.src.rpm

Name:		python-augeas
Version:	0.4.1
Release:	%mkrel 3
Summary:	Python bindings to augeas
Group:		Development/Python
License:	LGPLv2+
Url:		http://augeas.net/
Source0:	http://augeas.net/download/python/%{name}-%{version}.tar.gz
Requires:	augeas-devel
BuildRequires:	python-setuptools 
BuildRequires:	python-devel
BuildArch:	noarch

%description
python-augeas is a set of Python bindings around augeas.

%prep
%setup -q


%build
# Remove CFLAGS=... for noarch packages (unneeded)
CFLAGS="$RPM_OPT_FLAGS" python setup.py build_ext -i
CFLAGS="$RPM_OPT_FLAGS" python setup.py build

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install -O1 --skip-build --root=$RPM_BUILD_ROOT

 
%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING AUTHORS README.txt
%{py_sitedir}/augeas.py*
%{py_sitedir}/*augeas*.egg-info




%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.4.1-3.mga3
+ Revision: 378478
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sat Sep 01 2012 spuhler <spuhler> 0.4.1-2.mga3
+ Revision: 286847
- changed Requires: libaugeas-devel to auges-devel to make it arch independent

* Mon Jul 16 2012 spuhler <spuhler> 0.4.1-1.mga3
+ Revision: 271161
- upgrade to 0.4.1
- imported package python-augeas