summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2be0aa54..e43e8f78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -693,6 +693,7 @@ AM_CONDITIONAL(WIN32, test "x$WIN32" = "xyes")
693AC_CONFIG_FILES([Makefile 693AC_CONFIG_FILES([Makefile
694 build/Makefile 694 build/Makefile
695 libtoxcore.pc 695 libtoxcore.pc
696 tox.spec
696 ]) 697 ])
697 698
698AM_COND_IF(BUILD_AV, 699AM_COND_IF(BUILD_AV,