gobby/gobby.spec

108 lines
3.2 KiB
RPMSpec
Raw Normal View History

Name: gobby
Version: 0.5.0.20200503git
Release: 1mamba
Summary: A free collaborative text editor
Group: Applications/Text
Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://gobby.0x539.de
Source: https://github.com/gobby/gobby.git/master/gobby-%{version}.tar.bz2
#Source: http://releases.0x539.de/gobby/gobby-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libatk-devel
BuildRequires: libatkmm-devel
BuildRequires: libcairo-devel
BuildRequires: libcairomm-devel
BuildRequires: libgcc
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel
BuildRequires: libglibmm-devel
BuildRequires: libgnutls-devel
BuildRequires: libgsasl-devel
BuildRequires: libgtk-devel
BuildRequires: libgtkmm-devel
BuildRequires: libgtksourceview3-devel
BuildRequires: libharfbuzz-devel
BuildRequires: libinfinity-devel
BuildRequires: libpango-devel
BuildRequires: libpangomm-devel
BuildRequires: libsigc++-devel
BuildRequires: libstdc++6-devel
BuildRequires: libxml++2-devel
BuildRequires: libxml2-devel
## AUTOBUILDREQ-END
BuildRequires: libinfinity-devel >= 0.7.1-1mamba
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+ as its windowing toolkit and thus integrates nicely into the GNOME desktop environment.
%debug_package
%prep
%setup -q
./autogen.sh
%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}/appdata/gobby-0.5.appdata.xml
%{_datadir}/applications/%{name}-0.5.desktop
%{_datadir}/glib-2.0/schemas/de.0x539.gobby.gschema.xml
%dir %{_datadir}/help/C/gobby
%dir %{_datadir}/help/C/gobby/figures
%{_datadir}/help/C/gobby/figures/*
%{_datadir}/help/C/gobby/index.docbook
%{_mandir}/man1/*
%doc AUTHORS COPYING
#ChangeLog NEWS README
%changelog
* Sun May 03 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.0.20200503git-1mamba
- update to 0.5.0.20200503git
* 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
* Wed Jan 20 2010 Automatic Build System <autodist@mambasoft.it> 0.4.93-1mamba
- automatic update by autodist
* Thu Jul 09 2009 Automatic Build System <autodist@mambasoft.it> 0.4.92-1mamba
- automatic update by autodist
* Tue Oct 07 2008 gil <puntogil@libero.it> 0.4.7-1mamba
- update to 0.4.7
* Tue Jun 26 2007 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.4.4-1mamba
- package created by autospec