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

leigh scott <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Doc Type|---                         |If docs needed, set a value



--- Comment #1 from leigh scott <[email protected]> ---
Change this from

BuildRequires:  cmake >= 3.10

to

BuildRequires:  cmake3 >= 3.10


and this

%build
%cmake
%make_build

to

%build
%cmake3
%make_build


You also need to validate the appdata file

https://docs.fedoraproject.org/en-US/packaging-guidelines/AppData/#_app_data_validate_usage

Also change the source url from

URL:            https://github.com/%{name}/%{name}
Source0:       
https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz

to

URL:            https://github.com/xournalpp/xournalpp
Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz

It makes it easier to read and navigate to the url


Also there is no need to use %{name}-%{version} in setup, change

%prep
%autosetup -n %{name}-%{version}

to

%prep
%autosetup

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]

Reply via email to