mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-26 06:41:03 +08:00
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
This commit is contained in:
parent
9c741c09a1
commit
0372e5ce22
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: zeromq
|
||||
Version: @PACKAGE_VERSION@
|
||||
Version: 4.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: The ZeroMQ messaging library
|
||||
Group: Applications/Internet
|
Loading…
x
Reference in New Issue
Block a user