You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
835 B
35 lines
835 B
%global __provides_exclude_from ^%{_datadir}/%{name}/lib/.*$ |
|
%global __requires_exclude ^lib(dconf|flutter-embedder|maliit-glib|appmanifest-.+|.+_platform_plugin)\\.so.*$ |
|
|
|
Name: ru.auroraos.flutter_example_packages |
|
Summary: Examples of the flutter plugins for Aurora OS. |
|
Version: 0.1.0 |
|
Release: 1 |
|
License: Proprietary |
|
Source0: %{name}-%{version}.tar.zst |
|
|
|
BuildRequires: cmake |
|
BuildRequires: pkgconfig(sqlite3) |
|
BuildRequires: pkgconfig(flutter-embedder) |
|
BuildRequires: pkgconfig(sensord-qt5) |
|
BuildRequires: pkgconfig(glesv2) |
|
BuildRequires: pkgconfig(streamcamera) |
|
|
|
%description |
|
%{summary}. |
|
|
|
%prep |
|
%autosetup |
|
|
|
%build |
|
%cmake -DCMAKE_BUILD_TYPE=%{_flutter_build_type} |
|
%make_build |
|
|
|
%install |
|
%make_install |
|
|
|
%files |
|
%{_bindir}/%{name} |
|
%{_datadir}/%{name}/* |
|
%{_datadir}/applications/%{name}.desktop |
|
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
|
|