File osc-plugin-collab.spec of Package osc-plugin-collab

#
# spec file for package osc-plugin-collab
#
# Copyright (c) 2009 Vincent Untz <vuntz@opensuse.org>
#
# 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:           osc-plugin-collab
Version:        0.95
Release:        1
License:        BSD 3-Clause
Summary:        Plugin to make collaboration easier with osc
Url:            http://en.opensuse.org/openSUSE:Osc_Collab
Source0:        osc-collab.py
Group:          Development/Tools/Other
# Needed for directory ownership
BuildRequires:  osc
Requires:       osc
Recommends:     quilt
Recommends:     rpm-python
Recommends:     xz
# osc gnome was part of osc-plugins-gnome
Conflicts:      osc-plugins-gnome <= 0.4.26
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if %(if test -d %{_prefix}/lib/osc-plugins; then echo 1; else echo 0; fi)
%define oscplugindir %{_prefix}/lib/osc-plugins
%else
%define oscplugindir %{_localstatedir}/lib/osc-plugins
%endif

%description
This osc plugin extends osc with commands that makes it easier to use
the collaboration feature in the Build Service, and to keep up with
latest upstream versions.

%prep

%build

%install
install -D -m0644 %{S:0} %{buildroot}%{oscplugindir}/osc-collab.py

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root)
%{oscplugindir}/osc-collab.py

%changelog
openSUSE Build Service is sponsored by