From 2d8c6ba4bc3b488f94e2589f39479964600ba5a7 Mon Sep 17 00:00:00 2001 From: Dan Čermák Date: Apr 12 2018 09:07:35 +0000 Subject: Add README --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..fc6a5b3 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# RPM spec file for Bear + +This repository contains a spec file to build +[Bear](https://github.com/rizsotto/Bear/) on Fedora and RHEL. + +Pre-build rpms are available from +[copr](https://copr.fedorainfracloud.org/coprs/defolos/devel/). + + +## Local building + +The rpm can be build locally via: +``` +spectool -g bear.spec +fedpkg --release $version srpm +fedpkg --release $version mockbuild +``` +where `$version` has to be replaced with the target Fedora/RHEL version +(e.g. f28 or el7). Depending on the chosen version, it might be necessary to +rename the source rpm file, as `fedpkg` expects a different name (it will +complain about it). + + +## TODO + +- Create a copr for Bear only & set up automatic builds +- Get the package accepted into Fedora