From 69eeed70cb33037c7ffa7d72069c4c8e403c9f22 Mon Sep 17 00:00:00 2001 From: zengweifeng Date: Thu, 17 Sep 2020 20:30:45 +0800 Subject: [PATCH 1/2] add some package yaml --- advisors/helper/specfile_exceptions.yaml | 3 +++ upstream-info/help2man.yaml | 5 +++++ upstream-info/hostname.yaml | 5 +++++ upstream-info/liberation-sans-fonts.yaml | 4 ++++ upstream-info/libopenraw.yaml | 4 ++++ upstream-info/libserf.yaml | 4 ++++ upstream-info/openslp.yaml | 4 ++++ upstream-info/radvd.yaml | 4 ++++ upstream-info/tcp_wrappers.yaml | 4 ++++ upstream-info/telepathy-logger.yaml | 4 ++++ upstream-info/virt-manager.yaml | 4 ++++ upstream-info/virt-viewer.yaml | 4 ++++ upstream-info/vte291.yaml | 4 ++++ upstream-info/xcb-proto.yaml | 4 ++++ upstream-info/xcb-util-image.yaml | 4 ++++ upstream-info/xcb-util-keysyms.yaml | 4 ++++ upstream-info/xcb-util-renderutil.yaml | 4 ++++ 17 files changed, 69 insertions(+) create mode 100644 upstream-info/help2man.yaml create mode 100644 upstream-info/hostname.yaml create mode 100644 upstream-info/liberation-sans-fonts.yaml create mode 100644 upstream-info/libopenraw.yaml create mode 100644 upstream-info/libserf.yaml create mode 100644 upstream-info/openslp.yaml create mode 100644 upstream-info/radvd.yaml create mode 100644 upstream-info/tcp_wrappers.yaml create mode 100644 upstream-info/telepathy-logger.yaml create mode 100644 upstream-info/virt-manager.yaml create mode 100644 upstream-info/virt-viewer.yaml create mode 100644 upstream-info/vte291.yaml create mode 100644 upstream-info/xcb-proto.yaml create mode 100644 upstream-info/xcb-util-image.yaml create mode 100644 upstream-info/xcb-util-keysyms.yaml create mode 100644 upstream-info/xcb-util-renderutil.yaml diff --git a/advisors/helper/specfile_exceptions.yaml b/advisors/helper/specfile_exceptions.yaml index 69ba2a4e..defcadee 100755 --- a/advisors/helper/specfile_exceptions.yaml +++ b/advisors/helper/specfile_exceptions.yaml @@ -62,3 +62,6 @@ uwsgi: ndisc6: dir: . file: ndisc.spec +liberation-sans-fonts + dir: . + file liberation-fonts.spec diff --git a/upstream-info/help2man.yaml b/upstream-info/help2man.yaml new file mode 100644 index 00000000..2f152eff --- /dev/null +++ b/upstream-info/help2man.yaml @@ -0,0 +1,5 @@ +--- +version_control: ftp +src_repo: https://ftp.gnu.org/gnu/help2man/ +tag_pattern: help2man-(.*).tar.xz(.sig)? +separator: "." diff --git a/upstream-info/hostname.yaml b/upstream-info/hostname.yaml new file mode 100644 index 00000000..f93c05f7 --- /dev/null +++ b/upstream-info/hostname.yaml @@ -0,0 +1,5 @@ +--- +version_control: ftp +src_repo: http://ftp.de.debian.org/debian/pool/main/h/hostname/ +tag_pattern: hostname_(.*).tar.gz +separator: "." diff --git a/upstream-info/liberation-sans-fonts.yaml b/upstream-info/liberation-sans-fonts.yaml new file mode 100644 index 00000000..9763c4a9 --- /dev/null +++ b/upstream-info/liberation-sans-fonts.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: liberationfonts/liberation-fonts +tag_prefix: NA +separator: . diff --git a/upstream-info/libopenraw.yaml b/upstream-info/libopenraw.yaml new file mode 100644 index 00000000..366c6e01 --- /dev/null +++ b/upstream-info/libopenraw.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: hfiguiere/libopenraw +tag_prefix: libopenraw- +separator: . diff --git a/upstream-info/libserf.yaml b/upstream-info/libserf.yaml new file mode 100644 index 00000000..5ad9a3c2 --- /dev/null +++ b/upstream-info/libserf.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: apache/serf +tag_prefix: ^v +separator: . diff --git a/upstream-info/openslp.yaml b/upstream-info/openslp.yaml new file mode 100644 index 00000000..65468856 --- /dev/null +++ b/upstream-info/openslp.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: openslp-org/openslp +tag_prefix: openslp- +separator: . diff --git a/upstream-info/radvd.yaml b/upstream-info/radvd.yaml new file mode 100644 index 00000000..a9c8d1aa --- /dev/null +++ b/upstream-info/radvd.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: reubenhwk/radvd +tag_prefix: ^v +separator: . diff --git a/upstream-info/tcp_wrappers.yaml b/upstream-info/tcp_wrappers.yaml new file mode 100644 index 00000000..d0178831 --- /dev/null +++ b/upstream-info/tcp_wrappers.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: git://git.pld-linux.org/packages/tcp_wrappers.git +tag_prefix: tcp_wrappers- +separator: _ diff --git a/upstream-info/telepathy-logger.yaml b/upstream-info/telepathy-logger.yaml new file mode 100644 index 00000000..75d74f81 --- /dev/null +++ b/upstream-info/telepathy-logger.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: TelepathyIM/telepathy-logger +tag_prefix: telepathy-logger- +separator: . diff --git a/upstream-info/virt-manager.yaml b/upstream-info/virt-manager.yaml new file mode 100644 index 00000000..93c1ea84 --- /dev/null +++ b/upstream-info/virt-manager.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: virt-manager/virt-manager +tag_prefix: ^v +separator: . diff --git a/upstream-info/virt-viewer.yaml b/upstream-info/virt-viewer.yaml new file mode 100644 index 00000000..29413276 --- /dev/null +++ b/upstream-info/virt-viewer.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://gitlab.com/virt-viewer/virt-viewer.git +tag_prefix: ^v +separator: . diff --git a/upstream-info/vte291.yaml b/upstream-info/vte291.yaml new file mode 100644 index 00000000..ca667278 --- /dev/null +++ b/upstream-info/vte291.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: GNOME/vte +tag_prefix: NA +separator: . diff --git a/upstream-info/xcb-proto.yaml b/upstream-info/xcb-proto.yaml new file mode 100644 index 00000000..e9d3c556 --- /dev/null +++ b/upstream-info/xcb-proto.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://gitlab.freedesktop.org/xorg/proto/xcbproto.git +tag_prefix: NA +separator: . diff --git a/upstream-info/xcb-util-image.yaml b/upstream-info/xcb-util-image.yaml new file mode 100644 index 00000000..e01cd0ff --- /dev/null +++ b/upstream-info/xcb-util-image.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://gitlab.freedesktop.org/xorg/lib/libxcb-image.git +tag_prefix: NA +separator: . diff --git a/upstream-info/xcb-util-keysyms.yaml b/upstream-info/xcb-util-keysyms.yaml new file mode 100644 index 00000000..6de82f2c --- /dev/null +++ b/upstream-info/xcb-util-keysyms.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://gitlab.freedesktop.org/xorg/lib/libxcb-keysyms.git +tag_prefix: NA +separator: . diff --git a/upstream-info/xcb-util-renderutil.yaml b/upstream-info/xcb-util-renderutil.yaml new file mode 100644 index 00000000..c19e757a --- /dev/null +++ b/upstream-info/xcb-util-renderutil.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://gitlab.freedesktop.org/xorg/lib/libxcb-render-util.git +tag_prefix: NA +separator: . -- Gitee From 08274ba4f388531cc6e8323bc6a8497b7821e511 Mon Sep 17 00:00:00 2001 From: zengweifeng Date: Thu, 17 Sep 2020 20:45:30 +0800 Subject: [PATCH 2/2] rm tcp_wrappers.yaml --- upstream-info/tcp_wrappers.yaml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 upstream-info/tcp_wrappers.yaml diff --git a/upstream-info/tcp_wrappers.yaml b/upstream-info/tcp_wrappers.yaml deleted file mode 100644 index d0178831..00000000 --- a/upstream-info/tcp_wrappers.yaml +++ /dev/null @@ -1,4 +0,0 @@ -version_control: git -src_repo: git://git.pld-linux.org/packages/tcp_wrappers.git -tag_prefix: tcp_wrappers- -separator: _ -- Gitee