[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5181: Do not manually install Python support files in the spec files.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Tue, 23 Nov 2010 19:47:27 -0000

------------------------------------------------------------
revno: 5181
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: trunk
timestamp: Tue 2010-11-23 20:43:41 +0100
message:
  Do not manually install Python support files in the spec files.
  
  'make install' already takes care of this, the work is redundant.
modified:
  packaging/hipl-deb.spec
  packaging/hipl-rpm.spec


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'packaging/hipl-deb.spec'
--- packaging/hipl-deb.spec     2010-11-23 19:28:50 +0000
+++ packaging/hipl-deb.spec     2010-11-23 19:43:41 +0000
@@ -103,13 +103,6 @@
 install -m 755 packaging/debian-init.d/hipfw %{buildroot}/etc/init.d/hipfw
 install -m 755 packaging/debian-init.d/hipd %{buildroot}/etc/init.d/hipd
 install -m 755 packaging/debian-init.d/dnsproxy 
%{buildroot}/etc/init.d/hipdnsproxy
-install -d %{buildroot}/usr/lib/python2.6/dist-packages/DNS
-install -t %{buildroot}/usr/lib/python2.6/dist-packages/DNS 
tools/hipdnsproxy/DNS/*py*
-install -t %{buildroot}/usr/lib/python2.6/dist-packages 
tools/hipdnsproxy/pyip6.py*
-install -t %{buildroot}/usr/lib/python2.6/dist-packages 
tools/hipdnsproxy/hosts.py*
-install -t %{buildroot}/usr/lib/python2.6/dist-packages 
tools/hipdnsproxy/util.py*
-install -t %{buildroot}/usr/lib/python2.6/dist-packages 
tools/hipdnskeyparse/myasn.py*
-install -t %{buildroot}/usr/lib/python2.6/dist-packages/hipdnsproxy 
tools/hipdnsproxy/hipdnsproxy
 
 %post daemon
 update-rc.d hipd defaults 21

=== modified file 'packaging/hipl-rpm.spec'
--- packaging/hipl-rpm.spec     2010-11-23 19:28:50 +0000
+++ packaging/hipl-rpm.spec     2010-11-23 19:43:41 +0000
@@ -89,14 +89,6 @@
 install -m 755 packaging/fedora-init.d/hipfw %{buildroot}/etc/rc.d/init.d/hipfw
 install -m 755 packaging/fedora-init.d/hipd %{buildroot}/etc/rc.d/init.d/hipd
 install -m 755 packaging/fedora-init.d/dnsproxy 
%{buildroot}/etc/rc.d/init.d/hipdnsproxy
-install -d %{buildroot}%{python_sitelib}/DNS
-install -t %{buildroot}%{python_sitelib}/DNS tools/hipdnsproxy/DNS/*py*
-install -d %{buildroot}%{python_sitelib}/hipdnskeyparse
-install -d %{buildroot}%{python_sitelib}/hipdnsproxy
-install -t %{buildroot}%{python_sitelib} tools/hipdnsproxy/pyip6.py*
-install -t %{buildroot}%{python_sitelib} tools/hipdnsproxy/hosts.py*
-install -t %{buildroot}%{python_sitelib} tools/hipdnsproxy/util.py*
-install -t %{buildroot}%{python_sitelib} tools/hipdnskeyparse/myasn.py* # XX 
FIXME
 
 %post daemon
 if [ "$1" = "2" ]; then

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5181: Do not manually install Python support files in the spec files. - noreply