Merge pull request #854 from ertugerata/master
fix kmod deps, build wireless-regdb
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Copyright 2019 TUBITAK/UEKAE
|
||||||
|
# Licensed under the GNU General Public License, version 2.
|
||||||
|
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||||
|
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
|
|
||||||
|
def install():
|
||||||
|
pisitools.insinto("/usr/lib/crda/", "regulatory.bin")
|
||||||
|
pisitools.insinto("/lib/firmware", "regulatory.db*")
|
||||||
|
pisitools.insinto("/etc/wireless-regdb/pubkeys", "sforshee.key.pub.pem")
|
||||||
|
|
||||||
|
pisitools.doman("regulatory.db.5")
|
||||||
|
|
||||||
|
pisitools.dodoc("LICENSE", "README", "CONTRIBUTING")
|
||||||
@@ -0,0 +1,39 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>wireless-regdb</Name>
|
||||||
|
<Homepage>https://wireless.wiki.kernel.org/en/developers/Regulatory</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Ertuğrul Erata</Name>
|
||||||
|
<Email>ertugrulerata@gmail.com</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>ISC</License>
|
||||||
|
<Icon>wireless-regdb</Icon>
|
||||||
|
<IsA>app:console</IsA>
|
||||||
|
<Summary>This package contains the wireless regulatory database used by all cfg80211 based Linux wireless drivers</Summary>
|
||||||
|
<Description>This package contains the wireless regulatory database used by all cfg80211 based Linux wireless drivers</Description>
|
||||||
|
<Archive sha1sum="a4a541f4ef81985e919b15477253f16df997e8d9" type="tarxz">https://mirrors.edge.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-2018.10.24.tar.xz</Archive>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>wireless-regdb</Name>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="conf">/etc/wireless-regdb</Path>
|
||||||
|
<Path fileType="data">/usr/lib/crda</Path>
|
||||||
|
<Path fileType="data">/lib/firmware</Path>
|
||||||
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2019-01-15</Date>
|
||||||
|
<Version>2018.10.24</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>Ertuğrul Erata</Name>
|
||||||
|
<Email>ertugrulerata@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
+13958
-13910
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
03357e7caabc78fd12f80c8600cffae41d85143d
|
833a4e3d6cfd973792fd50f104216b32ca748000
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
899fdf1e35e20845847c2bd14efa5133bdff07fd
|
293b321ba3cc14104bd2ad7e1573bf93ed4649d7
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>kmod</Name>
|
<Name>kmod</Name>
|
||||||
<Homepage>http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary</Homepage>
|
<Homepage>https://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>PisiLinux Community</Name>
|
<Name>PisiLinux Community</Name>
|
||||||
<Email>admins@pisilinux.org</Email>
|
<Email>admins@pisilinux.org</Email>
|
||||||
@@ -30,7 +30,6 @@
|
|||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>xz</Dependency>
|
<Dependency>xz</Dependency>
|
||||||
<Dependency>zlib</Dependency>
|
<Dependency>zlib</Dependency>
|
||||||
<Dependency>glibc</Dependency>
|
|
||||||
<Dependency version="current">libkmod</Dependency>
|
<Dependency version="current">libkmod</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
@@ -107,6 +106,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="8">
|
||||||
|
<Date>2019-01-20</Date>
|
||||||
|
<Version>25</Version>
|
||||||
|
<Comment>Fix deps.</Comment>
|
||||||
|
<Name>Ertuğrul Erata</Name>
|
||||||
|
<Email>ertugrulerata@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="7">
|
<Update release="7">
|
||||||
<Date>2018-07-15</Date>
|
<Date>2018-07-15</Date>
|
||||||
<Version>25</Version>
|
<Version>25</Version>
|
||||||
|
|||||||
@@ -1,19 +1,19 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>libpcre</Name>
|
<Name>libpcre2</Name>
|
||||||
<Summary xml:lang="tr">Perl-uyumlu sıradan ifade kütüphanesi</Summary>
|
<Summary xml:lang="tr">Perl-uyumlu sıradan ifade kütüphanesi</Summary>
|
||||||
<Description xml:lang="tr">PCRE kütüphanesi, Perl 5 programlama dili sözdizimi ve semantiği ile kalıp eşleştirme (pattern matching) görevini yürüten fonksiyonları barındırır.</Description>
|
<Description xml:lang="tr">PCRE kütüphanesi, Perl 5 programlama dili sözdizimi ve semantiği ile kalıp eşleştirme (pattern matching) görevini yürüten fonksiyonları barındırır.</Description>
|
||||||
<Description xml:lang="fr">La librairie PCRE (Expressions Régulières Compatible avec Perl) est un ensemble de fonctions implémentant la recherche de motifs de texte à l'aide d'expressions régulières utilisant la même syntaxe et la même sémantique que Perl5.</Description>
|
<Description xml:lang="fr">La librairie PCRE (Expressions Régulières Compatible avec Perl) est un ensemble de fonctions implémentant la recherche de motifs de texte à l'aide d'expressions régulières utilisant la même syntaxe et la même sémantique que Perl5.</Description>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>libpcre-devel</Name>
|
<Name>libpcre2-devel</Name>
|
||||||
<Summary xml:lang="tr">libpcre için geliştirme dosyaları</Summary>
|
<Summary xml:lang="tr">libpcre için geliştirme dosyaları</Summary>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>libpcre-32bit</Name>
|
<Name>libpcre2-32bit</Name>
|
||||||
<Summary xml:lang="tr">libpcre için 32-bit paylaşımlı kitaplıklar</Summary>
|
<Summary xml:lang="tr">libpcre için 32-bit paylaşımlı kitaplıklar</Summary>
|
||||||
</Package>
|
</Package>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|||||||
Reference in New Issue
Block a user