diff --git a/.gitignore b/.gitignore index e69de29..7baf114 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/cmst-660121a.tar.gz diff --git a/cmst.appdata.xml b/cmst.appdata.xml deleted file mode 100644 index d0ccdaa..0000000 --- a/cmst.appdata.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - cmst.desktop - CC0 - MIT - cmst - A Qt based GUI front end for the connman connection manager with systemtray icon - -

- Qt GUI for Connman with system tray icon. The program provides graphical user interface to control the connman daemon. - The connman daemon must be started as you normally would, this program just interfaces with that daemon. - You can see what technologies and services connman has found, and for wifi services an agent is registered to assist in - obtaining the information from you necessary to logon the wifi service. -

-
- - https://cloud.githubusercontent.com/assets/6935544/6433029/c8f5428a-c032-11e4-8959-b7c2560d4c03.png - https://cloud.githubusercontent.com/assets/6935544/6433032/c90476f6-c032-11e4-9f07-897a075ddc25.png - https://cloud.githubusercontent.com/assets/6935544/6433031/c901205a-c032-11e4-9caf-af1d2176d9fc.png - https://cloud.githubusercontent.com/assets/6935544/10594662/5a4e4a9e-769d-11e5-87b7-a6238acd3983.png - - https://github.com/andrew-bibb/cmst - Andrew Bibb@email_address_hidden - - HiDpiIcon - ModernToolkit - Notifications - - - audio - music - player - tag - library - -
diff --git a/cmst.spec b/cmst.spec index 7b209c8..cf71855 100644 --- a/cmst.spec +++ b/cmst.spec @@ -1,19 +1,17 @@ -#https://github.com/andrew-bibb/cmst/commit/16ee823c3edb0d91203ac2a532220dc79018b0c9 -%global commit0 16ee823c3edb0d91203ac2a532220dc79018b0c9 +#https://github.com/andrew-bibb/cmst/commit/660121a3f9bea8ed1154910da9f4d8892e7cf35a +%global commit0 660121a3f9bea8ed1154910da9f4d8892e7cf35a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: cmst Version: 2016.01.26 -Release: 5.git%{shortcommit0}%{?dist} +Release: 6.git%{shortcommit0}%{?dist} Summary: A Qt based GUI front end for the connman connection manager with systemtray icon License: MIT URL: https://github.com/andrew-bibb/cmst -# wget https://github.com/andrew-bibb/cmst/archive/16ee823c3edb0d91203ac2a532220dc79018b0c9/cmst-16ee823.tar.gz +# wget https://github.com/andrew-bibb/cmst/archive/660121a3f9bea8ed1154910da9f4d8892e7cf35a/cmst-660121a.tar.gz Source0: https://github.com/andrew-bibb/cmst/archive/%{commit0}/%{name}-%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz Source1: %{name}.service -# https://github.com/andrew-bibb/cmst/issues/135 -Source2: %{name}.appdata.xml BuildRequires: qt5-qtbase-devel BuildRequires: qt5-linguist @@ -63,9 +61,6 @@ install -m 0644 translations/*.qm \ mkdir -p %{buildroot}%{_unitdir} install -Dpm 644 %{SOURCE1} %{buildroot}/%{_unitdir}/%{name}.service -mkdir -p %{buildroot}%{_datadir}/{applications,appdata} -install -Dm 0644 %{SOURCE2} %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml - %find_lang %{name} --with-qt %check @@ -106,6 +101,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_mandir}/man1/* %changelog +* Fri Feb 26 2016 Martin Gansser - 2016.01.26-6.git660121a +- rebuild for new git release +- dropped %{name}.appdata.xml file + * Thu Feb 25 2016 Martin Gansser - 2016.01.26-5.git16ee823 - set correct file permisson - take ownership of unowned directorys diff --git a/sources b/sources index e69de29..1824d90 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +6578aefcb089bc462719340509adfcde cmst-660121a.tar.gz