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