OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 31-May-2008 21:07:19
Branch: HEAD Handle: 2008053120071800
Added files:
openpkg-src/tailor tailor.patch
Modified files:
openpkg-src/tailor tailor.spec
Log:
upgrading package: tailor 0.9.33 -> 0.9.34
Summary:
Revision Changes Path
1.3 +15 -0 openpkg-src/tailor/tailor.patch
1.11 +6 -9 openpkg-src/tailor/tailor.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tailor/tailor.patch
============================================================================
$ cvs diff -u -r0 -r1.3 tailor.patch
--- /dev/null 2008-05-31 21:07:13 +0200
+++ tailor.patch 2008-05-31 21:07:19 +0200
@@ -0,0 +1,15 @@
+Index: setup.py
+--- setup.py.orig 2008-05-31 11:44:53 +0200
++++ setup.py 2008-05-31 21:05:11 +0200
+@@ -5,10 +5,9 @@
+ from setuptools import setup
+ except ImportError:
+ from distutils.core import setup
+-from vcpx.tailor import __version__ as VERSION
+
+ setup(name='tailor',
+- version=VERSION,
++ version="0.9.34",
+ author='Lele Gaifax',
+ author_email='[EMAIL PROTECTED]',
+ packages=[dirpath for dirpath, dirnames, filenames in walk('vcpx')
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/tailor/tailor.spec
============================================================================
$ cvs diff -u -r1.10 -r1.11 tailor.spec
--- openpkg-src/tailor/tailor.spec 21 May 2008 18:27:24 -0000 1.10
+++ openpkg-src/tailor/tailor.spec 31 May 2008 19:07:18 -0000 1.11
@@ -31,11 +31,12 @@
Class: EVAL
Group: SCM
License: GPL
-Version: 0.9.33
-Release: 20080521
+Version: 0.9.34
+Release: 20080531
# list of sources
Source0: http://darcs.arstecnica.it/tailor-%{version}.tar.gz
+Patch0: tailor.patch
# build information
Prefix: %{l_prefix}
@@ -59,6 +60,7 @@
%prep
%setup -q
+ %patch -p0
%build
@@ -68,8 +70,7 @@
$RPM_BUILD_ROOT%{l_prefix}/bin \
$RPM_BUILD_ROOT%{l_prefix}/libexec/tailor \
$RPM_BUILD_ROOT%{l_prefix}/lib/tailor \
- $RPM_BUILD_ROOT%{l_prefix}/man/cat1 \
- $RPM_BUILD_ROOT%{l_prefix}/share/tailor
+ $RPM_BUILD_ROOT%{l_prefix}/man/cat1
%{l_shtool} subst \
-e 's;#!/usr/bin/env python;#!%{l_prefix}/bin/python;g' \
tailor
@@ -86,12 +87,8 @@
) >$RPM_BUILD_ROOT%{l_prefix}/bin/tailor
chmod 755 $RPM_BUILD_ROOT%{l_prefix}/bin/tailor
%{l_shtool} install -c -m 644 \
- README.html $RPM_BUILD_ROOT%{l_prefix}/share/tailor/tailor.html
- %{l_shtool} install -c -m 644 \
README.rst $RPM_BUILD_ROOT%{l_prefix}/man/cat1/tailor.1
- %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
- %{l_files_std} \
- '%doc %{l_prefix}/share/tailor/tailor.html'
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]