Files
core/system/devel/patch/pspec.xml
T
2018-07-17 22:53:46 +03:00

81 lines
2.9 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>patch</Name>
<Homepage>http://www.gnu.org/software/patch/patch.html</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<Summary>Applies patch files</Summary>
<Description>Patch takes a patch file generated by diff command, and applies it to the original files, thus producing patched files.</Description>
<Archive sha1sum="8fd8f8f8ba640d871bce1bd33c7fd5e2ebe03a1e" type="tarxz">ftp://ftp.gnu.org/gnu/patch/patch-2.7.5.tar.xz</Archive>
<BuildDependencies>
<Dependency>attr-devel</Dependency>
</BuildDependencies>
<Patches>
<!--<Patch level="1">patch-2.7.1-initialize-data-structures-early-enough.patch</Patch>-->
</Patches>
</Source>
<Package>
<Name>patch</Name>
<RuntimeDependencies>
<Dependency>attr</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2018-07-17</Date>
<Version>2.7.5</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="5">
<Date>2018-07-15</Date>
<Version>2.7.6</Version>
<Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-07-16</Date>
<Version>2.7.6</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-01-07</Date>
<Version>2.7.5</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="2">
<Date>2016-04-27</Date>
<Version>2.7.5</Version>
<Comment>Release Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-20</Date>
<Version>2.7.5</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>