From 2541b21aacb479fc8695e10ba77f9ddf7ee87bf1 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:19:59 +0100 Subject: [PATCH] automatic update by autodist [release 0.4.94-1mamba;Mon Apr 04 2011] --- README.md | 5 +++ gobby.spec | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 101 insertions(+) create mode 100644 gobby.spec diff --git a/README.md b/README.md index a36f05b..2601ee5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # gobby +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. + diff --git a/gobby.spec b/gobby.spec new file mode 100644 index 0000000..23f23bc --- /dev/null +++ b/gobby.spec @@ -0,0 +1,96 @@ +Name: gobby +Version: 0.4.94 +Release: 1mamba +Summary: A free collaborative text editor +Group: Applications/Text +Vendor: openmamba +Distribution: openmamba +Packager: Stefano Cotta Ramusino +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: libcairo-devel +BuildRequires: libcairomm-devel +BuildRequires: libfontconfig-devel +BuildRequires: libfreetype-devel +BuildRequires: libgcc +BuildRequires: libgcrypt-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: libpango-devel +BuildRequires: libsigc++2-devel +BuildRequires: libstdc++6-devel +BuildRequires: libxml2-devel +BuildRequires: libxml++-devel +BuildRequires: libz-devel +## AUTOBUILDREQ-END +BuildRequires: libpangomm-devel +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. + +%prep +%setup -q + +%build +%configure \ + --with-gtksourceview2 \ + --with-gnome \ + --disable-scrollkeeper + +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%find_lang %{name}05 + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}05.lang +%defattr(-,root,root) +%{_bindir}/%{name}-0.5 +%{_datadir}/%{name}-0.5/icons +%{_datadir}/icons/HighContrastLargePrint +%{_datadir}/icons/HighContrastLargePrintInverse +%{_datadir}/icons/hicolor +%{_datadir}/gnome/help/gobby +%{_datadir}/omf/gobby/gobby-C.omf +%{_datadir}/applications/%{name}-0.5.desktop +%{_mandir}/man1/* +%doc AUTHORS COPYING ChangeLog NEWS README + +%changelog +* Mon Apr 04 2011 Automatic Build System 0.4.94-1mamba +- automatic update by autodist + +* Wed Jan 20 2010 Automatic Build System 0.4.93-1mamba +- automatic update by autodist + +* Thu Jul 09 2009 Automatic Build System 0.4.92-1mamba +- automatic update by autodist + +* Tue Oct 07 2008 gil 0.4.7-1mamba +- update to 0.4.7 + +* Tue Jun 26 2007 Stefano Cotta Ramusino 0.4.4-1mamba +- package created by autospec