rpms/ice/devel ice.spec,1.16,1.17

Mary Ellen Foster (mef) fedora-extras-commits at redhat.com
Wed Jul 30 15:43:57 UTC 2008


Author: mef

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

Modified Files:
	ice.spec 
Log Message:
Re-enable .pth file for python


Index: ice.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ice/devel/ice.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ice.spec	27 Jun 2008 09:22:24 -0000	1.16
+++ ice.spec	30 Jul 2008 15:43:26 -0000	1.17
@@ -4,7 +4,7 @@
 
 Name: ice
 Version: 3.3.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: The Ice base runtime and services
 
 Group: System Environment/Libraries
@@ -286,6 +286,7 @@
 mv $RPM_BUILD_ROOT/ruby/* ${RPM_BUILD_ROOT}%{ruby_sitearch}
 mkdir -p ${RPM_BUILD_ROOT}%{python_sitearch}/Ice
 mv ${RPM_BUILD_ROOT}/python/* ${RPM_BUILD_ROOT}%{python_sitearch}/Ice
+cp -p $RPM_BUILD_DIR/Ice-rpmbuild-%{version}/ice.pth $RPM_BUILD_ROOT%{python_sitearch}
 
 mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/Ice-%{version}
 mv $RPM_BUILD_ROOT/config/* ${RPM_BUILD_ROOT}%{_datadir}/Ice-%{version}
@@ -500,7 +501,7 @@
 %files python
 %defattr(644,root,root,755)
 %{python_sitearch}/Ice/
-# %{python_sitearch}/%{name}.pth
+%{python_sitearch}/%{name}.pth
 
 %files python-devel
 %defattr(-,root,root,-)
@@ -522,6 +523,10 @@
 %config(noreplace) %{_sysconfdir}/php.d/ice.ini
 
 %changelog
+* Wed Jul 30 2008 Mary Ellen Foster <mefoster at gmail.com> 3.3.0-4
+- Re-add .pth file -- the alternative method involves editing auto-generated
+  files that say "don't edit" and I don't want to break other parts of Ice
+
 * Fri Jun 27 2008 Mary Ellen Foster <mefoster at gmail.com> 3.3.0-3
 - Bump release to fix tag problem and bad date
 - Add dist back to release field




More information about the fedora-extras-commits mailing list