relocate
This commit is contained in:
parent
e7e6400730
commit
c708583082
@ -4,7 +4,7 @@
|
||||
|
||||
Name: pyatspi
|
||||
Version: 0.1.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Python bindings for at-spi
|
||||
|
||||
Group: Development/Languages
|
||||
@ -38,7 +38,7 @@ This package includes a python client library for at-spi.
|
||||
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure --enable-relocate
|
||||
make
|
||||
|
||||
|
||||
@ -53,10 +53,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING AUTHORS README
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/pyatspi_dbus
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 3 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.5-2
|
||||
- Relocate
|
||||
|
||||
* Sun Jan 16 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
|
||||
- Update to 0.1.5
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user