rpms/python-arm4/F-10 import.log, NONE, 1.1 python-arm4.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

David Carter grandcross at fedoraproject.org
Tue Apr 21 22:26:39 UTC 2009


Author: grandcross

Update of /cvs/pkgs/rpms/python-arm4/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28476/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-arm4.spec 
Log Message:
* Tue Apr 21 2009  David Carter <dcarter at davidcarter.ca> 1.1-3
Initial release.




--- NEW FILE import.log ---
python-arm4-1_1-3_fc10:F-10:python-arm4-1.1-3.fc10.src.rpm:1240351652


--- NEW FILE python-arm4.spec ---
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

### Abstract ###

Name: python-arm4
Version: 1.1
Release: 3%{?dist}
License: EPL
Group: Development/Languages
Summary: Application Reponse Measurement (ARM) V4 Python language bindings
URL: http://www.arm4.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u})
Source: http://downloads.sourceforge.net/arm4/arm4module-%{version}.tar.gz

### Patches ###

### Build Dependencies ###

BuildRequires: python-devel python-setuptools arm4-devel
Requires: arm4

%description
Arm4 is a python module that provides for application response measurement
across multiple tiers using the Open Group's Application Response Measurement
(ARM) standard, Issue 4.0.

See http://www.arm4.org/ for more information.


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

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING examples/
%{python_sitearch}/*

%changelog
* Tue Apr 21 2009  David Carter <dcarter at davidcarter.ca> 1.1-3 
- Minor edits to correct review issues.

* Wed Sep 17 2008  David Carter <dcarter at entertain-me.com> 1.1-2 
- Updated for new upstream release.

* Thu Aug 7 2008  David Carter <dcarter at entertain-me.com> 1.0-1 
- Initial build.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-arm4/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Apr 2009 20:07:18 -0000	1.1
+++ .cvsignore	21 Apr 2009 22:26:37 -0000	1.2
@@ -0,0 +1 @@
+arm4module-1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-arm4/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Apr 2009 20:07:18 -0000	1.1
+++ sources	21 Apr 2009 22:26:38 -0000	1.2
@@ -0,0 +1 @@
+34571617ff63b28b6d28fd6d92030b04  arm4module-1.1.tar.gz




More information about the fedora-extras-commits mailing list