使用Open Build System对openSUSE13.2软件包进行打包攻略

这次我准备打包hplip和youdaodict。

首先checkout自己的home project并创建新package并更新。

osc co home:nukllyosc meta pkg -e home:nuklly hpliposc up home:nuklly

然后在新增的hplip文件夹下添加hplip.spec以及相关的源文件。

最后执行

osc build openSUSE_13.2 x86_64 hplip.spec

在本地进行测试。测试成功后运行

osc add *osc commit

进行提交,提交之后OBS会自动打包,检测到成功之后就可以安装了。

时间: 2024-11-10 11:36:25

使用Open Build System对openSUSE13.2软件包进行打包攻略的相关文章

在Sublime Text3中配置Python3的Build System

Sublime Text是风靡世界的文本编辑器,支持多种编程语言.由于它的安装包短小精悍方便携带,笔者考虑把它作为Python开发环境.下面的设置可以让Sublime Text 3同时支持Python2和Python3开发环境. 工具/原料 Sublime Text 3 build3103 配置代码(见文末) 方法/步骤 1 打开Sublime Text 3,依次进入new build system菜单(如图~) 2 点击菜单后,会生成一个空配置文件.我们需要在这个配置文件内覆盖配置信息.配置部

OpenWrt's build system

https://wiki.openwrt.org/about/toolchain Table of Contents OpenWrt build system – Features OpenWrt build system – Make Targets OpenWrt build system – Build sequence Patch management Packaging considerations Documentation History OpenWrt's build syste

RPMForge——Quick Start build system

How to setup multimedia on CentOS-5 CentOS ships with basic sound support for audio content encoded with codecs for a variety of sound formats, including .wav and .ogg files. The alsa-utils and sox audio players are included for a TUI (CLI) environme

【转】Android ROM研究---Android build system增加模块

原文网址:http://hualang.iteye.com/blog/1141315 Android build system就是编译系统的意思 在我们需要向自己编译的源代码中增加模块的时候,需要一些规则,当然这个规则都是类似的. Android.mk文件解析 让我们来看一个 Android.mk 文件的样子 Java代码 LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE :=Hello LOCAL_SRC_FILES

sublime C++ build system配置体验

近期准备实习,于是终于步入了sublime的阵营,sublime确实性感. 在配置win7下C++编译运行集成环境的时候遇到点问题,于是接触了一下JSON格式,最后终于自己搞定了.. 参考文档:http://sublime-text.readthedocs.org/en/latest/reference/build_systems.html 其实最终是在C++.sublime-build里写以下东西就好了(tools->build system->new build system) { &qu

Gradle: The New Android Build System

Gradle: The New Android Build System Google selected Gradle as the foundation of the Android SDK build system because it provides flexibility along with the ability to define common standards for Android builds. With Gradle, Android developers can us

The Contiki build system 编译系统

The Contiki build system======================== The Contiki build system is designed to make it easy to compile Contikiapplications for different hardware platforms or into a simulation platform bysimply supplying different parameters to the make co

Android Build System Ultimate Guide

Android Build System Ultimate Guide April 8,2013 Lately, Android Open Source Project has gone through various changes. For instance, Since JB Google decided to replace bluez bluetooth stack with an open source stack implemented by Broadcom claiming t

Android Build System

Android Build System 原文地址:  http://elinux.org/Android_Build_System 另外一篇也比较好的文章: http://www.ibm.com/developerworks/cn/opensource/os-cn-android-build/#author 之前都是片断性的了解, 读完这个文章,编译 android 系统的过程就梳理清晰了. Basics of the Android Build system were described a