base rebuild
This commit is contained in:
@@ -6,9 +6,12 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.system("sed -i 's:doc/testasciidoc.1::' Makefile.in")
|
||||
shelltools.system("rm -rf doc/testasciidoc.1.txt")
|
||||
autotools.configure("--prefix=/usr \
|
||||
--sysconfdir=/etc")
|
||||
|
||||
@@ -27,7 +30,7 @@ def install():
|
||||
pisitools.insinto("/usr/lib/%s/site-packages" % get.curPYTHON(), "asciidocapi.py")
|
||||
|
||||
# Vim syntax and filetype plugins
|
||||
pisitools.insinto("/usr/share/vim/vimfiles/syntax/" , "vim/syntax/asciidoc.vim")
|
||||
#pisitools.insinto("/usr/share/vim/vimfiles/syntax/" , "vim/syntax/asciidoc.vim")
|
||||
|
||||
pisitools.dodoc("BUGS", "CHANGELOG", "COPYING", "README")
|
||||
pisitools.dodoc("BUGS*", "CHANGELOG*", "README*")
|
||||
pisitools.dodoc("docbook-xsl/asciidoc-docbook-xsl.txt", "filters/code/code-filter-readme.txt")
|
||||
|
||||
@@ -12,7 +12,11 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Text document format for writing documents</Summary>
|
||||
<Description>AsciiDoc is a text document format for writing short documents, articles, books and UNIX man pages. AsciiDoc files can be translated to HTML and DocBook markups using the asciidoc command.</Description>
|
||||
<Archive sha1sum="82e574dd061640561fa0560644bc74df71fb7305" type="targz">mirrors://sourceforge/asciidoc/asciidoc-8.6.9.tar.gz</Archive>
|
||||
<Archive sha1sum="c731ee0da7019dae1ab9e5798ef7c6a996387e7a" type="targz">https://github.com/asciidoc/asciidoc-py3/releases/download/9.0.2/asciidoc-9.0.2.tar.gz</Archive>
|
||||
<!-- <Archive sha1sum="82e574dd061640561fa0560644bc74df71fb7305" type="targz">mirrors://sourceforge/asciidoc/asciidoc-8.6.9.tar.gz</Archive> -->
|
||||
<BuildDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="0">fix_makefile_vimdir.patch</Patch> -->
|
||||
</Patches>
|
||||
@@ -23,6 +27,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>docbook-xml</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
@@ -36,6 +41,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-12-09</Date>
|
||||
<Version>9.0.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2019-12-25</Date>
|
||||
<Version>8.6.9</Version>
|
||||
|
||||
@@ -41,6 +41,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-12-09</Date>
|
||||
<Version>5.0</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-01-18</Date>
|
||||
<Version>5.0</Version>
|
||||
|
||||
@@ -41,7 +41,14 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Update release="7">
|
||||
<Date>2020-12-09</Date>
|
||||
<Version>1.79.1</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-10-03</Date>
|
||||
<Version>1.79.1</Version>
|
||||
<Comment>Release bump</Comment>
|
||||
|
||||
@@ -34,7 +34,14 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Update release="6">
|
||||
<Date>2020-11-07</Date>
|
||||
<Version>0.6.3</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2019-10-03</Date>
|
||||
<Version>0.6.3</Version>
|
||||
<Comment>Release bump</Comment>
|
||||
|
||||
@@ -40,6 +40,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2020-12-09</Date>
|
||||
<Version>0.0.28</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2020-04-20</Date>
|
||||
<Version>0.0.28</Version>
|
||||
|
||||
Reference in New Issue
Block a user