[emacs-pymacs] Update to latest upstream version (0.25)

Stanislav Ochotnicky sochotni at fedoraproject.org
Wed Jun 20 08:54:51 UTC 2012


commit 943fa4b7b5228aafcebda9ef1d77c298a236b1a8
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Wed Jun 20 10:18:29 2012 +0200

    Update to latest upstream version (0.25)

 .gitignore        |    1 +
 emacs-pymacs.spec |   19 ++++++++-----------
 sources           |    2 +-
 3 files changed, 10 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 427d7bc..5353ff8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /emacs-pymacs-0.23.tar.xz
+/emacs-pymacs-0.25.tar.xz
diff --git a/emacs-pymacs.spec b/emacs-pymacs.spec
index e17eadb..6990fe9 100644
--- a/emacs-pymacs.spec
+++ b/emacs-pymacs.spec
@@ -1,13 +1,8 @@
-%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
-%endif
-
 %global pkg pymacs
 
 Name:           emacs-%{pkg}
-Version:        0.23
-Release:        4%{?dist}
+Version:        0.25
+Release:        1%{?dist}
 Summary:        Emacs and Python integration framework
 Group:          Development/Libraries
 License:        GPLv2+
@@ -59,7 +54,7 @@ sed -i 's:PYSETUP =.*:PYSETUP=%{__python} setup.py:g' Makefile
 sed -i 's:rst2latex.py:rst2latex:' Makefile
 
 # remove shebangs from library
-sed -i '/#!.*/ {d}' Pymacs/pymacs.py __init__.py.in
+sed -i '/#!.*/ {d}' Pymacs.py.in
 
 # remove executable bits from docs
 chmod -x contrib/rebox/rebox
@@ -84,8 +79,8 @@ install -pm 644 %{SOURCE1} %{buildroot}/%{_emacs_sitestartdir}/
 
 
 %files
-%doc COPYING README THANKS contrib TODO ChangeLog pymacs.pdf pymacs.rst
-%{python_sitelib}/Pymacs/
+%doc COPYING README THANKS contrib TODO pymacs.pdf pymacs.rst
+%{python_sitelib}/Pymacs.py*
 %{python_sitelib}/*.egg-info
 %{_emacs_sitelispdir}/%{pkg}.elc
 %{_emacs_sitestartdir}/*.el
@@ -94,6 +89,9 @@ install -pm 644 %{SOURCE1} %{buildroot}/%{_emacs_sitestartdir}/
 %{_emacs_sitelispdir}/%{pkg}.el
 
 %changelog
+* Wed Jun 20 2012 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0.25-1
+- Update to latest upstream version (0.25)
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.23-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
@@ -109,4 +107,3 @@ install -pm 644 %{SOURCE1} %{buildroot}/%{_emacs_sitestartdir}/
 
 * Wed May  4 2011 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0.23-1
 - Initial version of the package
-
diff --git a/sources b/sources
index 0c5ef13..ae0b543 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fca3f01d2b8d70f3e9e8dcf9a961e29b  emacs-pymacs-0.23.tar.xz
+949897b479a9bf65d5100bde750da90c  emacs-pymacs-0.25.tar.xz


More information about the scm-commits mailing list