From 4574461e065e03ae8878ff3278b8c622eeaf8d6d Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Sep 16 2015 15:43:17 +0000 Subject: Update to latest version --- diff --git a/.gitignore b/.gitignore index 2948295..4be1c41 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /v1.0.tar.gz +/v1.0.1.tar.gz diff --git a/admeshgui.spec b/admeshgui.spec index e834ee9..edde897 100644 --- a/admeshgui.spec +++ b/admeshgui.spec @@ -1,6 +1,6 @@ Name: admeshgui %global camelname ADMeshGUI -Version: 1.0 +Version: 1.0.1 Release: 1%{?dist} Summary: STL viewer and manipulation tool # Code is AGPLv3 logo/license is LGPLv3 or CC-BY-SA @@ -9,6 +9,7 @@ URL: https://github.com/vyvledav/%{camelname} Source0: https://github.com/vyvledav/%{camelname}/archive/v%{version}.tar.gz BuildRequires: desktop-file-utils +BuildRequires: libappstream-glib BuildRequires: pkgconfig(libadmesh) >= 0.98.2 BuildRequires: pkgconfig(Qt5Core) >= 5.4 BuildRequires: pkgconfig(Qt5Gui) >= 5.4 @@ -31,17 +32,17 @@ selected actions and to get visual feedback of those. %prep %setup -qn %{camelname}-%{version} -sed -i 's|/usr/|$$INSTALL_ROOT/usr/|g' %{camelname}.pro %build -qmake-qt5 +qmake-qt5 PREFIX=%{buildroot}/usr make %{?_smp_mflags} %install -make install INSTALL_ROOT=%{buildroot} +make install %check desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop +appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata.xml || : %post update-desktop-database &>/dev/null || : @@ -63,9 +64,15 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %license LICENSE LOGO-LICENSE %doc README.md %{_bindir}/%{name} -%{_datadir}/icons/hicolor/*/apps/%{name}.* +%{_datadir}/appdata/admeshgui.appdata.xml %{_datadir}/applications/%{name}.desktop +%{_datadir}/icons/hicolor/*/apps/%{name}.* +%{_datadir}/icons/hicolor/symbolic/apps/%{name}-symbolic.svg + %changelog +* Wed Sep 16 2015 Miro Hrončok - 1.0.1-1 +- update + * Fri May 22 2015 Miro Hrončok - 1.0-1 - Initial package diff --git a/sources b/sources index 4e7dfae..a36c1b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a3fc38f7cb935e357d0d71574cf93f64 v1.0.tar.gz +e11e8b18f06aebeae16146c986b86b03 v1.0.1.tar.gz