Hello community,

here is the log from the commit of package gitslave for openSUSE:Factory 
checked in at 2013-06-24 09:28:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gitslave (Old)
 and      /work/SRC/openSUSE:Factory/.gitslave.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gitslave"

Changes:
--------
New Changes file:

--- /dev/null   2013-06-21 10:50:32.496031756 +0200
+++ /work/SRC/openSUSE:Factory/.gitslave.new/gitslave.changes   2013-06-24 
09:28:33.000000000 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Sun Jun 16 11:39:29 UTC 2013 - robert.munte...@gmail.com
+
+- Initial packaging of version 2.0.2 
+

New:
----
  gitslave-2.0.2.tar.gz
  gitslave.changes
  gitslave.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gitslave.spec ++++++
#
# spec file for package 
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:           gitslave
Version:        2.0.2
Release:        0
License:        SUSE-Gitslave
Summary:        Creates a group of related repositories
Url:            http://gitslave.sourceforge.net
Group:          Development/Tools/Version Control
Source:         
http://sourceforge.net/projects/%{name}/files/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
Requires:       git-core
Requires:       perl
Recommends:     perl-Parallel-Iterator
Recommends:     perl-Term-ProgressBar
BuildArch:      noarch
%description
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.

%package doc
Summary:        Documentation for %{name}
Group:          Development/Tools/Version Control
Recommends:     %{name} = %{version}

%description doc
This package provides documentation and help files for %{name}.

%prep
%setup -q

%build
make %{?_smp_mflags}

%install
install -d $RPM_BUILD_ROOT/%{_bindir}
%__cp gits $RPM_BUILD_ROOT/%{_bindir}

install -d $RPM_BUILD_ROOT/%{_mandir}
install -d $RPM_BUILD_ROOT/%{_mandir}/man1
%__cp gits.1 $RPM_BUILD_ROOT/%{_mandir}/man1

%files
%defattr(-,root,root)
%{_bindir}/gits
%{_mandir}/man1/gits.1.gz

%files doc
%defattr(-,root,root)
%doc README LICENSE.README LICENSE.TXT ReleaseNotes web/*

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to