Search
j0ke.net Open Build Service
>
Projects
>
J0KE.NET
:
infrastructure
>
osc-plugin-collab
> osc-plugin-collab.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File osc-plugin-collab.spec of Package osc-plugin-collab (Revision 3)
Currently displaying revision
3
,
show latest
# # spec file for package osc-plugin-collab (version 0.90) # # 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.90 Release: 1 License: BSD 3-Clause Summary: Plugin to make collaboration easier with osc Url: http://en.opensuse.org/OscCollab Source0: osc-collab.py Group: Development/Tools/Other # Needed for directory ownership BuildRequires: osc Requires: osc Recommends: rpm-python # 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