summaryrefslogtreecommitdiff
path: root/.gitignore
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 /.gitignore
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 '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4397a1c1..4d92363b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -71,3 +71,6 @@ toxcore-android-*
71 71
72# cscope files list 72# cscope files list
73cscope.files 73cscope.files
74
75# rpm
76tox.spec