summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJin^eLD <jin@mediatomb.cc>2015-03-04 00:28:17 +0100
committerJin^eLD <jin@mediatomb.cc>2015-03-04 00:35:25 +0100
commit379522c93e47bc96fe1b5ba9018c25a414316f6f (patch)
tree1f8ba78241882182e41e56aa610019faa27da2b7 /Makefile.am
parentb0ffef23a6f6d7dc664286de104be1c0e373d511 (diff)
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
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
13EXTRA_DIST = \ 13EXTRA_DIST = \
14 README.md \ 14 README.md \
15 libtoxcore.pc.in \ 15 libtoxcore.pc.in \
16 tox.spec \
16 dist-build/android-arm.sh \ 17 dist-build/android-arm.sh \
17 dist-build/android-armv7.sh \ 18 dist-build/android-armv7.sh \
18 dist-build/android-x86.sh \ 19 dist-build/android-x86.sh \