base rebuild

This commit is contained in:
Rmys
2020-12-16 21:24:09 +03:00
parent f55ae23fff
commit 7e6898f64f
207 changed files with 18742 additions and 636 deletions
+107
View File
@@ -0,0 +1,107 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>efivar</Name>
<Homepage>https://github.com/vathpela/efivar</Homepage>
<Packager>
<Name>Aydın Demirel</Name>
<Email>aydin.demirel@pisilinux.org</Email>
</Packager>
<License>LGPL2.1</License>
<IsA>app:console</IsA>
<Summary>Tools and library to manipulate EFI variables</Summary>
<Description>Tools and library to manipulate EFI variables.</Description>
<Archive sha1sum="1ef24e0a06e1a42d7a93ba7a76b2970659c7c0c0" type="tarbz2">https://github.com/rhinstaller/efivar/releases/download/37/efivar-37.tar.bz2</Archive>
<BuildDependencies>
<Dependency>popt-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">fedora/0001-util.h-add-unlikely-and-likely-macros.patch</Patch>
<Patch level="1">fedora/0002-dp.h-make-format_guid-handle-misaligned-guid-pointer.patch</Patch>
<Patch level="1">fedora/0003-linux-pci-root-remove-an-unused-assignment.patch</Patch>
<Patch level="1">fedora/0004-Fix-all-the-places-Werror-address-of-packed-member-c.patch</Patch>
<Patch level="1">fedora/0005-Get-rid-of-the-arrows-in-our-debug-messages.patch</Patch>
<Patch level="1">fedora/0006-Define-strdupa-if-it-is-not-defined.patch</Patch>
<Patch level="1">fedora/0007-Android-inital-porting-of-libefivar.patch</Patch>
<Patch level="1">fedora/0008-Remove-an-unused-function.patch</Patch>
<Patch level="1">fedora/0009-Fix-another-error-of-Werror-address-of-packed-member.patch</Patch>
<Patch level="1">fedora/0010-Update-generated-ABI.patch</Patch>
</Patches>
</Source>
<Package>
<Name>efivar</Name>
<RuntimeDependencies>
<Dependency>popt</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<Package>
<Name>efivar-devel</Name>
<RuntimeDependencies>
<Dependency>popt-devel</Dependency>
<Dependency release="current">efivar</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="10">
<Date>2020-12-09</Date>
<Version>37</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2020-01-25</Date>
<Version>37</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2018-10-21</Date>
<Version>36</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="7">
<Date>2018-08-13</Date>
<Version>31</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2017-12-09</Date>
<Version>31</Version>
<Comment>Version bump</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="5">
<Date>2017-01-24</Date>
<Version>26</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-29</Date>
<Version>0.23</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>