File colorsvn.spec of Package colorsvn
#
# spec file for package colorsvn
#
# Copyright (c) 2012 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: colorsvn
Version: 0.3.2
Release: 1%{?dist}
Summary: Colorizer for SVN, based on colorgcc
Group: Development/Tools/Version Control
License: GPL
URL: http://www.console-colors.de/
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: subversion
Requires: subversion
BuildArchitectures: noarch
%description
colorsvn will execute subversion commands and colorize the output.
%prep
%setup -q
%build
%configure
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%config(noreplace) %{_sysconfdir}/colorsvnrc
%doc CREDITS
%doc %{_mandir}/man1/colorsvn.1%{ext_man}
%{_prefix}/bin/colorsvn
%defattr(0644,root,root,-)
%config(noreplace) %{_sysconfdir}/profile.d/colorsvn-env.sh
%changelog
* Sat Mar 24 2012 toms@opensuse.org
- Initial version 0.3.2