[gummi/f14/master] * Mon Nov 01 2010 Fabian Affolter <fabian at bernewireless.net> - 0.5.3-1 - BRs adjusted - Updated to n

Fabian Affolter fab at fedoraproject.org
Sun Nov 7 21:49:25 UTC 2010


commit 8921f0bdacdaa6dffbb8acc2977d78b859e752b4
Author: Fabian Affolter <fabian at bernewireless.net>
Date:   Sun Nov 7 22:48:55 2010 +0100

    * Mon Nov 01 2010 Fabian Affolter <fabian at bernewireless.net> - 0.5.3-1
    - BRs adjusted
    - Updated to new upstream version 0.5.3
    
    * Sat Oct 23 2010 Fabian Affolter <fabian at bernewireless.net> - 0.5.2-1
    - Updated to new upstream version 0.5.2
    
    * Sun Oct 10 2010 Fabian Affolter <fabian at bernewireless.net> - 0.5.1-1
    - Updated to new upstream version 0.5.1
    
    * Sat Sep 25 2010 Fabian Affolter <fabian at bernewireless.net> - 0.5.0-1
    - New BRs added
    - It's no longer a python package, no longer noarch
    - Updated to new upstream version 0.5.0

 gummi.spec |   55 +++++++++++++++++++++++++++++++------------------------
 sources    |    2 +-
 2 files changed, 32 insertions(+), 25 deletions(-)
---
diff --git a/gummi.spec b/gummi.spec
index a19de6c..fd4a558 100644
--- a/gummi.spec
+++ b/gummi.spec
@@ -1,28 +1,21 @@
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-
 Name:           gummi
-Version:        0.4.8
-Release:        2%{?dist}
+Version:        0.5.3
+Release:        1%{?dist}
 Summary:        A simple LaTeX editor
 
 Group:          Applications/Publishing
 License:        MIT
 URL:            http://gummi.midnightcoding.org
-Source0:        http://dev.midnightcoding.org/redmine/attachments/download/25/%{name}-%{version}.tar.gz
+Source0:        http://dev.midnightcoding.org/redmine/attachments/download/90/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:      noarch
-
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
 
+BuildRequires:  gtk2-devel
+BuildRequires:  gtksourceview2-devel
+BuildRequires:  poppler-glib-devel
+BuildRequires:  gtkspell-devel
+BuildRequires:  intltool
 BuildRequires:  desktop-file-utils
 
-Requires:       gtk2
-Requires:       gnome-python2-extras
-Requires:       pygtksourceview
-Requires:       tex(latex)
-Requires:       pypoppler
-
 
 %description
 Gummi is a LaTeX editor written in the Python programming language using
@@ -32,16 +25,17 @@ user in mind, but also offers features that speak to the more advanced user.
 
 %prep
 %setup -q
-sed -i -e '/^#!\//, 1d' gummi/*.py
 
 
 %build
-%{__python} setup.py build
+%configure
+make %{?_smp_mflags}
 
 
 %install
 rm -rf %{buildroot}
-%{__python} setup.py install -O1 --skip-build --root=%{buildroot} --prefix=%{_prefix}
+make install DESTDIR=%{buildroot} INSTALL="install -p"
+%find_lang %{name}
 desktop-file-install                                 \
     --remove-key="Version"                           \
     --add-category="Publishing;"                     \
@@ -53,18 +47,31 @@ desktop-file-install                                 \
 rm -rf %{buildroot}
 
 
-%files 
+%files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc README gummi/docs/LICENSE gummi/docs/CHANGES
-%{_mandir}/man*/*.*
+%doc AUTHORS ChangeLog COPYING README
+%{_mandir}/man*/*.1*
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
-%{python_sitelib}/%{name}/
-%{python_sitelib}/%{name}*.egg-info
-
+%{_datadir}/%{name}/
 
 %changelog
+* Mon Nov 01 2010 Fabian Affolter <fabian at bernewireless.net> - 0.5.3-1
+- BRs adjusted
+- Updated to new upstream version 0.5.3
+
+* Sat Oct 23 2010 Fabian Affolter <fabian at bernewireless.net> - 0.5.2-1
+- Updated to new upstream version 0.5.2
+
+* Sun Oct 10 2010 Fabian Affolter <fabian at bernewireless.net> - 0.5.1-1
+- Updated to new upstream version 0.5.1
+
+* Sat Sep 25 2010 Fabian Affolter <fabian at bernewireless.net> - 0.5.0-1
+- New BRs added
+- It's no longer a python package, no longer noarch
+- Updated to new upstream version 0.5.0
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 0.4.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 7bbf439..c9e8eca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3ba6c061351bd1cfd450e075805a896d  gummi-0.4.8.tar.gz
+e9c9666fd7eae5e30bc40dd9478bc155  gummi-0.5.3.tar.gz


More information about the scm-commits mailing list