head 1.13;
access;
symbols;
locks; strict;
comment @-- @;
1.13
date 2009.04.18.13.16.30; author rse; state Exp;
branches;
next 1.12;
commitid 4pHXU27WTIGCZuKt;
1.12
date 2008.06.02.18.00.16; author rse; state Exp;
branches;
next 1.11;
commitid EvSEhcicy5KdWo5t;
1.11
date 2008.05.31.19.07.18; author rse; state Exp;
branches;
next 1.10;
commitid 3IZDGfClsfidn95t;
1.10
date 2008.05.21.18.27.24; author rse; state Exp;
branches;
next 1.9;
commitid 9hmhkXwG58ErtR3t;
1.9
date 2008.04.05.09.02.23; author rse; state Exp;
branches;
next 1.8;
commitid i9Fzf7F4TXehPTXs;
1.8
date 2008.01.01.15.05.42; author rse; state Exp;
branches;
next 1.7;
commitid B8esaHJHoduuKILs;
1.7
date 2007.11.06.16.00.22; author cs; state Exp;
branches;
next 1.6;
commitid GFVvb4l3mIhBZwEs;
1.6
date 2007.07.30.15.46.25; author rse; state Exp;
branches;
next 1.5;
commitid WhQRsgeEA6e76Ors;
1.5
date 2007.07.27.21.06.34; author rse; state Exp;
branches;
next 1.4;
commitid a7pt5BUyKIqUXrrs;
1.4
date 2007.07.11.05.56.38; author cs; state Exp;
branches;
next 1.3;
commitid rhQTQFANbltErjps;
1.3
date 2007.04.26.06.12.26; author rse; state Exp;
branches;
next 1.2;
commitid eC6Vj2u5eBbxYxfs;
1.2
date 2007.01.27.22.16.50; author rse; state Exp;
branches;
next 1.1;
commitid Bw4U3vicHpYJac4s;
1.1
date 2007.01.27.17.05.44; author rse; state Exp;
branches;
next ;
commitid 4SMInsTD8xJ1sa4s;
desc
@@
1.13
log
@bump years in copyright messages
@
text
@##
## tailor.spec -- OpenPKG RPM Package Specification
## Copyright (c) 2000-2009 OpenPKG Foundation e.V.
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
## the above copyright notice and this permission notice appear in all
## copies.
##
## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
## SUCH DAMAGE.
##
# package information
Name: tailor
Summary: Version Control System (VCS) Changeset Migration Tool
URL: http://progetti.arstecnica.it/tailor
Vendor: Lele Gaifax
Packager: OpenPKG Foundation e.V.
Distribution: OpenPKG Community
Class: EVAL
Group: SCM
License: GPL
Version: 0.9.35
Release: 20080602
# list of sources
Source0: http://darcs.arstecnica.it/tailor-%{version}.tar.gz
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20060823, python
PreReq: OpenPKG, openpkg >= 20060823, python
AutoReq: no
AutoReqProv: no
%description
Tailor is a tool to migrate changesets between the Version Control
Systems (VCS) ArX, Bazaar, Bazaar-NG, CVS, Codeville, Darcs, Git,
Mercurial, Monotone, Subversion and TLA.
%track
prog tailor = {
version = %{version}
url = http://darcs.arstecnica.it/
regex = tailor-(__VER__)\.tar\.gz
}
%prep
%setup -q
%build
%install
rm -rf $RPM_BUILD_ROOT
%{l_shtool} mkdir -f -p -m 755 \
$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
%{l_shtool} subst \
-e 's;#!/usr/bin/env python;#!%{l_prefix}/bin/python;g' \
tailor
%{l_prefix}/bin/python setup.py install \
--root=$RPM_BUILD_ROOT \
--prefix=%{l_prefix} \
--install-lib=%{l_prefix}/lib/tailor
mv $RPM_BUILD_ROOT%{l_prefix}/bin/tailor \
$RPM_BUILD_ROOT%{l_prefix}/libexec/tailor/tailor
( echo "#!/bin/sh"
echo "PYTHONPATH=\"%{l_prefix}/lib/tailor\""
echo "export PYTHONPATH"
echo "%{l_prefix}/bin/python %{l_prefix}/libexec/tailor/tailor \${1+\"\$@@\"}"
) >$RPM_BUILD_ROOT%{l_prefix}/bin/tailor
chmod 755 $RPM_BUILD_ROOT%{l_prefix}/bin/tailor
%{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}
%files -f files
%clean
rm -rf $RPM_BUILD_ROOT
@
1.12
log
@upgrading package: tailor 0.9.34 -> 0.9.35
@
text
@d3 1
a3 1
## Copyright (c) 2000-2008 OpenPKG Foundation e.V.
@
1.11
log
@upgrading package: tailor 0.9.33 -> 0.9.34
@
text
@d34 2
a35 2
Version: 0.9.34
Release: 20080531
a38 1
Patch0: tailor.patch
a61 1
%patch -p0
@
1.10
log
@upgrading package: tailor 0.9.31 -> 0.9.33
@
text
@d34 2
a35 2
Version: 0.9.33
Release: 20080521
d39 1
d63 1
d73 1
a73 2
$RPM_BUILD_ROOT%{l_prefix}/man/cat1 \
$RPM_BUILD_ROOT%{l_prefix}/share/tailor
a89 2
README.html $RPM_BUILD_ROOT%{l_prefix}/share/tailor/tailor.html
%{l_shtool} install -c -m 644 \
d91 1
a91 3
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
'%doc %{l_prefix}/share/tailor/tailor.html'
@
1.9
log
@upgrading package: tailor 0.9.30 -> 0.9.31
@
text
@d34 2
a35 2
Version: 0.9.31
Release: 20080405
@
1.8
log
@Update package specifications according to OpenPKG year 2008 world order:
http://www.mail-archive.com/openpkg-announce@@openpkg.org/msg00221.html
@
text
@d34 2
a35 2
Version: 0.9.30
Release: 20080101
d91 1
a91 1
README $RPM_BUILD_ROOT%{l_prefix}/man/cat1/tailor.1
@
1.7
log
@upgrading package: tailor 0.9.29 -> 0.9.30
@
text
@d3 1
a3 2
## Copyright (c) 2000-2007 OpenPKG Foundation e.V.
## Copyright (c) 2000-2007 Ralf S. Engelschall
d35 1
a35 1
Release: 20071106
@
1.6
log
@use authors page
@
text
@d35 2
a36 2
Version: 0.9.29
Release: 20070730
@
1.5
log
@fix URL
@
text
@d28 1
a28 1
URL: http://wiki.darcs.net/DarcsWiki/Tailor
d36 1
a36 1
Release: 20070727
@
1.4
log
@upgrading package: tailor 0.9.28 -> 0.9.29
@
text
@d28 1
a28 1
URL: http://www.darcs.net/DarcsWiki/Tailor
d36 1
a36 1
Release: 20070711
@
1.3
log
@upgrading package: tailor 0.9.27 -> 0.9.28
@
text
@d35 2
a36 2
Version: 0.9.28
Release: 20070426
a39 1
Patch0: tailor.patch
a62 1
%patch -p0
@
1.2
log
@remove warning
@
text
@d35 2
a36 2
Version: 0.9.27
Release: 20070127
@
1.1
log
@new package: tailor 0.9.27 (Version Control System (VCS) Changeset Migration Tool)
@
text
@d40 1
d64 1
@