[anki] Update to new upstream version 2.0.12 (BZ 989901)

Christian Krause chkr at fedoraproject.org
Mon Aug 5 19:22:50 UTC 2013


commit 3940c87b504b3f5c12c03236bc6bc6ce1d0bcebd
Author: Christian Krause <chkr at fedoraproject.org>
Date:   Mon Aug 5 21:22:33 2013 +0200

    Update to new upstream version 2.0.12 (BZ 989901)
    
    - Install docs to %{_pkgdocdir} (BZ 991962)
    - Install additional LICENSE file

 .gitignore |    1 +
 anki.spec  |   15 ++++++++++-----
 sources    |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dabd9d3..ee0bb95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ anki-1.0.1.tgz
 /anki-2.0.8.tgz
 /anki-2.0.9.tgz
 /anki-2.0.11.tgz
+/anki-2.0.12.tgz
diff --git a/anki.spec b/anki.spec
index 489ae07..4e20dd5 100644
--- a/anki.spec
+++ b/anki.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:		anki
-Version:	2.0.11
-Release:	2%{?dist}
+Version:	2.0.12
+Release:	1%{?dist}
 Summary:	Flashcard program for using space repetition learning
 
 Group:		Amusements/Games
@@ -49,9 +49,9 @@ cp -R send2trash %{buildroot}%{_datadir}/%{name}/thirdparty/
 install -d %{buildroot}%{_bindir}
 install -m 755 runanki %{buildroot}%{_bindir}/anki
 
-install -d %{buildroot}%{_docdir}/%{name}-%{version}
-install -m 644 LICENSE.* %{buildroot}%{_docdir}/%{name}-%{version}/
-install -m 644 README* %{buildroot}%{_docdir}/%{name}-%{version}/
+install -d %{buildroot}%{_pkgdocdir}
+install -m 644 LICENSE* %{buildroot}%{_pkgdocdir}/
+install -m 644 README* %{buildroot}%{_pkgdocdir}/
 
 install -d %{buildroot}%{_datadir}/mime/packages
 install -m 644 anki.xml %{buildroot}%{_datadir}/mime/packages
@@ -101,6 +101,11 @@ s:\(.*\):%dir \1:' >>anki.lang
 %{_mandir}/man1/%{name}.*
 
 %changelog
+* Sun Aug 04 2013 Christian Krause <chkr at fedoraproject.org> - 2.0.12-1
+- Update to new upstream version 2.0.12 (BZ 989901)
+- Install docs to %%{_pkgdocdir} (BZ 991962)
+- Install additional LICENSE file
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.11-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index d3a68bd..ab78ac3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-22413ec239b79fb4587c1548f8807cce  anki-2.0.11.tgz
+10b1a59468c2832d601ac419c464f3a7  anki-2.0.12.tgz


More information about the scm-commits mailing list