From 519b9f42f77143d409969326bfd45bd91dfbf0e5c98e54892cc97f8b1d764034 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 5 Jul 2013 07:04:12 +0000 Subject: [PATCH] drop pre_checkin.sh OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=41 --- pre_checkin.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 pre_checkin.sh diff --git a/pre_checkin.sh b/pre_checkin.sh deleted file mode 100644 index ded8e93..0000000 --- a/pre_checkin.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -sed 's,^\(Name: *\)python-,\1python3-,;s,^\(Requires: *\)python-,\1python3-,;s,^\(BuildRequires: *\)python-,\1python3-,;s,python setup.py,python3 setup.py,;s,python_sitelib,python3_sitelib,;s,python_sitearch,python3_sitearch,' python-httplib2.spec > python3-httplib2.spec -cp python-httplib2.changes python3-httplib2.changes