Code Monkey home page Code Monkey logo

rpm-specs's Introduction

RPM Specfiles

These are specfiles for building RPMs from. I've created these for my own personal use but feel free to use them if you want to. One day I'll put them in a copr repository or something.

Building the RPMs

build these using rpmbuild

# copy the specs to the place rpmbuild wants them to be
mkdir -p ~/rpmbuild/SPECS
cp specs/*.spec ~/rpmbuild/SPECS/

# download the sources
mkdir -p ~/rpmbuild/SOURCES
cd ~/rpmbuild/SOURCES
# wget url in source: of the spec

# build the rpms
cd ~/rpmbuild/SPECS
rpmbuild -ba specfilename.spec

this will put the binary rpm in ~/rpmbuild/RPMS/ and the source RPM in ~/rpmbuild/SRPMs/

If you have any errors due to missing dependencies in the specfile, file an issue and I'll fix it :).

rpm-specs's People

Contributors

webpigeon avatar

Watchers

 avatar  avatar

rpm-specs's Issues

Fix dependencies for obs-studio

According to AUR, the dependencies in arch are:

ffmpeg
jansson
libxinerama
libxkbcommon-x11
qt5-x11extras
cmake (make)
git (make)
libfdk-aac (make)
libxcomposite (make)
x264 (make)
libfdk-aac (optional) – FDK AAC codec support
libxcomposite (optional) – XComposite capture support

I should be able to map some/most of these directly to Fedora (as the build list used currectly is massive in comparison).

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.