Skip to content

Commit

Permalink
Scripts ready for distributing version 0.99.3
Browse files Browse the repository at this point in the history
Former-commit-id: 0de4576
  • Loading branch information
Cristina Yenyxe Gonzalez Garcia committed Sep 4, 2013
1 parent 7a435b9 commit 801f62d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ t = SConscript("test/SConscript", exports = ['env', 'debug', 'commons_path', 'bi
# For the packaging manager: Don't forget to point the XXX_INCLUDE_PATH and XXX_LIBRARY_PATH
# variables to the application libraries folder!!
tb = env.Package(NAME = 'hpg-variant',
VERSION = '0.99.2',
VERSION = '0.99.3',
PACKAGEVERSION = 0,
PACKAGETYPE = 'src_targz',
source = env.FindSourceFiles() + env.FindHeaderFiles(progs) +
Expand Down
2 changes: 1 addition & 1 deletion deb/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Import('env') # exported by parent SConstruct

# Here's the core info for the DEBIAN/control file of the package
DEBNAME = "hpg-variant"
DEBVERSION = "0.99.2"
DEBVERSION = "0.99.3"
DEBMAINT = "Cristina Yenyxe Gonzalez Garcia <[email protected]>"
DEBARCH = "amd64"
DEBDEPENDS = "libc6, libcurl4-openssl-dev, libgsl0ldbl, libxml2, zlib1g"
Expand Down
4 changes: 2 additions & 2 deletions rpm/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ import hashlib, os, shutil, sys
Import('env') # exported by parent SConstruct

RPMNAME = "hpg-variant"
RPMVERSION = "0.99.2"
RPMVERSION = "0.99.3"
RPMARCH = "x86_64"
RPMBUILDREQUIRES = "gcc glibc-devel scons libcurl-devel gsl-devel libxml2-devel ncurses-devel zlib-devel".split(" ")
RPMREQUIRES = "libcurl gsl libxml2 zlib".split(" ") # what are we dependent on?
RPMSUMMARY = "HPG Variant summary"
RPMDESC = "HPG Variant retrieves the effect of genome mutations and allows to conduct analysis"
RPMSECTION = "Application/Engineering"
RPMSOURCE = "hpg-variant-0.99.2.tar.gz"
RPMSOURCE = "hpg-variant-0.99.3.tar.gz"
RPMURL = "http://bioinfo.cipf.es"

RPMBUILDIR = 'rpmbuild'
Expand Down
2 changes: 1 addition & 1 deletion rpm/hpg-variant.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define name hpg-variant
%define version 0.99.2
%define version 0.99.3
Name: %{name}
Version: %{version}
Release: 1%{?dist}
Expand Down

0 comments on commit 801f62d

Please sign in to comment.