Giter Site home page Giter Site logo

test-3's Introduction

Build Status

PG - RPM Package Generator

RPG is tool, that guides people through the creation of a RPM package. RPG makes packaging much easier due to the automatic analysis of packaged files. Beginners can get familiar with packaging process or the advanced users can use our tool for a quick creation of a package.

Requirements

You need these packages in order to satisfy RPG dependencies:

  • coreutils
  • file
  • makedepend
  • python3 >= 3.4
  • qt5-qtbase-gui
  • python3-qt5
  • rpmdevtools
  • python3-nose (for tests)
  • python3-argcomplete (optional)
  • python3-dnf (optional)
  • python3-copr (optional)

Building RPG project in Fedora 21+

To get project and satisfy all dependencies, run::

git clone https://github.com/rh-lab-q/rpg
cd rpg
sudo dnf builddep rpg.spec

Install RPG rpm package

To add COPR nightly/rpg repo and install RPG::

sudo dnf copr enable nightly/rpg
sudo dnf install rpg

Start RPG

From project root directory execute::

python3 rpg.py

Running tests

From project root directory execute::

cmake .
make test

Documentation

For API docs, tutorials and examples check out official RPG project documentation page

Contribution

Here's the most direct way to get your work merged into the project.

  1. Fork the project
  2. Clone down your fork
  3. Create a feature branch
  4. Hack away and add tests, not necessarily in that order
  5. Make sure everything still passes by running tests
  6. If necessary, rebase your commits into logical chunks without errors
  7. Push the branch up to your fork
  8. Send a pull request for your branch

License

All files inside project are under GNU General Public License v.2

test-3's People

Contributors

pan0007 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.