python3 rebuild

This commit is contained in:
Rmys
2023-11-04 09:14:50 +03:00
parent 49cb2b7570
commit 49dfb66804
6 changed files with 35 additions and 9 deletions
+2 -2
View File
@@ -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")
+2 -2
View File
@@ -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>