rpms/ldtp/devel import.log,1.1,1.2 ldtp.spec,1.13,1.14

Adam Miller maxamillion at fedoraproject.org
Fri Jun 11 19:15:37 UTC 2010


Author: maxamillion

Update of /cvs/extras/rpms/ldtp/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2488/devel

Modified Files:
	import.log ldtp.spec 
Log Message:
Cleaned up the file manifest for the latest upstream release, builds in mock.




Index: import.log
===================================================================
RCS file: /cvs/extras/rpms/ldtp/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	23 Dec 2008 18:47:23 -0000	1.1
+++ import.log	11 Jun 2010 19:15:37 -0000	1.2
@@ -1 +1,2 @@
 ldtp-1_3_0-2_fc9:HEAD:ldtp-1.3.0-2.fc9.src.rpm:1230038011
+ldtp-2_0_6-2_fc13:HEAD:ldtp-2.0.6-2.fc13.src.rpm:1276283700


Index: ldtp.spec
===================================================================
RCS file: /cvs/extras/rpms/ldtp/devel/ldtp.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- ldtp.spec	11 Jun 2010 16:38:46 -0000	1.13
+++ ldtp.spec	11 Jun 2010 19:15:37 -0000	1.14
@@ -3,7 +3,7 @@
 Summary:	Desktop testing framework
 Name:		ldtp
 Version:	2.0.6
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	LGPLv2+
 Group:		User Interface/X
 URL:		http://ldtp.freedesktop.org/wiki/
@@ -47,26 +47,28 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc AUTHORS
 %doc COPYING
-%doc NEWS
 %doc README
-%doc TODO
+%doc PKG-INFO
 %{_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*
+%{python_sitelib}/ldtp-%{version}-*
+
+%dir %{python_sitelib}/ldtp
+%{python_sitelib}/ldtp/*
+
+%dir %{python_sitelib}/ldtpd
+%{python_sitelib}/ldtpd/*
+
+%dir %{python_sitelib}/ooldtp
+%{python_sitelib}/ooldtp/*
+
+%dir %{python_sitelib}/ldtputils
+%{python_sitelib}/ldtputils/*
 
 %changelog
+* Fri Jun 11 2010 Adam Miller <maxamillion at fedoraproject.org> - 2.0.6-2
+- Cleaned up error causing entries from the files section
+
 * Fri Jun 11 2010 Adam Miller <maxamillion at fedoraproject.org> - 2.0.6-1
 - Version bump to 2.0.6 for upstream latest release
 - Changed build and install method to new python distutils setup.py 



More information about the scm-commits mailing list