Page MenuHomeSolus

D2116.id5378.diff
No OneTemporary

D2116.id5378.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,39 @@
+name : dnf-plugins-core
+version : 2.1.5
+release : 1
+source :
+ - https://github.com/rpm-software-management/dnf-plugins-core/archive/2.1.5/dnf-plugins-core-2.1.5.tar.gz : a78433e220125d356f05a684d4d7fcec59247b5e8bcfdec9c657154affbf171d
+license :
+ - GPL-2.0+
+ - GPL-2.0
+component : programming.devel
+summary : Core plugins for DNF
+description: |
+ Dandified Yum (DNF) is the next upcoming major version of Yum.
+ It does package management using RPM, libsolv and libdnf libraries.
+
+ This package enhances DNF with builddep, config-manager, copr, debug,
+ debuginfo-install, download, leaves, local, needs-restarting, repoclosure,
+ repograph, repomanage, reposync, show-leaves, and versionlock commands.
+
+ Additionally, this package provides the generate_completion_cache passive plugin.
+builddeps :
+ - python-sphinx
+ - dnf
+rundeps :
+ - dnf
+ - createrepo_c
+setup : |
+ mkdir build; cd build
+ %cmake .. -DPYTHON_DESIRED:str=3
+build : |
+ %make -C build
+ %make doc-man -C build
+install : |
+ %make_install -C build
+ # Drop the yum-utils shim in libexec
+ rm -rf $installdir/usr/libexec/
+ # Drop weird CMakeFiles directories
+ find $installdir -name "CMakeFiles" -type d | xargs rm -rf
+ # Drop garbage doctrees files
+ find $installdir -name ".doctrees" -type d | xargs rm -rf
\ No newline at end of file
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,72 @@
+<PISI>
+ <Source>
+ <Name>dnf-plugins-core</Name>
+ <Packager>
+ <Name>Neal Gompa</Name>
+ <Email>ngompa13@gmail.com</Email>
+ </Packager>
+ <License>GPL-2.0+</License>
+ <License>GPL-2.0</License>
+ <PartOf>programming.devel</PartOf>
+ <Summary xml:lang="en">Core plugins for DNF</Summary>
+ <Description xml:lang="en">Dandified Yum (DNF) is the next upcoming major version of Yum.
+It does package management using RPM, libsolv and libdnf libraries.
+
+This package enhances DNF with builddep, config-manager, copr, debug,
+debuginfo-install, download, leaves, local, needs-restarting, repoclosure,
+repograph, repomanage, reposync, show-leaves, and versionlock commands.
+
+Additionally, this package provides the generate_completion_cache passive plugin.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>dnf-plugins-core</Name>
+ <Summary xml:lang="en">Core plugins for DNF</Summary>
+ <Description xml:lang="en">Dandified Yum (DNF) is the next upcoming major version of Yum.
+It does package management using RPM, libsolv and libdnf libraries.
+
+This package enhances DNF with builddep, config-manager, copr, debug,
+debuginfo-install, download, leaves, local, needs-restarting, repoclosure,
+repograph, repomanage, reposync, show-leaves, and versionlock commands.
+
+Additionally, this package provides the generate_completion_cache passive plugin.
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <Files>
+ <Path fileType="config">/etc/dnf/plugins/debuginfo-install.conf</Path>
+ <Path fileType="config">/etc/dnf/plugins/local.conf</Path>
+ <Path fileType="config">/etc/dnf/plugins/versionlock.conf</Path>
+ <Path fileType="config">/etc/dnf/plugins/versionlock.list</Path>
+ <Path fileType="config">/etc/dnf/protected.d</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dnf-plugins/builddep.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dnf-plugins/config_manager.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dnf-plugins/copr.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dnf-plugins/debug.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dnf-plugins/debuginfo-install.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dnf-plugins/download.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dnf-plugins/generate_completion_cache.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dnf-plugins/leaves.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dnf-plugins/local.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dnf-plugins/needs_restarting.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dnf-plugins/repoclosure.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dnf-plugins/repograph.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dnf-plugins/repomanage.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dnf-plugins/reposync.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dnf-plugins/show_leaves.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dnf-plugins/versionlock.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dnfpluginscore/__init__.py</Path>
+ <Path fileType="localedata">/usr/share/locale</Path>
+ <Path fileType="man">/usr/share/man</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-02-10</Date>
+ <Version>2.1.5</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Neal Gompa</Name>
+ <Email>ngompa13@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 2:46 PM (1 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5799529
Default Alt Text
D2116.id5378.diff (6 KB)

Event Timeline