Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2fe0b40584 |
3 changed files with 8 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -29,3 +29,4 @@ anki-1.0.1.tgz
|
||||||
/anki-2.0.28.tgz
|
/anki-2.0.28.tgz
|
||||||
/anki-2.0.31.tgz
|
/anki-2.0.31.tgz
|
||||||
/anki-2.0.32.tgz
|
/anki-2.0.32.tgz
|
||||||
|
/anki-2.0.33.tgz
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
Name: anki
|
Name: anki
|
||||||
Version: 2.0.32
|
Version: 2.0.33
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Flashcard program for using space repetition learning
|
Summary: Flashcard program for using space repetition learning
|
||||||
|
|
||||||
|
|
@ -104,7 +104,7 @@ fi
|
||||||
/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
|
/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc LICENSE.* README*
|
%doc LICENSE* README*
|
||||||
%{_bindir}/anki
|
%{_bindir}/anki
|
||||||
%dir %{_datadir}/%{name}/
|
%dir %{_datadir}/%{name}/
|
||||||
%{_datadir}/%{name}/aqt/
|
%{_datadir}/%{name}/aqt/
|
||||||
|
|
@ -118,6 +118,10 @@ fi
|
||||||
%{_datadir}/appdata/anki.appdata.xml
|
%{_datadir}/appdata/anki.appdata.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 30 2015 Christian Krause <chkr@fedoraproject.org> - 2.0.33-1
|
||||||
|
- Update to new upstream version 2.0.33 (BZ 1270574)
|
||||||
|
- Correct files list entry for LICENSE files
|
||||||
|
|
||||||
* Sun Apr 05 2015 Christian Krause <chkr@fedoraproject.org> - 2.0.32-1
|
* Sun Apr 05 2015 Christian Krause <chkr@fedoraproject.org> - 2.0.32-1
|
||||||
- Update to new upstream version 2.0.32 (BZ 1205471)
|
- Update to new upstream version 2.0.32 (BZ 1205471)
|
||||||
- Move icon to %%{_datadir}/icons/hicolor/scalable/apps
|
- Move icon to %%{_datadir}/icons/hicolor/scalable/apps
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
2186925ffa068017a30734e75b8a8ad7 anki-2.0.32.tgz
|
5df370dd19c71a76cdce448104824cf7 anki-2.0.33.tgz
|
||||||
|
|
|
||||||
Reference in a new issue