Merge branch 'master' of github.com:pisilinux/core
This commit is contained in:
Binary file not shown.
@@ -28,7 +28,7 @@ i<?xml version="1.0" ?>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- Linux patches -->
|
||||
<Patch level="1" compressionType="xz">patches/linux/patch-4.0.5.xz</Patch>
|
||||
<Patch level="1" compressionType="xz">patches/linux/patch-4.0.6.xz</Patch>
|
||||
<!--aufs4-standalone support-->
|
||||
<Patch level="1">patches/pisilinux_aufs4-standalone.patch</Patch>
|
||||
<!--mageia 3rd patch-->
|
||||
@@ -111,6 +111,14 @@ i<?xml version="1.0" ?>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="53">
|
||||
<Date>2015-06-23</Date>
|
||||
<Version>4.0.6</Version>
|
||||
<Comment>Version bump to 4.0.6 https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.0.6</Comment>
|
||||
<Type package="kernel">security</Type>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="52">
|
||||
<Date>2015-05-14</Date>
|
||||
<Version>4.0.5</Version>
|
||||
|
||||
+19
-286
@@ -561,7 +561,7 @@
|
||||
<Dependency>xmlto</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch compressionType="xz" level="1">patches/linux/patch-4.0.5.xz</Patch>
|
||||
<Patch compressionType="xz" level="1">patches/linux/patch-4.0.6.xz</Patch>
|
||||
<Patch level="1">patches/pisilinux_aufs4-standalone.patch</Patch>
|
||||
</Patches>
|
||||
<SourceURI>kernel/kernel/pspec.xml</SourceURI>
|
||||
@@ -621,6 +621,14 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="53">
|
||||
<Type package="kernel">security</Type>
|
||||
<Date>2015-06-23</Date>
|
||||
<Version>4.0.6</Version>
|
||||
<Comment>Version bump to 4.0.6 https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.0.6</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="52">
|
||||
<Type package="kernel">security</Type>
|
||||
<Date>2015-05-14</Date>
|
||||
@@ -2792,6 +2800,7 @@
|
||||
<Dependency version="4.0.5">kernel-module-headers</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">patch/linux-40.patch</Patch>
|
||||
<Patch level="1">patch/linux-recent.patch</Patch>
|
||||
<Patch level="1">patch/license.patch</Patch>
|
||||
<Patch level="1">patch/gcc.patch</Patch>
|
||||
@@ -3398,7 +3407,6 @@
|
||||
<Dependency>help2man</Dependency>
|
||||
<Dependency>texinfo</Dependency>
|
||||
<Dependency>freetype-devel</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
<Dependency>xz-devel</Dependency>
|
||||
@@ -10181,289 +10189,6 @@
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>udev</Name>
|
||||
<Homepage>http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<PartOf>system.base</PartOf>
|
||||
<Summary xml:lang="en">Linux dynamic and persistent device naming support</Summary>
|
||||
<Summary xml:lang="tr">Linux dinamik ve sürekli aygıt isimlendirme desteği (kernel dışındaki devfs)</Summary>
|
||||
<Description xml:lang="fr">udev permet aux utilisateurs Linux d'avoir un répertoire /dev dynamique et donne la possibilité d'avoir des noms de périphériques persistants.</Description>
|
||||
<Description xml:lang="en">udev allows Linux users to have a dynamic /dev directory and it provides the ability to have persistent device names.</Description>
|
||||
<Description xml:lang="tr">udev linux kullanıcılarının dinamik /dev dizinine sahip olmalarına olanek verir ve tutarlı cihaz isimleri almasını sağlar.</Description>
|
||||
<Description xml:lang="de">udev ermöglicht Linux Benutzern ein dynamisches /dev Verzeichnis und beständige Gerätenamen</Description>
|
||||
<Archive type="tarxz" sha1sum="3436d5829876010e0747b6bf6e7dcbe365e2e5ef">http://www.freedesktop.org/software/systemd/systemd-214.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gperf</Dependency>
|
||||
<Dependency>acl-devel</Dependency>
|
||||
<Dependency>libkmod-devel</Dependency>
|
||||
<Dependency>libutil-linux-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>system/base/udev/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>udev</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="16">libudev</Dependency>
|
||||
<Dependency>acl</Dependency>
|
||||
<Dependency>libkmod</Dependency>
|
||||
<Dependency>libutil-linux</Dependency>
|
||||
<Dependency>util-linux</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/bin</Path>
|
||||
<Path fileType="executable">/sbin</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="executable">/lib/udev</Path>
|
||||
<Path fileType="library">/lib</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="config">/usr/lib/tmpfiles.d/udev.conf</Path>
|
||||
<Path fileType="data">/run/udev</Path>
|
||||
<Path fileType="data">/lib/systemd</Path>
|
||||
<Path fileType="data">/etc/udev/rules.d</Path>
|
||||
<Path fileType="data">/lib/udev/rules.d</Path>
|
||||
<Path fileType="data">/usr/share/dbus-1/services</Path>
|
||||
<Path fileType="data">/usr/share/bash-completion/completions</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
<Provides>
|
||||
<COMAR script="package.py">System.Package</COMAR>
|
||||
</Provides>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/lib/tmpfiles.d/udev.conf" permission="0644" owner="root">tmpfiles.conf</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>udev-devel</Name>
|
||||
<Summary xml:lang="en">Development files for udev</Summary>
|
||||
<PartOf>system.devel</PartOf>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="16">udev</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/systemd/sd-daemon.h</Path>
|
||||
<Path fileType="data">/usr/lib32/pkgconfig/libsystemd-daemon.pc</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig/libsystemd-daemon.pc</Path>
|
||||
<Path fileType="data">/usr/share/pkgconfig/udev.pc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libudev</Name>
|
||||
<Summary xml:lang="en">Dynamic library to access udev device information</Summary>
|
||||
<Summary xml:lang="tr">udev aygıt bilgilerini sunan kitaplık</Summary>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libudev*</Path>
|
||||
<Path fileType="library">/lib/libudev*</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="3">udev</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libudev-devel</Name>
|
||||
<Summary xml:lang="en">Development files for libudev</Summary>
|
||||
<Summary xml:lang="tr">libudev için geliştirme dosyaları</Summary>
|
||||
<PartOf>system.devel</PartOf>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="16">udev</Dependency>
|
||||
<Dependency release="16">libudev</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/libudev.h</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig/libudev.pc</Path>
|
||||
<Path fileType="data">/usr/lib32/pkgconfig/libudev.pc</Path>
|
||||
<Path fileType="data">/usr/share/gtk-doc/html/libudev</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libgudev1</Name>
|
||||
<Summary xml:lang="en">Libraries for adding libudev support to applications that use glib</Summary>
|
||||
<Summary xml:lang="tr">glib kullanan uygulamalara libudev desteği eklemek için kullanılan kitaplık</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libudev</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libgudev*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libgudev1-devel</Name>
|
||||
<Summary xml:lang="en">Development files for libgudev1</Summary>
|
||||
<Summary xml:lang="tr">libgudev1 için geliştirme dosyaları</Summary>
|
||||
<PartOf>system.devel</PartOf>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libudev-devel</Dependency>
|
||||
<Dependency release="16">libgudev1</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/gudev-1.0</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig/gudev-1.0*</Path>
|
||||
<Path fileType="data">/usr/lib32/pkgconfig/gudev-1.0*</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0/GUdev-1.0.gir</Path>
|
||||
<Path fileType="doc">/usr/share/gtk-doc/html/gudev</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libudev-32bit</Name>
|
||||
<Summary xml:lang="en">32-bit shared libraries for libudev</Summary>
|
||||
<Summary xml:lang="tr">udev için 32-bit paylaşımlı kitaplıklar</Summary>
|
||||
<PartOf>emul32</PartOf>
|
||||
<BuildType>emul32</BuildType>
|
||||
<BuildDependencies>
|
||||
<Dependency>libkmod-32bit</Dependency>
|
||||
<Dependency>libutil-linux-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="16">libudev</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32/libudev*</Path>
|
||||
<Path fileType="library">/lib32/libudev*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libgudev1-32bit</Name>
|
||||
<Summary xml:lang="en">32-bit shared libraries for libgudev1</Summary>
|
||||
<PartOf>emul32</PartOf>
|
||||
<BuildType>emul32</BuildType>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="16">libgudev1</Dependency>
|
||||
<Dependency release="16">libudev-32bit</Dependency>
|
||||
<Dependency>glib2-32bit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32/libgudev*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="16">
|
||||
<Date>2015-05-01</Date>
|
||||
<Version>214</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="15">
|
||||
<Date>2014-05-11</Date>
|
||||
<Version>212</Version>
|
||||
<Comment>Add upstream patches.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2014-03-28</Date>
|
||||
<Version>212</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2014-03-12</Date>
|
||||
<Version>211</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2014-03-07</Date>
|
||||
<Version>210</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2014-02-26</Date>
|
||||
<Version>210</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2014-02-20</Date>
|
||||
<Version>209</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2014-01-11</Date>
|
||||
<Version>208</Version>
|
||||
<Comment>Add tmpfiles.conf, git updates.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2013-10-30</Date>
|
||||
<Version>208</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2013-09-10</Date>
|
||||
<Version>206</Version>
|
||||
<Comment>Add /run/udev directory.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2013-08-13</Date>
|
||||
<Version>206</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2013-07-28</Date>
|
||||
<Version>204</Version>
|
||||
<Comment>Fix pc files for emul32.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2013-06-13</Date>
|
||||
<Version>204</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-03-30</Date>
|
||||
<Version>200</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-01-24</Date>
|
||||
<Version>197</Version>
|
||||
<Comment>Version bump, add emul32</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-10-11</Date>
|
||||
<Version>194</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Erdem Artan</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>bc</Name>
|
||||
@@ -18007,7 +17732,7 @@
|
||||
<Summary xml:lang="tr">Python için C eklentileri</Summary>
|
||||
<Description xml:lang="en">Cython is a language that makes writing C extensions for the Python language as easy as Python itself.</Description>
|
||||
<Description xml:lang="tr">Cython, Python için C eklentileri yazmayı kolaylaştıran bir dildir.</Description>
|
||||
<Archive type="targz" sha1sum="a80bd1462ca5e99934908f030549d204951f8da6">http://www.cython.org/release/Cython-0.22.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="85c0494968e49f4aa3d20c58c314b5dffed47886">http://www.cython.org/release/Cython-0.22.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -18025,6 +17750,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2015-06-22</Date>
|
||||
<Version>0.22.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2015-02-16</Date>
|
||||
<Version>0.22</Version>
|
||||
@@ -22435,6 +22167,7 @@
|
||||
<Summary xml:lang="en">Development files for freetype</Summary>
|
||||
<Summary xml:lang="tr">freetype için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="10">freetype</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
|
||||
@@ -1 +1 @@
|
||||
e5677470550b4aa950a602fdcf0c4c7696e70647
|
||||
7bd92798e90fd0447b579d2cc0a9c88c5d2eb811
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
c10f657c464b0f3ff3cbc607920689be3f937af2
|
||||
893dd8496029b27aa345b268994cab48b1936f74
|
||||
@@ -1,157 +0,0 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import libtools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
suffix = "32" if get.buildTYPE() == "emul32" else ""
|
||||
|
||||
def setup():
|
||||
pisitools.flags.add("-fno-lto")
|
||||
#shelltools.echo("docs/gtk-doc.make", "EXTRA_DIST=")
|
||||
autotools.autoreconf("-fi")
|
||||
libtools.libtoolize("--force")
|
||||
|
||||
options = " ac_cv_header_sys_capability_h=yes \
|
||||
--bindir=/sbin%s \
|
||||
--sbindir=/sbin%s \
|
||||
--docdir=/usr/share/doc/udev \
|
||||
--libdir=/usr/lib%s \
|
||||
--libexecdir=/lib%s/udev \
|
||||
--with-firmware-path=/lib%s/firmware/updates:/lib%s/firmware \
|
||||
--with-html-dir=/usr/share/doc/udev/html \
|
||||
--with-rootlibdir=/lib%s \
|
||||
--with-rootprefix= \
|
||||
--without-python \
|
||||
--disable-xz \
|
||||
--disable-nls \
|
||||
--disable-pam \
|
||||
--disable-dbus \
|
||||
--disable-audit \
|
||||
--disable-gcrypt \
|
||||
--disable-gnutls \
|
||||
--disable-logind \
|
||||
--disable-polkit \
|
||||
--disable-seccomp \
|
||||
--disable-selinux \
|
||||
--disable-qrencode \
|
||||
--disable-readahead \
|
||||
--disable-microhttpd \
|
||||
--disable-myhostname \
|
||||
--disable-quotacheck \
|
||||
--disable-python-devel \
|
||||
--disable-libcryptsetup \
|
||||
--enable-gudev \
|
||||
--enable-split-usr \
|
||||
" % ((suffix, )*7)
|
||||
|
||||
options += "\
|
||||
--disable-acl \
|
||||
--disable-kmod \
|
||||
--disable-static \
|
||||
--disable-manpages \
|
||||
--disable-gtk-doc \
|
||||
--disable-introspection \
|
||||
" if get.buildTYPE() == "emul32" else \
|
||||
"\
|
||||
--enable-acl \
|
||||
--enable-kmod \
|
||||
--enable-static \
|
||||
--enable-introspection \
|
||||
"
|
||||
|
||||
shelltools.system("sed -i -e '/--enable-static is not supported by systemd/s:as_fn_error:echo:' configure")
|
||||
autotools.configure(options)
|
||||
|
||||
def build():
|
||||
shelltools.echo("Makefile.extra", "BUILT_SOURCES: $(BUILT_SOURCES)")
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
autotools.make("-f Makefile -f Makefile.extra")
|
||||
|
||||
targets = " \
|
||||
libudev.la \
|
||||
libgudev-1.0.la \
|
||||
systemd-udevd \
|
||||
udevadm \
|
||||
ata_id \
|
||||
cdrom_id \
|
||||
collect \
|
||||
scsi_id \
|
||||
v4l_id \
|
||||
accelerometer \
|
||||
mtd_probe \
|
||||
"
|
||||
|
||||
autotools.make(targets)
|
||||
|
||||
autotools.make("-C docs/libudev")
|
||||
autotools.make("-C docs/gudev")
|
||||
|
||||
#~ def check():
|
||||
#~ autotools.make("check")
|
||||
#~
|
||||
|
||||
def install():
|
||||
targets = " install-libLTLIBRARIES \
|
||||
install-includeHEADERS \
|
||||
install-libgudev_includeHEADERS \
|
||||
install-rootbinPROGRAMS \
|
||||
install-rootlibexecPROGRAMS \
|
||||
install-udevlibexecPROGRAMS \
|
||||
install-dist_udevconfDATA \
|
||||
install-dist_udevrulesDATA \
|
||||
install-girDATA \
|
||||
install-pkgconfiglibDATA \
|
||||
install-sharepkgconfigDATA \
|
||||
install-typelibsDATA \
|
||||
install-dist_docDATA \
|
||||
libudev-install-hook \
|
||||
install-directories-hook \
|
||||
install-dist_bashcompletionDATA \
|
||||
install-dist_networkDATA \
|
||||
rootlibexec_PROGRAMS='systemd-udevd' \
|
||||
rootbin_PROGRAMS='udevadm' \
|
||||
lib_LTLIBRARIES='libudev.la \
|
||||
libgudev-1.0.la' \
|
||||
pkgconfiglib_DATA='src/libudev/libudev.pc \
|
||||
src/gudev/gudev-1.0.pc' \
|
||||
dist_bashcompletion_DATA='shell-completion/bash/udevadm' \
|
||||
dist_network_DATA='network/99-default.link' \
|
||||
pkginclude_HEADERS='src/libudev/libudev.h' \
|
||||
"
|
||||
|
||||
autotools.make("-j1 DESTDIR=%s%s %s" % (get.installDIR(), suffix, targets))
|
||||
if get.buildTYPE() == "emul32":
|
||||
shelltools.move("%s%s/lib%s" % (get.installDIR(), suffix, suffix), "%s/lib%s" % (get.installDIR(), suffix))
|
||||
shelltools.move("%s%s/usr/lib%s" % (get.installDIR(), suffix, suffix), "%s/usr/lib%s" % (get.installDIR(), suffix))
|
||||
for f in shelltools.ls("%s/usr/lib32/pkgconfig" % get.installDIR()):
|
||||
pisitools.dosed("%s/usr/lib32/pkgconfig/%s" % (get.installDIR(), f), "emul32", "usr")
|
||||
#shelltools.unlinkDir("%s%s" % (get.installDIR(), suffix))
|
||||
return
|
||||
# Create needed directories
|
||||
#for d in ("", "net", "pts", "shm", "hugepages"):
|
||||
#pisitools.dodir("/lib/udev/devices/%s" % d)
|
||||
|
||||
# Create vol_id and scsi_id symlinks in /sbin probably needed by multipath-tools
|
||||
pisitools.dosym("/lib/udev/scsi_id", "/sbin/scsi_id")
|
||||
|
||||
# Create /sbin/systemd-udevd -> /sbin/udevd sysmlink, we need it for MUDUR, do not touch this sysmlink.
|
||||
pisitools.dosym("/sbin/systemd-udevd", "/sbin/udevd")
|
||||
pisitools.dosym("/lib/systemd/systemd-udevd", "/sbin/systemd-udevd")
|
||||
# Mudur needs this symlink as well
|
||||
pisitools.dosym("/bin/udevadm", "/sbin/udevadm")
|
||||
|
||||
# Create /etc/udev/rules.d for backward compatibility
|
||||
pisitools.dodir("/etc/udev/rules.d")
|
||||
|
||||
pisitools.dodir("/run/udev")
|
||||
pisitools.dodoc("README", "TODO")
|
||||
|
||||
# Add man files
|
||||
pisitools.doman("man/systemd.link.5", "man/udev.7", "man/udevadm.8", "man/systemd-udevd.service.8")
|
||||
@@ -1,29 +0,0 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import os
|
||||
|
||||
def createNode(mode, uid, gid, minor, major, path):
|
||||
os.system("/bin/mknod --mode=%d %s c %d %d" % (mode, path, minor, major))
|
||||
os.system("/bin/chown %s:%s %s" % (uid, gid, path))
|
||||
|
||||
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
||||
createNode(600, "root", "root", 1, 11, "/lib/udev/devices/kmsg")
|
||||
createNode(666, "root", "root", 1, 3, "/lib/udev/devices/null")
|
||||
createNode(666, "root", "root", 1, 5, "/lib/udev/devices/zero")
|
||||
createNode(600, "root", "root", 10, 130, "/lib/udev/devices/watchdog")
|
||||
createNode(666, "root", "root", 10, 229, "/lib/udev/devices/fuse")
|
||||
createNode(600, "root", "tty", 5, 1, "/lib/udev/devices/console")
|
||||
createNode(666, "root", "tty", 5, 2, "/lib/udev/devices/ptmx")
|
||||
createNode(666, "root", "tty", 5, 0, "/lib/udev/devices/tty")
|
||||
createNode(620, "root", "tty", 4, 1, "/lib/udev/devices/tty1")
|
||||
createNode(600, "root", "root", 10, 200, "/lib/udev/devices/net/tun")
|
||||
createNode(600, "root", "root", 36, 0, "/lib/udev/devices/route")
|
||||
createNode(600, "root", "root", 10, 200, "/lib/udev/devices/skip")
|
||||
createNode(660, "root", "dialout", 108, 0, "/lib/udev/devices/ppp")
|
||||
|
||||
if os.path.exists("/lib/udev/devices/rtc"):
|
||||
os.unlink("/lib/udev/devices/rtc")
|
||||
|
||||
# Migrate UDEV database
|
||||
if fromVersion and int(fromVersion) < 165:
|
||||
os.system("/sbin/udevadm info --convert-db &> /dev/null")
|
||||
@@ -1 +0,0 @@
|
||||
D /run/udev 0755 root root
|
||||
@@ -1,284 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>udev</Name>
|
||||
<Homepage>http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Linux dynamic and persistent device naming support</Summary>
|
||||
<Description>udev allows Linux users to have a dynamic /dev directory and it provides the ability to have persistent device names.</Description>
|
||||
<Archive sha1sum="3436d5829876010e0747b6bf6e7dcbe365e2e5ef" type="tarxz">http://www.freedesktop.org/software/systemd/systemd-214.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gperf</Dependency>
|
||||
<Dependency>acl-devel</Dependency>
|
||||
<Dependency>libkmod-devel</Dependency>
|
||||
<Dependency>libutil-linux-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>udev</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libudev</Dependency>
|
||||
<Dependency>acl</Dependency>
|
||||
<Dependency>libkmod</Dependency>
|
||||
<Dependency>libutil-linux</Dependency>
|
||||
<Dependency>util-linux</Dependency> <!-- Only for a /sbin/blkid call from a rules file -->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/bin</Path>
|
||||
<Path fileType="executable">/sbin</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="executable">/lib/udev</Path>
|
||||
<Path fileType="library">/lib</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="config">/usr/lib/tmpfiles.d/udev.conf</Path>
|
||||
<Path fileType="data">/run/udev</Path>
|
||||
<Path fileType="data">/lib/systemd</Path>
|
||||
<Path fileType="data">/etc/udev/rules.d</Path>
|
||||
<Path fileType="data">/lib/udev/rules.d</Path>
|
||||
<Path fileType="data">/usr/share/dbus-1/services</Path>
|
||||
<Path fileType="data">/usr/share/bash-completion/completions</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/lib/tmpfiles.d/udev.conf">tmpfiles.conf</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
<Provides>
|
||||
<!-- FIXME: This may need a rework -->
|
||||
<COMAR script="package.py">System.Package</COMAR>
|
||||
</Provides>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>udev-devel</Name>
|
||||
<PartOf>system.devel</PartOf>
|
||||
<Summary>Development files for udev</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">udev</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/systemd/sd-daemon.h</Path>
|
||||
<Path fileType="data">/usr/lib32/pkgconfig/libsystemd-daemon.pc</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig/libsystemd-daemon.pc</Path>
|
||||
<Path fileType="data">/usr/share/pkgconfig/udev.pc</Path> <!-- check this path usr/share/pkgconfig -->
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libudev</Name>
|
||||
<Summary>Dynamic library to access udev device information</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="3">udev</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libudev*</Path>
|
||||
<Path fileType="library">/lib/libudev*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libudev-devel</Name>
|
||||
<PartOf>system.devel</PartOf>
|
||||
<Summary>Development files for libudev</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">udev</Dependency>
|
||||
<Dependency release="current">libudev</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/libudev.h</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig/libudev.pc</Path>
|
||||
<Path fileType="data">/usr/lib32/pkgconfig/libudev.pc</Path>
|
||||
<Path fileType="data">/usr/share/gtk-doc/html/libudev</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libgudev1</Name>
|
||||
<Summary>Libraries for adding libudev support to applications that use glib</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libudev</Dependency>
|
||||
</RuntimeDependencies>>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libgudev*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libgudev1-devel</Name>
|
||||
<PartOf>system.devel</PartOf>
|
||||
<Summary>Development files for libgudev1</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libudev-devel</Dependency>
|
||||
<Dependency release="current">libgudev1</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/gudev-1.0</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig/gudev-1.0*</Path>
|
||||
<Path fileType="data">/usr/lib32/pkgconfig/gudev-1.0*</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0/GUdev-1.0.gir</Path>
|
||||
<Path fileType="doc">/usr/share/gtk-doc/html/gudev</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libudev-32bit</Name>
|
||||
<PartOf>emul32</PartOf>
|
||||
<Summary>32-bit shared libraries for libudev</Summary>
|
||||
<BuildType>emul32</BuildType>
|
||||
<BuildDependencies>
|
||||
<Dependency>libkmod-32bit</Dependency>
|
||||
<Dependency>libutil-linux-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libudev</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32/libudev*</Path>
|
||||
<Path fileType="library">/lib32/libudev*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libgudev1-32bit</Name>
|
||||
<PartOf>emul32</PartOf>
|
||||
<Summary>32-bit shared libraries for libgudev1</Summary>
|
||||
<BuildType>emul32</BuildType>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libgudev1</Dependency>
|
||||
<Dependency release="current">libudev-32bit</Dependency>
|
||||
<Dependency>glib2-32bit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32/libgudev*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="16">
|
||||
<Date>2015-05-01</Date>
|
||||
<Version>214</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="15">
|
||||
<Date>2014-05-11</Date>
|
||||
<Version>212</Version>
|
||||
<Comment>Add upstream patches.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2014-03-28</Date>
|
||||
<Version>212</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2014-03-12</Date>
|
||||
<Version>211</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2014-03-07</Date>
|
||||
<Version>210</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2014-02-26</Date>
|
||||
<Version>210</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2014-02-20</Date>
|
||||
<Version>209</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2014-01-11</Date>
|
||||
<Version>208</Version>
|
||||
<Comment>Add tmpfiles.conf, git updates.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2013-10-30</Date>
|
||||
<Version>208</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2013-09-10</Date>
|
||||
<Version>206</Version>
|
||||
<Comment>Add /run/udev directory.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2013-08-13</Date>
|
||||
<Version>206</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2013-07-28</Date>
|
||||
<Version>204</Version>
|
||||
<Comment>Fix pc files for emul32.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2013-06-13</Date>
|
||||
<Version>204</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-03-30</Date>
|
||||
<Version>200</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-01-24</Date>
|
||||
<Version>197</Version>
|
||||
<Comment>Version bump, add emul32</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-10-11</Date>
|
||||
<Version>194</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Erdem Artan</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,35 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>udev</Name>
|
||||
<Summary xml:lang="tr">Linux dinamik ve sürekli aygıt isimlendirme desteği (kernel dışındaki devfs)</Summary>
|
||||
<Description xml:lang="tr">udev linux kullanıcılarının dinamik /dev dizinine sahip olmalarına olanek verir ve tutarlı cihaz isimleri almasını sağlar.</Description>
|
||||
<Description xml:lang="fr">udev permet aux utilisateurs Linux d'avoir un répertoire /dev dynamique et donne la possibilité d'avoir des noms de périphériques persistants.</Description>
|
||||
<Description xml:lang="de">udev ermöglicht Linux Benutzern ein dynamisches /dev Verzeichnis und beständige Gerätenamen</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libudev</Name>
|
||||
<Summary xml:lang="tr">udev aygıt bilgilerini sunan kitaplık</Summary>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libudev-32bit</Name>
|
||||
<Summary xml:lang="tr">udev için 32-bit paylaşımlı kitaplıklar</Summary>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libudev-devel</Name>
|
||||
<Summary xml:lang="tr">libudev için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libgudev1</Name>
|
||||
<Summary xml:lang="tr">glib kullanan uygulamalara libudev desteği eklemek için kullanılan kitaplık</Summary>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libgudev1-devel</Name>
|
||||
<Summary xml:lang="tr">libgudev1 için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -1,236 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>util-linux</Name>
|
||||
<Homepage>http://userweb.kernel.org/~kzak/util-linux-ng/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Various useful Linux utilities</Summary>
|
||||
<Description>The util-linux package contains a large variety of low-level system utilities that are necessary for a Linux system to function.</Description>
|
||||
<Archive sha1sum="73aee8f0ecc5f25c206a92e0c6ed7f14a5e01d66" type="tarxz">https://www.kernel.org/pub/linux/utils/util-linux/v2.26/util-linux-2.26.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>udev-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>libudev-devel</Dependency>
|
||||
<Dependency>shadow</Dependency>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
<Dependency>libcap-ng-devel</Dependency>
|
||||
<Dependency>glibc-32bit</Dependency>
|
||||
<!-- <Dependency releaseFrom="2">utempter-devel</Dependency>-->
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!--<Patch level="1">ntfs-3g.patch</Patch>
|
||||
<Patch level="1">0001-libmount-FS-id-and-parent-ID-could-be-zero.patch</Patch>
|
||||
<Patch level="1">0001-switch_root-verify-initramfs-by-f_type-not-devno.patch</Patch>
|
||||
<Patch level="1">move_is_mountinfo.patch</Patch>-->
|
||||
<!-- makeing /var/log/lastlog -->
|
||||
<Patch level="1">upstream/util-linux-ng-2.21-login-lastlog.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>util-linux</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency version="current">libuuid</Dependency>
|
||||
<Dependency version="current">libblkid</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>python</Dependency>
|
||||
<Dependency>ncurses</Dependency>
|
||||
<Dependency>libudev</Dependency>
|
||||
<!--<Dependency>utempter</Dependency>-->
|
||||
<Dependency>libcap-ng</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="executable">/bin</Path>
|
||||
<Path fileType="executable">/sbin</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="info">/usr/share/info</Path>
|
||||
<Path fileType="data">/usr/share/misc</Path>
|
||||
<Path fileType="data">/usr/share/getopt</Path>
|
||||
<Path fileType="data">/usr/share/bash-completion/completions</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/lib</Path>
|
||||
</Files>
|
||||
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>uuidd</Name>
|
||||
<IsA>service</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<PartOf>util.misc</PartOf>
|
||||
<Summary>Helper daemon to guarantee uniqueness of time-based UUIDs</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libuuid</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<!-- FIXME: Add COMAR service -->
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/uuidgen</Path>
|
||||
<Path fileType="executable">/usr/sbin/uuidd</Path>
|
||||
<Path fileType="config">/usr/lib/tmpfiles.d/uuidd.conf</Path>
|
||||
<Path fileType="man">/usr/share/man/man1/uuidgen.1</Path>
|
||||
<Path fileType="man">/usr/share/man/man8/uuidd.8</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/lib/tmpfiles.d/uuidd.conf" permission="0644" owner="root">uuidd.tmpfiles</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libuuid</Name>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A library for UUID processing</Summary>
|
||||
<Files>
|
||||
<Path fileType="man">/usr/share/man/man3/uuid*</Path>
|
||||
<Path fileType="library">/lib/libuuid.*</Path>
|
||||
<Path fileType="library">/usr/lib/libuuid.so</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libuuid-devel</Name>
|
||||
<IsA>header</IsA>
|
||||
<PartOf>system.devel</PartOf>
|
||||
<Summary>libuuid header files</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libuuid</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/uuid/*</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig/</Path>
|
||||
<Path fileType="data">/usr/lib32/pkgconfig/uuid.pc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libblkid</Name>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A library for block device identifying</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libuuid</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="man">/usr/share/man/man3/libblkid*</Path>
|
||||
<Path fileType="man">/usr/share/man/man8/blkid*</Path>
|
||||
<Path fileType="library">/lib/libblkid.*</Path>
|
||||
<Path fileType="library">/usr/lib/libblkid.so</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libblkid-devel</Name>
|
||||
<IsA>header</IsA>
|
||||
<PartOf>system.devel</PartOf>
|
||||
<Summary>libblkid header files</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libblkid</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/blkid/*</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig/blkid.pc</Path>
|
||||
<Path fileType="data">/usr/lib32/pkgconfig/blkid.pc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libuuid-32bit</Name>
|
||||
<PartOf>emul32</PartOf>
|
||||
<Summary>32-bit shared libraries for libuuid</Summary>
|
||||
<BuildType>emul32</BuildType>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glibc-32bit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32/libuuid.*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libblkid-32bit</Name>
|
||||
<PartOf>emul32</PartOf>
|
||||
<Summary>32-bit shared libraries for libblkid</Summary>
|
||||
<BuildType>emul32</BuildType>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libblkid</Dependency>
|
||||
<Dependency release="current">libuuid-32bit</Dependency>
|
||||
<Dependency release="current">libuuid</Dependency>
|
||||
<Dependency>glibc-32bit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32/libblkid.*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2015-04-01</Date>
|
||||
<Version>2.26.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2014-05-11</Date>
|
||||
<Version>2.24.1</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2014-04-08</Date>
|
||||
<Version>2.24.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2014-01-20</Date>
|
||||
<Version>2.24</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2013-07-27</Date>
|
||||
<Version>2.22.2</Version>
|
||||
<Comment>Move pc files to devel pack, rebuild</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-07-26</Date>
|
||||
<Version>2.22.2</Version>
|
||||
<Comment>Release bump for rebuild.</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-01-14</Date>
|
||||
<Version>2.22.2</Version>
|
||||
<Comment>New release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-11-17</Date>
|
||||
<Version>2.22.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -26,7 +26,6 @@
|
||||
<Dependency>help2man</Dependency>
|
||||
<Dependency>texinfo</Dependency>
|
||||
<Dependency>freetype-devel</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
<Dependency>xz-devel</Dependency>
|
||||
|
||||
Reference in New Issue
Block a user