automatic version update by autodist [release 0.5.0-1mamba;Wed Sep 17 2014]

This commit is contained in:
Automatic Build System 2024-01-05 23:19:59 +01:00
parent 2541b21aac
commit abae4e7f3a
2 changed files with 21 additions and 22 deletions

View File

@ -2,6 +2,5 @@
Gobby is a free collaborative editor supporting multiple documents in one session and a multi-user chat.
It runs on Microsoft Windows, Mac OS X, Linux and other Unix-like platforms.
It uses GTK+ 2.6 as its windowing toolkit and thus integrates nicely into the GNOME desktop environment.
It uses GTK+ as its windowing toolkit and thus integrates nicely into the GNOME desktop environment.

View File

@ -1,5 +1,5 @@
Name: gobby
Version: 0.4.94
Version: 0.5.0
Release: 1mamba
Summary: A free collaborative text editor
Group: Applications/Text
@ -10,41 +10,36 @@ URL: http://gobby.0x539.de
Source: http://releases.0x539.de/gobby/gobby-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: GConf-devel
BuildRequires: glibc-devel
BuildRequires: libatk-devel
BuildRequires: libavahi-devel
BuildRequires: libatkmm-devel
BuildRequires: libcairo-devel
BuildRequires: libcairomm-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgcc
BuildRequires: libgcrypt-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel
BuildRequires: libglibmm-devel
BuildRequires: libgnome-vfs-devel
BuildRequires: libgnutls-devel
BuildRequires: libgpg-error-devel
BuildRequires: libgtk-devel
BuildRequires: libgtkmm-devel
BuildRequires: libgtksourceview-devel
BuildRequires: libnet6-devel >= 1.3.8
BuildRequires: libobby-devel >= 0.4.6
BuildRequires: libgsasl-devel
BuildRequires: libgtk2-devel
BuildRequires: libgtkmm2-devel
BuildRequires: libgtksourceview2-devel
BuildRequires: libinfinity-devel
BuildRequires: libpango-devel
BuildRequires: libsigc++2-devel
BuildRequires: libstdc++6-devel
BuildRequires: libxml2-devel
BuildRequires: libxml++-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: libpangomm-devel
BuildRequires: libsigc++-devel
BuildRequires: libstdc++6-devel
BuildRequires: libxml++-devel
BuildRequires: libxml2-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Gobby is a free collaborative editor supporting multiple documents in one session and a multi-user chat.
It runs on Microsoft Windows, Mac OS X, Linux and other Unix-like platforms.
It uses GTK+ 2.6 as its windowing toolkit and thus integrates nicely into the GNOME desktop environment.
It uses GTK+ as its windowing toolkit and thus integrates nicely into the GNOME desktop environment.
%prep
%setup -q
@ -75,11 +70,16 @@ It uses GTK+ 2.6 as its windowing toolkit and thus integrates nicely into the GN
%{_datadir}/icons/hicolor
%{_datadir}/gnome/help/gobby
%{_datadir}/omf/gobby/gobby-C.omf
%{_datadir}/appdata/gobby-0.5.appdata.xml
%{_datadir}/applications/%{name}-0.5.desktop
%{_mandir}/man1/*
%doc AUTHORS COPYING ChangeLog NEWS README
%doc AUTHORS COPYING
#ChangeLog NEWS README
%changelog
* Wed Sep 17 2014 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
- automatic version update by autodist
* Mon Apr 04 2011 Automatic Build System <autodist@mambasoft.it> 0.4.94-1mamba
- automatic update by autodist