rpms/pyspi/devel pyspi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Zack Cerza (zmc) fedora-extras-commits at redhat.com
Mon Apr 17 16:45:22 UTC 2006


Author: zmc

Update of /cvs/extras/rpms/pyspi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18276/devel

Modified Files:
	.cvsignore sources 
Added Files:
	pyspi.spec 
Log Message:
auto-import pyspi-0.5.4-2 on branch devel from pyspi-0.5.4-2.src.rpm


--- NEW FILE pyspi.spec ---
Summary: Python bindings for AT-SPI
Name: pyspi
Version: 0.5.4
Release: 2%{?dist}
License: LGPL
Group: Development/Languages
URL: http://people.redhat.com/zcerza/dogtail/
Source0: http://people.redhat.com/zcerza/dogtail/releases/pyspi-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: at-spi-devel, Pyrex

%description
AT-SPI allows assistive technologies to access GTK-based applications.  It
exposes the internals of applications for automation, so tools such as screen
readers and scripting interfaces can query and interact with GUI controls.

pyspi allows the Python language to be used to script AT-SPI-aware 
applications (currently mostly GTK+ based.)

%prep
%setup -q

%build
python ./setup.py build

%install
rm -rf $RPM_BUILD_ROOT
python ./setup.py install -O2 --root=$RPM_BUILD_ROOT --record=%{name}.files

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.files
#%files
%defattr(-,root,root,-)
%doc COPYING
%doc NEWS
%doc ChangeLog

%changelog
* Tue Mar 21 2006 Zack Cerza <zcerza at redhat.com> - 0.5.4-2
- Fix URL and Source0 fields.

* Fri Mar 10 2006 Zack Cerza <zcerza at redhat.com> - 0.5.4-1
- Remove all Requires
- Add package versions to this changelog
- Add new description
- Use official Fedora Extras BuildRoot
- Change the group to Development/Languages

* Tue Feb 14 2006 Zack Cerza <zcerza at redhat.com> - 0.5.3-2
- Add missing BuildRequires on Pyrex.

* Tue Feb  7 2006 Zack Cerza <zcerza at redhat.com> - 0.5.3-1
- Initial build.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pyspi/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Apr 2006 16:44:57 -0000	1.1
+++ .cvsignore	17 Apr 2006 16:45:22 -0000	1.2
@@ -0,0 +1 @@
+pyspi-0.5.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pyspi/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Apr 2006 16:44:57 -0000	1.1
+++ sources	17 Apr 2006 16:45:22 -0000	1.2
@@ -0,0 +1 @@
+1640a0ee46d173ed1d0e0ca345f8cd14  pyspi-0.5.4.tar.gz




More information about the fedora-extras-commits mailing list