Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37538722
en ru br
ALT Linux repos
S:0.174.0-alt2

Group :: Development/Other
RPM: osc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: osc
Version: 0.174.0
Release: alt2

Summary: Open Build Service Commander

License: GPLv2+
Group: Development/Other
Url: https://github.com/openSUSE/osc

# Source-git: https://github.com/openSUSE/osc.git

Source: %name-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-python3

BuildRequires: python3-module-m2crypto
BuildRequires: python3-module-rpm

%description
Commandline client for the Open Build Service.

See http://en.opensuse.org/openSUSE:OSC , as well as
http://en.opensuse.org/openSUSE:Build_Service_Tutorial
for a general introduction.

%prep
%setup

%build
%python3_build

%install
%python3_install
ln -s osc-wrapper.py %buildroot/%_bindir/osc

mkdir -p %buildroot/var/lib/osc-plugins
install -Dpm0755 dist/osc.complete %buildroot%_datadir/osc/complete
install -Dpm0644 dist/complete.csh %buildroot/etc/profile.d/osc.csh
install -Dpm0644 dist/complete.sh %buildroot/etc/bash_completion.d/osc.sh

%files
%_bindir/osc*
%python3_sitelibdir/*
%dir /var/lib/osc-plugins/
%_man1dir/osc.*
%_datadir/osc/
%config(noreplace) /etc/profile.d/osc.csh
%config(noreplace) /etc/bash_completion.d/osc.sh
%doc AUTHORS README TODO NEWS

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin