Compare commits
8 Commits
16.08.2-1m
...
17.08.3-1m
Author | SHA1 | Date | |
---|---|---|---|
945ead1f4c | |||
c6a934afe7 | |||
e548f0d921 | |||
4c977c3aa7 | |||
4460b447fc | |||
aeec869905 | |||
e90debf599 | |||
05e8cbcf87 |
51
parley.spec
51
parley.spec
@ -1,5 +1,5 @@
|
|||||||
Name: parley
|
Name: parley
|
||||||
Version: 16.08.2
|
Version: 17.08.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Parley - Vocabulary Trainer
|
Summary: Parley - Vocabulary Trainer
|
||||||
Group: Graphical Desktop/Applications/Educational
|
Group: Graphical Desktop/Applications/Educational
|
||||||
@ -71,6 +71,8 @@ Features:
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
|
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -91,11 +93,11 @@ if [ $1 -eq 0 ]; then
|
|||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%files
|
%files -f %{name}5_qt.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde5_bindir}/%{name}
|
%{_kde5_bindir}/%{name}
|
||||||
%{_kde5_datadir}/%{name}
|
%{_kde5_datadir}/%{name}
|
||||||
%{_datadir}/appdata/org.kde.parley.appdata.xml
|
%{_datadir}/metainfo/org.kde.parley.appdata.xml
|
||||||
%{_datadir}/icons/oxygen/*/actions/*.png
|
%{_datadir}/icons/oxygen/*/actions/*.png
|
||||||
%{_datadir}/icons/oxygen/scalable/actions/*.svgz
|
%{_datadir}/icons/oxygen/scalable/actions/*.svgz
|
||||||
%dir %{_datadir}/kxmlgui5/parley
|
%dir %{_datadir}/kxmlgui5/parley
|
||||||
@ -107,10 +109,49 @@ exit 0
|
|||||||
%{_kde5_icondir}/hicolor/scalable/apps/%{name}*.svgz
|
%{_kde5_icondir}/hicolor/scalable/apps/%{name}*.svgz
|
||||||
%{_kde5_xdgappsdir}/org.kde.%{name}.desktop
|
%{_kde5_xdgappsdir}/org.kde.%{name}.desktop
|
||||||
%config %{_kde5_configdir}/%{name}*.knsrc
|
%config %{_kde5_configdir}/%{name}*.knsrc
|
||||||
%doc %lang(en) %{_kde5_htmldir}/en/%{name}
|
%lang(en) %{_kde5_htmldir}/en/%{name}
|
||||||
%doc AUTHORS COPYING COPYING.DOC TODO
|
%lang(ca) %{_datadir}/doc/HTML/ca/parley
|
||||||
|
%lang(de) %{_datadir}/doc/HTML/de/parley
|
||||||
|
%lang(es) %{_datadir}/doc/HTML/es/parley
|
||||||
|
%lang(it) %{_datadir}/doc/HTML/it/parley
|
||||||
|
%lang(nl) %{_datadir}/doc/HTML/nl/parley
|
||||||
|
%lang(pt) %{_datadir}/doc/HTML/pt/parley
|
||||||
|
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/parley
|
||||||
|
%lang(sv) %{_datadir}/doc/HTML/sv/parley
|
||||||
|
%lang(uk) %{_datadir}/doc/HTML/uk/parley
|
||||||
|
%doc AUTHORS COPYING COPYING.DOC
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 10 2017 Automatic Build System <autodist@mambasoft.it> 17.08.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Oct 13 2017 Automatic Build System <autodist@mambasoft.it> 17.08.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Sep 08 2017 Automatic Build System <autodist@mambasoft.it> 17.08.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Aug 25 2017 Automatic Build System <autodist@mambasoft.it> 17.08.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Aug 09 2017 Automatic Build System <autodist@mambasoft.it> 17.04.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Mar 10 2017 Automatic Build System <autodist@mambasoft.it> 16.12.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Feb 10 2017 Automatic Build System <autodist@mambasoft.it> 16.12.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Jan 13 2017 Automatic Build System <autodist@mambasoft.it> 16.12.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Dec 21 2016 Automatic Build System <autodist@mambasoft.it> 16.12.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Nov 11 2016 Automatic Build System <autodist@mambasoft.it> 16.08.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Oct 16 2016 Automatic Build System <autodist@mambasoft.it> 16.08.2-1mamba
|
* Sun Oct 16 2016 Automatic Build System <autodist@mambasoft.it> 16.08.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user