File tla-tools.spec of Package tla-tools
#
# spec file for package tla-tools (Version 0.0.90)
#
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://www.suse.de/feedback/
#
# norootforbuild
Name: tla-tools
BuildRequires: tla
License: GPL
Group: Development/Tools/Version Control
Autoreqprov: on
Summary: Utilities to make life with GNU Arch (tla) easier
# how is version generated: 0--patch-65 => 0.0.65
Version: 0.0.90
Release: 1
Source: %{name}.tar.bz2
Source1: README
URL: http://wiki.gnuarch.org/moin.cgi/tla_2dtools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArchitectures: noarch
Requires: tla cvs /usr/bin/uuidgen /usr/bin/awk /usr/bin/sed
%description
This is a collection of tools to make life with GNU Arch easier. The
tools included are:
- tla-changelogs-to-log: takes a GNU ChangeLog and creates an Arch
patch log.
- tla-copy-changes: Copy and commit Arch changesets from another
branch.
- tla-cvs-sync: Bidirectional sync with CVS archives.
- tla-emacs-xids-to-db: Produce an id rename database for EMacs.
- tla-file-log: Output historical log for a file in an Arch project
tree.
- tla-fix-changelog-conflicts: Resolve merge conflicts in ChangeLog
files.
- tla-fork: Create an Arch branch forking off an existing one.
- tla-fork-archive: Fork a new Arch archive.
- tla-munge-archive-names: Changes names of
categories/branches/versions in an Arch archive.
- tla-munge-archive-xids: Modify an archive to use taglines instead
of explicit ids.
- tla-scan-for-xids: Produce a list of explicit ids used in an
archive.
- tla-switch: Switch a project tree to a new version.
- tla-update-ids: Automate handling of changed id tags.
Authors:
--------
Miles Bader <miles@gnu.org>
%prep
%setup -n %{name}
cp %{S:1} .
%build
./configure --prefix=/usr
make
%install
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_bindir}/*
%doc README ChangeLog
%changelog -n tla-tools
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Feb 14 2005 - mcihar@suse.cz
- update to patch-90
* Mon Aug 09 2004 - mcihar@suse.cz
- update to patch-67
* Tue Jun 01 2004 - mcihar@suse.cz
- initial packaging