rpms/python-augeas/F-9 python-augeas.spec,NONE,1.1 sources,1.1,1.2

Harald Hoyer (harald) fedora-extras-commits at redhat.com
Tue May 6 16:46:55 UTC 2008


Author: harald

Update of /cvs/pkgs/rpms/python-augeas/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14100

Modified Files:
	sources 
Added Files:
	python-augeas.spec 
Log Message:
* Mon May 05 2008 Harald Hoyer <harald at redhat.com> 0.1.0-4
- version to import in CVS (rhbz#444945)



--- NEW FILE python-augeas.spec ---
# sitelib for noarch packages, sitearch for others (remove the unneeded one)
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

Name:           python-augeas
Version:        0.1.0
Release:        4%{?dist}
Summary:        Python bindings to augeas

Group:          Development/Languages
License:        LGPLv2+
URL:            http://augeas.net/
Source0:        http://augeas.net/download/python/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:       augeas-libs 

BuildRequires:  python-devel swig augeas-devel

%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
# For arch-specific packages: sitearch
%{python_sitearch}/*augeas*
%attr(0755,root,root) %{python_sitearch}/_augeas.so

%changelog
* Mon May 05 2008 Harald Hoyer <harald at redhat.com> 0.1.0-4
- version to import in CVS (rhbz#444945)

* Mon May 05 2008 Harald Hoyer <harald at redhat.com> 0.1.0-3
- set mode of _augeas.so to 0755

* Mon May 05 2008 Harald Hoyer <harald at redhat.com> 0.1.0-2
- wildcard to catch egg-info in case it is build

* Fri May 02 2008 Harald Hoyer <harald at redhat.com> 0.1.0-1
- new version

* Wed Apr 16 2008 Harald Hoyer <harald at redhat.com> - 0.0.8-1
- initial version


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-augeas/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 May 2008 16:25:13 -0000	1.1
+++ sources	6 May 2008 16:46:18 -0000	1.2
@@ -0,0 +1 @@
+afaeba556cf46d263ee080e7e5a47e14  python-augeas-0.1.0.tar.gz




More information about the fedora-extras-commits mailing list