Commit 0372e5ce authored by Luca Boccassi's avatar Luca Boccassi

Problem: spec file needs version before build on OBS

Solution: stop autogenerating it and hard code version so that the
OBS build service can extract it and use it to build packages
automatically
parent 9c741c09
......@@ -163,10 +163,8 @@ src/libzmq.pc
bin/
lib/
obj/
builds/redhat/zeromq.spec
builds/android/prefix/
packaging/nuget/*.nupkg
packaging/redhat/zeromq.spec
foreign/openpgm/*
!foreign/openpgm/*.tar.bz2
!foreign/openpgm/*.tar.gz
......
......@@ -810,7 +810,6 @@ dist-hook:
else \
echo A git clone is required to generate a ChangeLog >&2; \
fi
-cp $(top_srcdir)/packaging/redhat/zeromq.spec $(distdir)/zeromq.spec
maintainer-clean-local:
-rm -rf $(top_srcdir)/config
......
......@@ -662,7 +662,6 @@ AC_CONFIG_FILES([ \
src/libzmq.pc \
doc/Makefile \
builds/Makefile \
builds/msvc/Makefile \
packaging/redhat/zeromq.spec])
builds/msvc/Makefile])
AC_OUTPUT
Name: zeromq
Version: @PACKAGE_VERSION@
Version: 4.2.0
Release: 1%{?dist}
Summary: The ZeroMQ messaging library
Group: Applications/Internet
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment