summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org>2014-11-10 16:42:54 +0100
committerSabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org>2014-11-10 17:07:10 +0100
commitb194ac238afae64b3dd35ce7d3bc8f179d6ee9b5 (patch)
treec31c18dd982adaa635a33907f4f35344bf9cc852
parent573823e9897609130e459bd9f5900712f19c4859 (diff)
downloadlibtasn1-sandbox/sdi2/up_yocto.tar.gz
libtasn1-sandbox/sdi2/up_yocto.tar.bz2
libtasn1-sandbox/sdi2/up_yocto.zip
Bump to version 4.0sandbox/sdi2/up_yocto
Alignment Tizen and Yocto package versions Bug-Tizen: TC-1926 Signed-off-by: Sabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org>
-rw-r--r--.gbs.conf3
-rw-r--r--configure.ac2
-rw-r--r--packaging/libtasn1.spec3
3 files changed, 6 insertions, 2 deletions
diff --git a/.gbs.conf b/.gbs.conf
new file mode 100644
index 0000000..62b36d4
--- /dev/null
+++ b/.gbs.conf
@@ -0,0 +1,3 @@
+[general]
+upstream_branch = upstream/master
+upstream_tag = libtasn${upstreamversion}
diff --git a/configure.ac b/configure.ac
index d916957..c8e9535 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ AC_INIT([GNU Libtasn1],[4.0],[help-libtasn1@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS(config.h)
-AM_INIT_AUTOMAKE([1.10 -Wall -Wno-override])
+AM_INIT_AUTOMAKE([foreign 1.10 -Wall -Wno-override])
AM_SILENT_RULES([yes])
# Library code modified: REVISION++
diff --git a/packaging/libtasn1.spec b/packaging/libtasn1.spec
index b44de33..210ccb5 100644
--- a/packaging/libtasn1.spec
+++ b/packaging/libtasn1.spec
@@ -10,6 +10,7 @@ Source99: baselibs.conf
Source1001: libtasn1.manifest
BuildRequires: info
BuildRequires: pkg-config
+BuildRequires: makeinfo
Requires: libtasn1-tools
@@ -43,7 +44,7 @@ http://www.gnutls.org
cp %{SOURCE1001} .
%build
-%configure --disable-static
+%reconfigure --disable-static
make %{?_smp_mflags}
%install