aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-14 11:38:03 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-19 15:21:17 +0200
commit424132003433e8587d1919e94860ae3247a7df41 (patch)
treec22bb87a66fcce02cc41e060fbe901cf3347413d
parent1665f595fc1d50e88e58ff8f7a007a8aed3bb06f (diff)
contrib: integrate RPM spec
Remove OpenSUSE bug report link, set version to @VERSION@, make it build with CentOS 8 etc. Related: OS#4550 Change-Id: Ic075dd5a53cc76cf1b6aeca5c31db495882db915
-rw-r--r--.gitignore2
-rw-r--r--configure.ac3
-rw-r--r--contrib/libasn1c.spec.in (renamed from contrib/libasn1c.spec)6
3 files changed, 5 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 4a42306..2852b4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,5 @@ libasn1c.pc
*.la
.deps
.libs
+
+contrib/libasn1c.spec
diff --git a/configure.ac b/configure.ac
index 53720b9..8c93c3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,4 +75,5 @@ AC_OUTPUT(
src/Makefile
include/Makefile
include/asn1c/Makefile
- Makefile)
+ Makefile
+ contrib/libasn1c.spec)
diff --git a/contrib/libasn1c.spec b/contrib/libasn1c.spec.in
index e05b3e9..59098c3 100644
--- a/contrib/libasn1c.spec
+++ b/contrib/libasn1c.spec.in
@@ -12,12 +12,8 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
-#
-
-
Name: libasn1c
-Version: 0.9.32.0
+Version: @VERSION@
Release: 0
Summary: Osmocon ASN.1 decoder and encoder library
License: BSD-2-Clause