Page MenuHomeSolus
Authored By
feskyde
Feb 8 2017, 8:35 PM
Size
3 KB
Referenced Files
None
Subscribers
None

0001-Initial-commit.patch

From ee643cc8c3763015386c4b04c971f720d9d91ac4 Mon Sep 17 00:00:00 2001
From: "Federico D. Schonborn" <federico.d.schonborn@gmail.com>
Date: Wed, 8 Feb 2017 17:34:10 -0300
Subject: [PATCH] Initial commit
Signed-off-by: Federico D. Schonborn <federico.d.schonborn@gmail.com>
---
Makefile | 1 +
abi_used_libs | 6 ++++++
package.yml | 19 +++++++++++++++++++
pspec_x86_64.xml | 36 ++++++++++++++++++++++++++++++++++++
4 files changed, 62 insertions(+)
create mode 100644 Makefile
create mode 100644 abi_used_libs
create mode 100644 package.yml
create mode 100644 pspec_x86_64.xml
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0a42375
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
index 0000000..812ebc9
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,6 @@
+libc.so.6
+libcrypto.so.1.0.0
+libm.so.6
+libsqlite3.so.0
+libssl.so.1.0.0
+libz.so.1
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..a85461f
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,19 @@
+name : fossil
+version : 1.37
+release : 1
+source :
+ - https://www.fossil-scm.org/index.html/uv/download/fossil-src-1.37.tar.gz : 81c19e81c4b2b60930bab3f2147b516525c855924ccc6d089748b0f5611be492
+license : BSD-2-Clause
+component : system.utils
+summary : A simple, high-reliability, distributed software configuration management system
+description: |
+ Fossil is a simple, high-reliability, distributed software configuration management system with
+ some features.
+builddeps :
+ - pkgconfig(sqlite3)
+setup : |
+ %configure --disable-internal-sqlite
+build : |
+ %make
+install : |
+ %make_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..7714637
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,36 @@
+<PISI>
+ <Source>
+ <Name>fossil</Name>
+ <Packager>
+ <Name>Federico D. Schonborn</Name>
+ <Email>federico.d.schonborn@gmail.com</Email>
+ </Packager>
+ <License>BSD-2-Clause</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">A simple, high-reliability, distributed software configuration management system</Summary>
+ <Description xml:lang="en">Fossil is a simple, high-reliability, distributed software configuration management system with
+some features.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>fossil</Name>
+ <Summary xml:lang="en">A simple, high-reliability, distributed software configuration management system</Summary>
+ <Description xml:lang="en">Fossil is a simple, high-reliability, distributed software configuration management system with
+some features.
+</Description>
+ <PartOf>system.utils</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-02-08</Date>
+ <Version>1.37</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Federico D. Schonborn</Name>
+ <Email>federico.d.schonborn@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.11.1

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
7377
Default Alt Text
0001-Initial-commit.patch (3 KB)

Event Timeline