Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > by-pkgid > 7b0527c68712b95bfa3f82f612676d9a > files > 2

gitslave-2.0.1-1.src.rpm


Name:		gitslave
Summary:	gitslave creates a group of related repositories
Group:		Development/Other
Version:	2.0.1
Release:	%mkrel 1
BuildArch:	noarch
License:	LGPL 2.1
URL:		http://gitslave.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/gitslave/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	perl

%description
gitslave creates a group of related repositories—a superproject repository and
a number of slave repositories—all of which are concurrently developed on and
on which all git operations should normally operate; so when you branch, each
repository in the project is branched in turn.

%files
%defattr(-,root,root)
%_bindir
%_mandir


#---------------------------------------------------------------------------------
%prep
%setup -q

%build
sed -i 's#/local##g' Makefile
%make

%install
rm -rf %buildroot
%makeinstall_std

%clean
rm -rf %buildroot


%changelog
* Tue Apr 26 2011 José Melo <ze@mandriva.org> 2.0.1-1mdv2011.0
+ Revision: 659225
- version 2.0.1
- version 2.0
- Perl isnt need to build
- imported package gitslave