Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37904585
en ru br
ALT Linux repositórios
S:1.3.5-alt1.1.qa2
5.0: 1.3.5-alt1.1
4.1: 1.3.5-alt1
4.0: 1.3.5-alt1
3.0: 1.3.3-alt1

Group :: Desenvolvimento/Outros
RPM: tla

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: tla
Version: 1.3.3
#% define subver -fix-1
%define subver %nil
Release: alt1
License: GPL
Group: Development/Other
Url: http://gnuarch.org/
Summary: GNU Arch -- revision control system
Source: %name-%version%subver.tar.bz2

Patch1: tla-1.3.2-alt-nolibneon.patch

Requires: diffutils >= 2.8.1, patch, tar

Packager: Alexey Voinov <voins at altlinux.ru>

# Automatically added by buildreq on Fri May 14 2004

BuildRequires: libneon-devel

%description
Gnu arch is a modern and remarkable revision control system. It helps
programmers to coordinate and share their changes to a project's source code.
It helps project managers to organize, track, and control multi-branch
development. It supports both centralized and distributed projects.

%package docs
Summary: GNU Arch documentation in HTML format
Group: Development/Other

%description docs
GNU Arch documentation.

%prep
%setup -q -n %name-%version%subver

#rm -rf src/libneon

%patch1 -p1 -b .vns


%build
cd src
mkdir build
cd build
../configure --prefix=%_prefix
make

%install
mkdir -p %buildroot%_bindir
install -m 577 src/build/tla/tla/tla %buildroot%_bindir
cd src/docs-tla/
find ./ -name '*.html' -exec install -m644 -D '{}' $RPM_BUILD_ROOT%_docdir/%name-%version/'{}' ';'
install -m644 -D gnuarch.css $RPM_BUILD_ROOT%_docdir/%name-%version/gnuarch.css
cd ../..


%files
%_bindir/*

%files docs
%doc %_docdir/%name-%version/


%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009