Skip to content

Instantly share code, notes, and snippets.

@marloncabrera
Last active August 29, 2015 14:05
Show Gist options
  • Save marloncabrera/54b6383addde6b12742c to your computer and use it in GitHub Desktop.
Save marloncabrera/54b6383addde6b12742c to your computer and use it in GitHub Desktop.
Create libdbh2 rpm for OpenSuse 13.1

Create libdbh2 rpm for OpenSuse 13.1

libdbh2 5.0.15 is required to install latest rodent on OpenSuse 13.1.

  1. create ~/rpmbuild/{RPMS,SRPMS,SPECS,BUILD,BUILDROOT,SOURCES}
  2. drop the source tarball in ~/rpmbuild/SOURCES
  3. drop the the spec file(s) in ~/rpmbuild/SPECS
  4. run rpmbuild -bp YOURSPEC in ~/rpmbuild/SPECS
  5. run rpmbuild -bc YOURSPEC in ~/rpmbuild/SPECS
  6. run rpmbuild -bb YOURSPEC in ~/rpmbuild/SPECS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment