python3 rebuild
This commit is contained in:
@@ -22,7 +22,7 @@ def setup():
|
||||
shelltools.system("./autogen.sh")
|
||||
autotools.autoreconf("-vif")
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
|
||||
# fix unused direct dependency analysis
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
@@ -57,4 +57,4 @@ def install():
|
||||
pisitools.insinto("/usr/share/vim/vimfiles/syntax/", "editors/proto.vim")
|
||||
pisitools.insinto("/usr/share/emacs/site-lisp/", "editors/protobuf-mode.el")
|
||||
|
||||
pisitools.dodoc("CHANGES.txt", "CONTRIBUTORS.txt", "LICENSE", "README.md")
|
||||
pisitools.dodoc("CHANGES.txt", "CONTRIBUTORS.txt", "LICENSE", "README.md")
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
<Path fileType="header">/usr/include/google/protobuf</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>python-protobuf</Name>
|
||||
<Summary>Python 2 bindings for Google Protocol Buffers</Summary>
|
||||
@@ -62,7 +62,7 @@
|
||||
<Path fileType="library">/usr/lib/python2*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>python3-protobuf</Name>
|
||||
<Summary>Python 3 bindings for Google Protocol Buffers</Summary>
|
||||
|
||||
Reference in New Issue
Block a user