Hello community,

here is the log from the commit of package mate-text-editor for 
openSUSE:Factory checked in at 2013-12-18 19:38:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-text-editor (Old)
 and      /work/SRC/openSUSE:Factory/.mate-text-editor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-text-editor"

Changes:
--------
New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:Factory/.mate-text-editor.new/mate-text-editor.changes   
2013-12-18 19:38:47.000000000 +0100
@@ -0,0 +1,17 @@
+-------------------------------------------------------------------
+Wed Apr  3 23:45:57 UTC 2013 - [email protected]
+
+- Update to version 1.6.0
+  + remove category MATE in desktop file
+  + update translations
+
+-------------------------------------------------------------------
+Fri Feb 15 14:10:26 UTC 2013 - [email protected]
+
+- Remove useless dependencies and clean the specfile
+
+-------------------------------------------------------------------
+Tue Feb 12 15:34:17 UTC 2013 - [email protected]
+
+- initial package from upstream release 1.5.0 
+

New:
----
  mate-text-editor-1.6.0.tar.xz
  mate-text-editor.changes
  mate-text-editor.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mate-text-editor.spec ++++++
#
# spec file for mate-text-editor 
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:           mate-text-editor
%define _name   pluma
Version:                1.6.0
Release:                0
License:                GPL-2.0+
Summary:                Text editor for the MATE desktop
Url:                    http://mate-desktop.org
Group:                  System/GUI/Other
Source:                 
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
%glib2_gsettings_schema_requires

BuildRequires:  enchant-devel
BuildRequires:  gtk2-devel
BuildRequires:  gtksourceview2-devel
BuildRequires:  iso-codes-devel
BuildRequires:  libSM-devel
BuildRequires:  mate-common
BuildRequires:  python-gobject2-devel
BuildRequires:  python-gtk-devel
BuildRequires:  python-gtksourceview-devel
BuildRequires:  python-devel
BuildRequires:  mate-doc-utils-devel
BuildRequires:  python-libxml2
BuildRequires:  fdupes
BuildRequires:  update-desktop-files
Requires:       python-gobject2
Recommends:     %{name}-lang

%description
Pluma is a small, but powerful text editor designed specifically for
the MATE desktop. It has most standard text editor functions and fully
supports international text in Unicode. Advanced features include syntax
highlighting and automatic indentation of source code, printing and editing
of multiple documents in one window.

mate-text-editor is extensible through a plugin system, which currently includes
support for spell checking, comparing files, viewing CVS ChangeLogs, and
adjusting indentation levels.

%package devel
Summary:  Small and lightweight UTF-8 text editor
Group:    Development/Libraries/Other
Requires: %{name} = %{version}
Requires: gtksourceview2-devel

%description devel
Pluma is a small, but powerful text editor designed specifically for
the MATE desktop. It has most standard text editor functions and fully
supports international text in Unicode. Advanced features include syntax
highlighting and automatic indentation of source code, printing and editing
of multiple documents in one window.

%lang_package

%prep
%setup -q
NOCONFIGURE=1 ./autogen.sh

# Fix debug permissions with messy hack 
find ./*/* -type f -exec chmod 644 {} \;
find ./*/*/* -type f -exec chmod 644 {} \;


%build
%configure \
    --disable-scrollkeeper \
    --enable-python
make %{?_smp_mflags} V=1

%install
%makeinstall
find %{buildroot} -type f -name '*.la' -delete -print
%suse_update_desktop_file pluma
%find_lang %{_name} %{?no_lang_C}
%fdupes %{buildroot}

if [ -d %{buildroot}%{_datadir}/MateConf ]; then
   rm -r %{buildroot}%{_datadir}/MateConf
fi

%post
/sbin/ldconfig
%desktop_database_post
%glib2_gsettings_schema_post

%postun
/sbin/ldconfig
%desktop_database_postun
%glib2_gsettings_schema_postun

%files 
%defattr(-,root,root) 
%doc README COPYING AUTHORS
%{_datadir}/omf/pluma/pluma-C.omf
%{_datadir}/pluma/
%{_datadir}/mate/help/pluma
%{_datadir}/applications/pluma.desktop
%{_mandir}/man1/*
%{_libdir}/pluma/
%{_libexecdir}/pluma/
%{_bindir}/pluma
%{_bindir}/mate-text-editor
%{_datadir}/glib-2.0/schemas/*.xml

%files devel
%defattr(-,root,root)
%{_includedir}/pluma
%{_libdir}/pkgconfig/pluma.pc

%files lang -f pluma.lang
%defattr(-,root,root)

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to