From 379522c93e47bc96fe1b5ba9018c25a414316f6f Mon Sep 17 00:00:00 2001 From: Jin^eLD Date: Wed, 4 Mar 2015 00:28:17 +0100 Subject: Add spec file for rpm generation The spec file gets processed by configure, the version will be filled in automatically. To generate an rpm make sure to install rpm-build, then "configure" as you would usually do, run "make dist", then process the generated tarball with rpmbuild: rpmbuild -tb tox-0.0.0.tar.gz Tested on Fedora 22. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e24e7b8b..995620ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,6 +13,7 @@ CLEANFILES = $(top_builddir)/libtoxcore.pc EXTRA_DIST = \ README.md \ libtoxcore.pc.in \ + tox.spec \ dist-build/android-arm.sh \ dist-build/android-armv7.sh \ dist-build/android-x86.sh \ -- cgit v1.2.3