rpms/obexftp/devel obexftp.spec,1.10,1.11

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Sun Jan 20 13:54:49 UTC 2008


Author: rathann

Update of /cvs/pkgs/rpms/obexftp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1914

Modified Files:
	obexftp.spec 
Log Message:
- include python egg-info in the file list


Index: obexftp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/obexftp/devel/obexftp.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- obexftp.spec	20 Jan 2008 11:33:35 -0000	1.10
+++ obexftp.spec	20 Jan 2008 13:54:13 -0000	1.11
@@ -8,7 +8,7 @@
 Summary: Tool to access devices via the OBEX protocol
 Group: Applications/File
 Version: 0.22
-Release: 0.6.%{pre}%{?dist}
+Release: 0.7.%{pre}%{?dist}
 License: GPLv2+
 URL: http://openobex.triq.net/
 Source: http://triq.net/obexftp/%{name}-%{version}-%{pre}.tar.bz2
@@ -130,6 +130,9 @@
 %dir %{python_sitearch}/obexftp
 %{python_sitearch}/obexftp/_obexftp.so*
 %{python_sitearch}/obexftp/__init__.py*
+%if 0%{?fedora} >= 9
+%{python_sitearch}/*.egg-info
+%endif
 
 %files -n perl-%{name}
 %defattr(-, root, root, -)
@@ -142,6 +145,9 @@
 %{ruby_sitearch}/obexftp.so
 
 %changelog
+* Sun Jan 20 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.22-0.7.rc9
+- include python egg-info in the file list
+
 * Tue Jan 01 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.22-0.6.rc9
 - updated to 0.22-rc9
 




More information about the fedora-extras-commits mailing list