initial package upload
This commit is contained in:
parent
c5bc586076
commit
80ca72f98f
3 changed files with 75 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/alligator-21.05.tar.xz
|
||||
/org.kde.alligator.appdata.xml
|
||||
71
alligator.spec
Normal file
71
alligator.spec
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
Name: alligator
|
||||
Version: 21.05
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2 or GPLv3
|
||||
Summary: Kirigami-based RSS reader
|
||||
Url: https://invent.kde.org/plasma-mobile/alligator
|
||||
Source: https://download.kde.org/stable/plasma-mobile/%{version}/%{name}-%{version}.tar.xz
|
||||
Source1: org.kde.alligator.appdata.xml
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: kf5-rpm-macros
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: libappstream-glib
|
||||
|
||||
BuildRequires: cmake(Qt5Core)
|
||||
BuildRequires: cmake(Qt5Quick)
|
||||
BuildRequires: cmake(Qt5Test)
|
||||
BuildRequires: cmake(Qt5Gui)
|
||||
BuildRequires: cmake(Qt5QuickControls2)
|
||||
BuildRequires: cmake(Qt5Sql)
|
||||
|
||||
BuildRequires: cmake(KF5CoreAddons)
|
||||
BuildRequires: cmake(KF5Syndication)
|
||||
BuildRequires: cmake(KF5Notifications)
|
||||
BuildRequires: cmake(KF5Config)
|
||||
BuildRequires: cmake(KF5I18n)
|
||||
|
||||
Requires: kf5-kirigami2
|
||||
Requires: hicolor-icon-theme
|
||||
|
||||
|
||||
%description
|
||||
Alligator is a convergent RSS/Atom feed reader.
|
||||
|
||||
%prep
|
||||
%autosetup -n alligator-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kf5
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
%find_lang %{name}
|
||||
chmod -x %{buildroot}%{_datadir}/applications/org.kde.%{name}.desktop
|
||||
cp %{SOURCE1} %{buildroot}%{_datadir}/metainfo/org.kde.%{name}.appdata.xml
|
||||
|
||||
|
||||
%check
|
||||
appstreamcli validate --no-net %{buildroot}%{_datadir}/metainfo/org.kde.%{name}.appdata.xml
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/org.kde.%{name}.desktop
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc README.md
|
||||
%license LICENSES/*.txt
|
||||
%{_kf5_bindir}/%{name}
|
||||
%{_kf5_datadir}/applications/org.kde.%{name}.desktop
|
||||
%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml
|
||||
%{_kf5_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat May 22 2021 Onuralp SEZER <thunderbirdtr@fedoraproject.org> - 21.05-2
|
||||
- License section fixed
|
||||
|
||||
* Sun May 16 2021 Onuralp SEZER <thunderbirdtr@fedoraproject.org> - 21.05-1
|
||||
- initial version of package
|
||||
|
||||
2
sources
Normal file
2
sources
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
SHA512 (alligator-21.05.tar.xz) = b0825f067d52a4903d924cf224597acd17bf64d496e0ca5ceebc80a1707a4f6d8620eb2b727f021a12f3ff838782d14362f6a72758c7154e2bbffabbbbdc2f71
|
||||
SHA512 (org.kde.alligator.appdata.xml) = e6d79e3e04d8b64aee8e4ea97c7b0c9184180a54d118d3c2d6957e3ad092785f17a473d8bb24e2b9450946f9359b592aceb27647c4985cbd33b084464d07b94b
|
||||
Loading…
Add table
Add a link
Reference in a new issue