automatic version update by autodist [release 20.08.0-1mamba;Sat Aug 15 2020]
This commit is contained in:
parent
0f7895d4c7
commit
05e89ce2f7
24
kbruch.spec
24
kbruch.spec
@ -1,5 +1,5 @@
|
||||
Name: kbruch
|
||||
Version: 20.04.3
|
||||
Version: 20.08.0
|
||||
Release: 1mamba
|
||||
Summary: Exercise Fractions
|
||||
Group: Graphical Desktop/Applications/Educational
|
||||
@ -26,6 +26,8 @@ KBruch is a small program to practice calculating with fractions and percentages
|
||||
Different exercises are provided for this purpose and you can use the learning mode to practice with fractions.
|
||||
The program checks the user's input and gives feedback.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -37,7 +39,7 @@ The program checks the user's input and gives feedback.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
||||
%find_lang %{name}5_qt --with-qt --with-html --all-name || touch %{name}5_qt.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -62,35 +64,23 @@ exit 0
|
||||
%files -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_kde5_bindir}/%{name}
|
||||
#%{_kde4_datadir}/%{name}
|
||||
#%{_kde4_kcfgdir}/%{name}.kcfg
|
||||
%{_kde5_icondir}/hicolor/*/apps/%{name}.png
|
||||
%{_kde5_icondir}/hicolor/scalable/apps/%{name}.svgz
|
||||
%dir %{_kde5_sharedir}/%{name}
|
||||
%{_kde5_sharedir}/%{name}/*
|
||||
%{_datadir}/metainfo/org.kde.kbruch.appdata.xml
|
||||
#%{_datadir}/config.kcfg/kbruch/kbruch.kcfg
|
||||
%dir %{_datadir}/kxmlgui5/kbruch
|
||||
%{_datadir}/kxmlgui5/kbruch/*.rc
|
||||
%{_datadir}/applications/org.kde.kbruch.desktop
|
||||
%{_datadir}/config.kcfg/kbruch.kcfg
|
||||
%{_mandir}/man1/%{name}.*
|
||||
%{_mandir}/*/man1/kbruch.1*
|
||||
%lang(en) %{_kde5_htmldir}/en/%{name}
|
||||
%lang(ca) %{_datadir}/doc/HTML/ca/kbruch
|
||||
%lang(de) %{_datadir}/doc/HTML/de/kbruch
|
||||
%lang(es) %{_datadir}/doc/HTML/es/kbruch
|
||||
%lang(et) %{_datadir}/doc/HTML/et/kbruch
|
||||
%lang(it) %{_datadir}/doc/HTML/it/kbruch
|
||||
%lang(nl) %{_datadir}/doc/HTML/nl/kbruch
|
||||
%lang(pt) %{_datadir}/doc/HTML/pt/kbruch
|
||||
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/kbruch
|
||||
%lang(sv) %{_datadir}/doc/HTML/sv/kbruch
|
||||
%lang(uk) %{_datadir}/doc/HTML/uk/kbruch
|
||||
%doc AUTHORS COPYING COPYING.DOC
|
||||
#ChangeLog NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Sat Aug 15 2020 Automatic Build System <autodist@mambasoft.it> 20.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 10 2020 Automatic Build System <autodist@mambasoft.it> 20.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user