97 lines
2.7 KiB
RPMSpec
97 lines
2.7 KiB
RPMSpec
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 <stefano.cotta@openmamba.org>
|
|
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 <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
|