Page MenuHomeSolus

D3774.diff
No OneTemporary

D3774.diff

diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,20 @@
+name : perl-text-patch
+version : 1.8
+release : 1
+source :
+ - https://cpan.metacpan.org/authors/id/C/CA/CADE/Text-Patch-1.8.tar.gz : eaf18e61ba6a3e143846a7cc66f08ce58a0c4fbda92acb31aede25cb3b5c3dcc
+license : GPL-2.0-or-later
+component : programming.perl
+summary : Patches text with given patch
+description: |
+ Text::Patch combines source text with given diff (difference) data. Diff data is produced by Text::Diff module or by the standard diff utility (man diff, see -u option)
+builddeps :
+ - perl-text-diff # check
+setup : |
+ %perl_setup
+build : |
+ %perl_build
+install : |
+ %perl_install
+check : |
+ %make test
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,36 @@
+<PISI>
+ <Source>
+ <Name>perl-text-patch</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>GPL-2.0-or-later</License>
+ <PartOf>programming.perl</PartOf>
+ <Summary xml:lang="en">Patches text with given patch</Summary>
+ <Description xml:lang="en">Text::Patch combines source text with given diff (difference) data. Diff data is produced by Text::Diff module or by the standard diff utility (man diff, see -u option)
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>perl-text-patch</Name>
+ <Summary xml:lang="en">Patches text with given patch</Summary>
+ <Description xml:lang="en">Text::Patch combines source text with given diff (difference) data. Diff data is produced by Text::Diff module or by the standard diff utility (man diff, see -u option)
+</Description>
+ <PartOf>programming.perl</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib64/perl5/vendor_perl/5.26/Text/Patch.pm</Path>
+ <Path fileType="library">/usr/lib64/perl5/vendor_perl/5.26/x86_64-linux-thread-multi/auto/Text/Patch/.packlist</Path>
+ <Path fileType="man">/usr/share/man/man3/Text::Patch.3</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-08-31</Date>
+ <Version>1.8</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 7:07 PM (1 d, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5844944
Default Alt Text
D3774.diff (2 KB)

Event Timeline