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

Debarshi Ray rishi at fedoraproject.org
Tue Dec 23 18:41:14 UTC 2008


Author: rishi

Update of /cvs/pkgs/rpms/ldtp/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29004/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log ldtp.spec 
Log Message:
Initial import into F-10.
 
 Modified Files:
 	F-10/.cvsignore F-10/sources 
 Added Files:
 	F-10/import.log F-10/ldtp.spec 



--- NEW FILE import.log ---
ldtp-1_3_0-2_fc9:F-10:ldtp-1.3.0-2.fc9.src.rpm:1230037752


--- NEW FILE ldtp.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(plat_specific=1)")}

Summary:	Desktop testing framework
Name:		ldtp
Version:	1.3.0
Release:	2%{?dist}
License:	LGPLv2+
Group:		User Interface/X
URL:		http://ldtp.freedesktop.org/wiki/
Source0:	http://download.freedesktop.org/ldtp/1.x/1.3.x/%{name}-%{version}.tar.gz

BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

Requires:	at-spi-python
Requires:	gnome-python2-bonobo
Requires:	gnome-python2-gconf
Requires:	pygtk2-libglade
Requires:	python-statgrab

BuildRequires:	at-spi-devel
BuildRequires:	gettext-devel
BuildRequires:	glib2-devel
BuildRequires:	libxml2-devel

%description
Linux Desktop (GUI Application) Testing Project (LDTP) is aimed at producing
high quality test automation framework and cutting-edge tools that can be used
to test Linux Desktop and improve it. It uses the Accessibility libraries to
poke through the application's user interface. The framework also has tools to
record test-cases based on user-selection on the application.

%prep
%setup -q

# Suppress rpmlint error.
sed --in-place --expression '1d' ./python/ldtplib/__init__.py
sed --in-place --expression '1d' ./python/ldtplib/libldtpcodegen.py
sed --in-place --expression '1d' ./python/ldtplib/ldtprecorder.py
sed --in-place --expression '1d' ./python/ldtplib/ldtpcommon.py

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS
%doc ChangeLog
%doc COPYING
%doc NEWS
%doc README
%doc TODO
%{_bindir}/%{name}
%{_bindir}/ldtpcodegen
%{_bindir}/ldtpeditor
%{_bindir}/ldtprunner
%{python_sitelib}/ldtputils.py*
%{python_sitelib}/%{name}.py*
%{python_sitelib}/ooldtp.py*

%dir %{_datadir}/%{name}
%{_datadir}/%{name}/appdata
%{_datadir}/%{name}/glade
%{_datadir}/%{name}/icons

%dir %{python_sitelib}/ldtplib
%{python_sitelib}/ldtplib/*.py*

%changelog
* Fri Oct 31 2008 Debarshi Ray <rishi at fedoraproject.org> - 1.3.0-2
- Addressed errors generated by rpmlint.

* Fri Sep 12 2008 Debarshi Ray <rishi at fedoraproject.org> - 1.3.0-1
- Initial build.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ldtp/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Dec 2008 20:45:09 -0000	1.1
+++ .cvsignore	23 Dec 2008 18:40:44 -0000	1.2
@@ -0,0 +1 @@
+ldtp-1.3.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ldtp/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Dec 2008 20:45:09 -0000	1.1
+++ sources	23 Dec 2008 18:40:44 -0000	1.2
@@ -0,0 +1 @@
+4bccad65d5e39505a9a86bc1eace2c6d  ldtp-1.3.0.tar.gz




More information about the fedora-extras-commits mailing list