|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
# Main branch is the "next" branch, not master
|
|
|
|
|
%global commit0 04e4a99027284cee91e6b54af907b460ea903040
|
|
|
|
|
%global date 20180314
|
|
|
|
|
%global commit0 5f3cc40be2bc1d3d92f0db7cc14affbf0eef4297
|
|
|
|
|
%global date 20180319
|
|
|
|
|
%global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
# RC upstream releases
|
|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
|
|
|
|
|
Name: remmina
|
|
|
|
|
Version: 1.2.0
|
|
|
|
|
Release: 0.48%{?snapshot:.%{snapshot}}%{?shortcommit0:.%{date}.git.%{shortcommit0}}%{?dist}
|
|
|
|
|
Release: 0.49%{?snapshot:.%{snapshot}}%{?shortcommit0:.%{date}.git.%{shortcommit0}}%{?dist}
|
|
|
|
|
Summary: Remote Desktop Client
|
|
|
|
|
License: GPLv2+ and MIT
|
|
|
|
|
URL: http://remmina.org
|
|
|
|
@ -194,9 +194,6 @@ mkdir -p build
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop
|
|
|
|
|
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
|
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}/%{_libdir}/cmake/%{name}/
|
|
|
|
|
cp -pr cmake/*.cmake %{buildroot}/%{_libdir}/cmake/%{name}/
|
|
|
|
|
cp -pr config.h.in %{buildroot}/%{_includedir}/%{name}/
|
|
|
|
@ -204,6 +201,10 @@ cp -p %{SOURCE1} %{buildroot}/%{_includedir}/%{name}/
|
|
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop
|
|
|
|
|
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc AUTHORS ChangeLog README.md
|
|
|
|
@ -255,6 +256,10 @@ cp -p %{SOURCE1} %{buildroot}/%{_includedir}/%{name}/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Mar 19 2018 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.49.20180319.git.5f3cc40
|
|
|
|
|
- Move checks in the check section.
|
|
|
|
|
- New source snapshot (#1553098, #1557572).
|
|
|
|
|
|
|
|
|
|
* Thu Mar 15 2018 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.48.20180314.git.04e4a99
|
|
|
|
|
- Update to latest snapshot post rc27.
|
|
|
|
|
|
|
|
|
|