From 2a9ab8cc66a3b58f15eeb5ef6954888bc6573634 Mon Sep 17 00:00:00 2001 From: Jan Koscielniak Date: Jun 26 2017 11:49:30 +0000 Subject: Add proper modulemd file --- diff --git a/modulemd.yaml b/modulemd.yaml deleted file mode 100644 index 3a4d7a9..0000000 --- a/modulemd.yaml +++ /dev/null @@ -1 +0,0 @@ -# This is just a placeholder file for a modulemd diff --git a/perl-libintl-perl.yaml b/perl-libintl-perl.yaml new file mode 100644 index 0000000..4f407f7 --- /dev/null +++ b/perl-libintl-perl.yaml @@ -0,0 +1,37 @@ +document: modulemd +version: 1 +data: + summary: Internationalization library for Perl, compatible with gettext + description: > + The is an internationalization library for Perl that aims to be + compatible with the Uniforum message translations system as + implemented for example in GNU gettext. + license: + module: [ MIT ] + dependencies: + buildrequires: + base-runtime: f26 + perl: f26 + requires: + perl: f26 + references: + community: https://docs.pagure.org/modularity/ + documentation: https://github.com/modularity-modules/perl-libintl-perl + tracker: https://github.com/modularity-modules/perl-libintl-perl + api: + rpms: + - perl-libintl-perl + components: + rpms: + perl-Class-Inspector: + rationale: Optional run-time and build-time dependency. + ref: f26 + buildorder: 0 + perl-File-ShareDir: + rationale: Optional run-time and build-time dependency. + ref: f26 + buildorder: 1 + perl-libintl-perl: + rationale: The API. + ref: f26 + buildorder: 2