Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 669204 Details for
Bug 869440
Bring Anki 2 to Fedora
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
First pass at updating anki to 2.0
anki.spec (text/x-rpm-spec), 8.59 KB, created by
Christophe Fergeau
on 2012-12-26 12:29:12 UTC
(
hide
)
Description:
First pass at updating anki to 2.0
Filename:
MIME Type:
Creator:
Christophe Fergeau
Created:
2012-12-26 12:29:12 UTC
Size:
8.59 KB
patch
obsolete
>%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} > >Name: anki >Version: 2.0.3 >Release: 1%{?dist} >Summary: Flashcard program for using space repetition learning > >Group: Amusements/Games ># the file anki-%%{version}/libanki/anki/features/chinese/unihan.db ># was created out of Unihan.txt from www.unicode.org (MIT license) >License: GPLv3+ and MIT >URL: http://ankisrs.net/ >Source0: http://anki.googlecode.com/files/%{name}-%{version}.tgz >Source1: anki.svg > ># Config change: don't check for new updates. >Patch0: anki-1.0-noupdate.patch >Patch1: 0001-Fix-aqt-share.py-indentation.patch >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >BuildRequires: python2-devel, python-setuptools, python-sqlalchemy >BuildRequires: desktop-file-utils, PyQt4, python-simplejson >Requires: qt4, PyQt4 >Requires: python-sqlalchemy, python-simplejson >Requires: python-matplotlib >Requires: pygame, python-BeautifulSoup >Requires: pyaudio, sox >BuildArch: noarch > >%description >Anki is a program designed to help you remember facts (such as words >and phrases in a foreign language) as easily, quickly and efficiently >as possible. Anki is based on a theory called spaced repetition. > >%prep >%setup -q >#patch0 -F 9 -p1 -b .noupdate >#{__sed} -i -e '/^#!\//, 1d' ankiqt/ui/dropbox.py >%patch1 -p1 -b .indent > >%build > >%install >rm -rf %{buildroot} > >mkdir -p %{buildroot}%{_datadir}/%{name} >cp -R aqt %{buildroot}%{_datadir}/%{name}/ >cp -R designer %{buildroot}%{_datadir}/%{name}/ >mkdir -p %{buildroot}%{_datadir}/%{name}/libanki >cp -R libanki/anki %{buildroot}%{_datadir}/%{name}/libanki > >install -d %{buildroot}%{_docdir}/%{name}-%{version} >install -m 644 LICENSE.* %{buildroot}%{_docdir}/%{name}-%{version} >install -m 644 README* %{buildroot}%{_docdir}/%{name}-%{version} >install -m 644 ChangeLog.old %{buildroot}%{_docdir}/%{name}-%{version} >install -m 644 libanki/LICENSE %{buildroot}%{_docdir}/%{name}-%{version}/LICENSE.libanki >install -m 644 libanki/README %{buildroot}%{_docdir}/%{name}-%{version}/README.libanki >install -m 644 libanki/ChangeLog.old %{buildroot}%{_docdir}/%{name}-%{version}/ChangeLog.old.libanki > >install -d %{buildroot}%{_bindir} >install -m 755 anki %{buildroot}%{_bindir} > >install -d %{buildroot}%{_datadir}/mime/packages >install -m 644 anki.xml %{buildroot}%{_datadir}/mime/packages > >desktop-file-install \ > --remove-category=KDE \ > --dir %{buildroot}%{_datadir}/applications \ > %{name}.desktop > >install -d %{buildroot}%{_datadir}/pixmaps >install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/ > >find %{buildroot} -type f -o -type l|sed ' >s:'"%{buildroot}"':: >s:\(.*/lib/python2\..*/site-packages/ankiqt/locale/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2) \1\2\3: >s:\(.*/lib/python2\..*/site-packages/anki/locale/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2) \1\2\3: >s:^\([^%].*\):: >s:%lang(C) :: >/^$/d' > anki.lang > > > >%clean >rm -rf %{buildroot} > > >%files -f %{name}.lang >%defattr(-,root,root,-) >%doc ChangeLog.old* >%doc LICENSE.* README* > >%dir %{_datadir}/%{name}/ >%{_datadir}/%{name}/* > >%{_bindir}/anki >%{_datadir}/applications/%{name}.desktop >%{_datadir}/pixmaps/%{name}.* >%{_datadir}/mime/packages/anki.xml > >%changelog >* Wed Dec 26 2012 Christophe Fergeau <cfergeau@redhat.com> - 2.0.3-2 >- Initial update to Anki2 (2.0.3) > >* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.11-2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild > >* Sun Jul 01 2012 Christian Krause <chkr@fedoraproject.org> - 1.2.11-1 >- Update to new upstream version 1.2.11 (BZ 819821) >- Remove patch (issue was fixed upstream) > >* Wed Feb 8 2012 Toshio Kuratomi <toshio@fedoraproject.org> - 1.2.9-4 >- Remove python-sqlite2 dep as anki will work with the stdlib sqlite3 module > >* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.9-3 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild > >* Sun Jul 24 2011 Christian Krause <chkr@fedoraproject.org> - 1.2.9-2 >- Add and install svg version of anki's icon >(extracted from anki-1.2.9/icons/anki-logo.svg) > >* Thu Jun 30 2011 Christian Krause <chkr@fedoraproject.org> - 1.2.9-1 >- Update to new upstream version 1.2.9 (BZ 717584) to fix more > compatibility issues with python-sqlalchemy-0.7.x >- Remove upstreamed patches >- Add patch to avoid unicode error messages on startup > >* Tue Jun 28 2011 Christian Krause <chkr@fedoraproject.org> - 1.2.8-2 >- Fix FTBFS issue (BZ 715813) >- Adding two upstream patches to support python-sqlalchemy-0.7.x > >* Tue Apr 05 2011 Christian Krause <chkr@fedoraproject.org> - 1.2.8-1 >- Update to new upstream version 1.2.8 (BZ 691342) > >* Sun Feb 27 2011 Christian Krause <chkr@fedoraproject.org> - 1.2.7-1 >- Update to new upstream version 1.2.7 (BZ 678848) >- Add sox as requirement for audio recording (BZ 674493) > >* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.6-2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild > >* Sat Feb 05 2011 Christian Krause <chkr@fedoraproject.org> - 1.2.6-1 >- Update to new upstream version 1.2.6 (BZ 665163) > >* Thu Jan 27 2011 Christian Krause <chkr@fedoraproject.org> - 1.2.5-1 >- Update to new upstream version 1.2.5 (BZ 665163) > >* Sun Jan 23 2011 Christian Krause <chkr@fedoraproject.org> - 1.2.4-1 >- Update to new upstream version 1.2.4 (BZ 665163) > >* Fri Jan 14 2011 Christian Krause <chkr@fedoraproject.org> - 1.2.2-1 >- Update to new upstream version 1.2.2 (BZ 665163) > >* Tue Dec 14 2010 Christian Krause <chkr@fedoraproject.org> - 1.1.10-1 >- Update to new upstream version 1.1.10 (BZ 655939) > >* Sat Aug 21 2010 Christian Krause <chkr@fedoraproject.org> - 1.0.1-1 >- Update to new upstream version 1.0.1 > >* Mon Aug 02 2010 Christian Krause <chkr@fedoraproject.org> - 1.0-1 >- Update to new upstream version 1.0 >- Use original upstream tgz since upstream doesn't ship the problematic > example files anymore >- Remove upstreamed patches >- Update noupdate patch >- Add BR python-simplejson > >* Sun Jul 25 2010 Christian Krause <chkr@fedoraproject.org> - 0.9.9.8.6-5 >- Generalized generation of anki.lang to support any python 2.* release > >* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.9.9.8.6-4 >- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild > >* Thu May 13 2010 Christian Krause <chkr@fedoraproject.org> - 0.9.9.8.6-3 >- Add pyaudio as requirement for audio recording >- Add upstream patch to prevent anki hanging during audio recording > >* Sun Feb 28 2010 Christian Krause <chkr@fedoraproject.org> - 0.9.9.8.6-2 >- Add a patch to fix a crash when sys tray icon is enabled (BZ 567672) > >* Fri Feb 19 2010 Christian Krause <chkr@fedoraproject.org> - 0.9.9.8.6-1 >- Update to new upstream version >- Remove example files from upstream tarball due to unknown license >- Updated noupdate patch > >* Wed Jan 20 2010 Christian Krause <chkr@fedoraproject.org> - 0.9.9.8.5-3.git20100120 >- Update to git snapshot >- Includes fix for BZ 546331 > >* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9.8.5-2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild > >* Sun Jul 12 2009 Christian Krause <chkr@fedoraproject.org> - 0.9.9.8.5-1 >- Update to new upstream version 0.9.9.8.5 > >* Thu Jul 02 2009 Christian Krause <chkr@fedoraproject.org> - 0.9.9.8.4-1 >- Update to new upstream version 0.9.9.8.4 >- fix one %%lang tag > >* Sun May 24 2009 Christian Krause <chkr@fedoraproject.org> - 0.9.9.7.9b-1 >- Update to new upstream version 0.9.9.7.9b to fix a syncing bug > >* Tue May 12 2009 Christian Krause <chkr@fedoraproject.org> - 0.9.9.7.9-1 >- Update to new upstream version 0.9.9.7.9 to fix an update problem of the >statusbar and of the titlebar > >* Thu May 07 2009 Christian Krause <chkr@fedoraproject.org> - 0.9.9.7.8-2 >- Bump release > >* Wed May 06 2009 Christian Krause <chkr@fedoraproject.org> - 0.9.9.7.8-1 >- Update to new upstream version 0.9.9.7.8 > >* Sat Apr 11 2009 Christian Krause <chkr@fedoraproject.org> - 0.9.9.7.4-1 >- Update to new upstream version 0.9.9.7.4 (BZ 494598) >- Require python-matplotlib instead of numpy (BZ 495232) > >* Wed Apr 01 2009 Christian Krause <chkr@fedoraproject.org> - 0.9.9.7.1-1 >- Update to new upstream version 0.9.9.7.1 >- Drop unihaninstall patch (applied upstream) >- Updated noupdate patch >- Use original upstream tgz since upstream doesn't ship the example files >anymore > >* Sun Mar 01 2009 Christian Krause <chkr@fedoraproject.org> - 0.9.9.6-4 >- Bump release > >* Fri Feb 27 2009 Christian Krause <chkr@fedoraproject.org> - 0.9.9.6-3 >- Proper packaging of locale files > >* Fri Feb 13 2009 Christian Krause <chkr@fedoraproject.org> - 0.9.9.6-2 >- Fixed license field >- Install unihan.db > >* Wed Feb 11 2009 Christian Krause <chkr@fedoraproject.org> - 0.9.9.6-1 >- First spec file for anki
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 869440
:
669204
|
669205
|
669689
|
671808
|
676589