https://bugzilla.redhat.com/show_bug.cgi?id=2048456



--- Comment #18 from Parag AN(पराग) <panem...@gmail.com> ---
Okay. Let's take upstream as https://github.com/mitradranirban/fonts-mukti
Then it will be easy to package in Fedora.

1) Use URL as
%global forgeurl https://github.com/mitradranirban/fonts-mukti

2)You still have wrong license tag. Use correct as
%global fontlicense       GPLv3+ with exceptions

3) Use as 3rd line in your spec file
%global tag v3.0.1

4) then
Source0:  %{forgesource}

5) Change
%setup -q -n %{foundry}-%{fontfamily}-fonts-%{version} 
to
%forgesetup

6)Remember common things to package are written together. For this package you
should write

%global foundry        fbf
%global fontlicense    GPLv3+ with exceptions
%global fontlicenses   LICENCE.txt
%global fontdocs       *.txt
%global fontdocsex     %{fontlicenses}

7) Then we write per family information. For this package you should write
%global fontfamily     mukti
%global fontsummary    Bangla open source Opentype font
%global fonts          *.otf
%global fontconfs      66-0-%{fontpkgname}.conf

8) Remaining SPEC sections are also written together. You should write
%prep
%forgesetup
chmod 755 generate.pe
./generate.pe *.sfd

%build
%fontbuild

%install
%fontinstall

%check
%fontcheck


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2048456
_______________________________________________
fonts-bugs mailing list -- fonts-bugs@lists.fedoraproject.org
To unsubscribe send an email to fonts-bugs-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/fonts-bugs@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to