108 lines
3.1 KiB
RPMSpec
108 lines
3.1 KiB
RPMSpec
Name: gobby
|
|
Version: 0.6.0
|
|
Release: 1mamba
|
|
Summary: A free collaborative text editor
|
|
Group: Applications/Text
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
|
URL: https://github.com/gobby/gobby
|
|
Source: https://github.com/gobby/gobby.git/v%{version}/gobby-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libatk-devel
|
|
BuildRequires: libatkmm-devel
|
|
BuildRequires: libcairo-devel
|
|
BuildRequires: libcairomm-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libglibmm24-devel
|
|
BuildRequires: libgnutls-devel
|
|
BuildRequires: libgsasl-devel
|
|
BuildRequires: libgtk3-devel
|
|
BuildRequires: libgtkmm-devel
|
|
BuildRequires: libgtksourceview3-devel
|
|
BuildRequires: libharfbuzz-devel
|
|
BuildRequires: libinfinity-devel
|
|
BuildRequires: libpango-devel
|
|
BuildRequires: libpangomm-devel
|
|
BuildRequires: libsigc++2-devel
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: libxml++2-devel
|
|
BuildRequires: libxml2-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libinfinity-devel >= 0.7.1-1mamba
|
|
|
|
%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}*
|
|
%{_datadir}/%{name}*/icons
|
|
%{_datadir}/icons/HighContrastLargePrint
|
|
%{_datadir}/icons/HighContrastLargePrintInverse
|
|
%{_datadir}/icons/hicolor
|
|
%{_datadir}/metainfo/gobby*.metainfo.xml
|
|
%{_datadir}/applications/%{name}*.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
|
|
* Sat Apr 10 2021 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|