当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
123 Star 0 Fork 1

src-openEuler/pyorbit
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pyorbit.spec 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
lkx690 提交于 2019-12-23 11:50 . initial pyorbit
Name: pyorbit
Version: 2.24.0
Release: 28
License: LGPLv2+
Summary: A binding for the ORBit2 CORBA ORB
Source0: http://ftp.gnome.org/pub/GNOME/sources/pyorbit/2.24/pyorbit-%{version}.tar.bz2
Requires: ORBit2 glib2 libIDL python2
BuildRequires: ORBit2-devel glib2-devel libIDL-devel libtool python2-devel python-unversioned-command
%{?filter_setup:
%filter_provides_in %{python_sitearch}/.*\.so$
%filter_setup
}
%description
PyORBit is a binding for the ORBit2 CORBA ORB. It aims to be
compatible with the Python language mapping standard,
implementing both the client side and server side bindings.
PyORBit is capable of calling methods of in-process ORBit
servers implemented in C, and being called by C code.
%package devel
Summary: Development files for pyorbit
Requires: pyorbit = %{version}-%{release}
%description devel
Development files for pyorbit.
%prep
%autosetup -n pyorbit-%{version} -p1
%build
%configure --disable-static
%make_build
%install
%make_install
%delete_la
%files
%doc AUTHORS NEWS README ChangeLog
%{python2_sitearch}/*.so
%{python2_sitearch}/*.py*
%files devel
%{_includedir}/pyorbit-2
%{_libdir}/pkgconfig/*.pc
%changelog
* Sat Dec 21 2019 likexin <likexin4@huawei.com> - 2.24.0-28
- package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/pyorbit.git
git@gitee.com:src-openeuler/pyorbit.git
src-openeuler
pyorbit
pyorbit
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385