Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37488512
en ru br
Репозитории ALT

Группа :: Разработка/Прочее
Пакет: osc

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin