Giter VIP home page Giter VIP logo

fedora-epel-pkg's Introduction

This git repo hosts the source RPM files used to generate binary packages of various softwares:

Content:

Changelog

  • 2017-01-03 packaged burp 2.0.54 (el5, el6, el7, fedora*)
  • 2016-11-09 packaged burp 2.0.52 (el5, el6, el7, fedora*)
  • 2016-11-03 packaged burp 2.0.50 (el5, el6, el7, fedora*)
  • 2016-10-01 packaged burp 2.0.48 (el5, el6, el7, fedora*)
  • 2016-09-06 packaged burp 2.0.46 (el5, el6, el7, fedora*)
  • 2016-08-15 fixed burp2-server packaging: remove 'burp-server' property
  • 2016-08-04 packaged burp 2.0.44 (el5, el6, el7, fedora*)
  • 2016-07-03 packaged burp 2.0.42 (el5, el6, el7, fedora*)
  • 2016-06-04 packaged burp 2.0.40 (el5 and others)
  • 2016-05-27 package burp 2.0.38 for el5 (RHEL5, CentOS5) platforms
  • 2016-05-02 updated to burp 2.0.38
  • 2016-05-02 reorganize file structure, added a howto
  • 2016-04-04 update to burp 2.0.36
  • 2016-03-14 add el5 branch for burp 1.x packaging
  • 2016-03-09 add burp2 packaging
  • 2016-03-09 add tito stuff inside git repo
  • 2016-03-09 initialize git repo

burp2 packaging status

At this time of writing (2016-05), burp 2.x is not available neither by EPEL yum channel nor Fedora project.
Here the status of building this software against various distributions:

  • el5, el6, el7 : building/packaging is fine
  • fedora 22, 23, 24 and fedora-rawhide: building/packaging is fine
  • XXX COPR building for arch ARM is unusable, too much wait (2016-02)

NB: elx = RHELx and derivatives (CentOS x, ScientificLinux x, etc)

burp 1.x packaging status

version: 1.4.40 (2016-03)

  • EPEL channel provides binary package of burp 1.x for el6 and el7, but NOT for el5.

  • FedoraProject provides burp 1.x packaging for Fedora 22, Fedora 23, and Fedora-rawhide

  • el5 (RHEL5, CentOS 5):

    • not provided by EPEL repository for burp 1.x (as this time of writing)
    • build is fine with the .spec file provided by the 'el5' branch of this repo.
    • need yajl-devel package too, that has to be built to (branch 'el5').
    • does not need uthash package, since uthash provided in burp 1.x source code. (that is nice since uthash is not packaged for el5, either in OS, update or EPEL yum channels)

Howto to build RPMs from this git repo

If you don't want to use the binary packages from the COPR space hosted by Fedora, you can use the packaging provided here.
Here the instructions to achieve it.

  • branch el5 : source packaging for el5 (RHEL5, CentOS5, etc)
  • branch master : source packaging for all other platforms than el5

Getting tired of tito stuff, I use a more conventional file structure:

<pkg>/SPECS/ ......... contains the Specfile of package <pkg>
<pkg>/SOURCES/ ....... contains all needed source files

Usage:

  • install and enable use of the EPEL repo

  • launch the build of a (binary) package:

cd mkdir -p RPMS BUILD SRPMS rpmbuild --define="_topdir $(pwd)" -bb SPECS/.spec ```

  • build a SRPM source package into <pkg>/SPRMS/ folder:

cd mkdir -p SRPMS rpmbuild --define="_topdir $(pwd)" -bs SPECS/.spec ```

To request a build with COPR infrastructure, choose to generate from a SRPM file that you upload.

fedora-epel-pkg's People

Contributors

yopito avatar kronos-pbrideau avatar

Watchers

James Cloos avatar Nicolas Vanheuverzwijn 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.