rpms/gobby/devel gobby.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Wed Oct 19 19:13:56 UTC 2005


Author: lmacken

Update of /cvs/extras/rpms/gobby/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7081/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gobby.spec 
Log Message:
auto-import gobby-0.2.2-6 on branch devel from gobby-0.2.2-6.src.rpm


--- NEW FILE gobby.spec ---
Name:           gobby
Version:        0.2.2
Release:        6
Summary:        Free collaborative editor

Group:          Applications/Internet
License:        GPL
URL:            http://gobby.0x539.de
Source0:        http://releases.0x539.de/gobby/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libxml++-devel, gtksourceview-devel, gtkmm24-devel, obby-devel
BuildRequires:  desktop-file-utils

Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils

%description
Gobby is a free collaborative editor. This means that it provides you with the
possibility to edit files simultaneously with other users over a network. It
supports multiple documents in one session and a multi-user chat. The platforms
on which you could use Gobby are so far Microsoft Windows, Linux, Mac OS X and
other Unix-like ones. Developed with the Gtk+ toolkit it integrates nicely into
the GNOME desktop environment if you want it to.


%prep
%setup -q


%build
%configure --with-gnome
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

desktop-file-install --vendor fedora                            \
        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
        --add-category X-Fedora                                 \
        --delete-original                                       \
        $RPM_BUILD_ROOT%{_datadir}/applications/gobby.desktop

%find_lang %{name}


%post
update-desktop-database &> /dev/null ||:

%postun
update-desktop-database &> /dev/null ||:


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README NEWS AUTHORS COPYING ChangeLog TODO
%{_bindir}/gobby
%{_datadir}/applications/fedora-gobby.desktop
%{_datadir}/pixmaps/gobby.png


%changelog
* Wed Oct 12 2005 Luke Macken <lmacken at redhat.com> - 0.2.2-6
- Update Summary

* Mon Oct 10 2005 Luke Macken <lmacken at redhat.com> - 0.2.2-5
- Use desktop-file-install to install the desktop file

* Mon Oct 10 2005 Luke Macken <lmacken at redhat.com> - 0.2.2-4
- Add desktop-file-utils to Requires(post/postun) and remove howl-devel BR

* Fri Oct 07 2005 Luke Macken <lmacken at redhat.com> - 0.2.2-3
- Build with gnome support
- Remove unnecessary BuildRequires

* Wed Oct 05 2005 Luke Macken <lmacken at redhat.com> - 0.2.2-2
- Use find_lang macro

* Thu Sep 29 2005 Luke Macken <lmacken at redhat.com> - 0.2.2-1
- Packaged for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gobby/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Oct 2005 19:13:32 -0000	1.1
+++ .cvsignore	19 Oct 2005 19:13:54 -0000	1.2
@@ -0,0 +1 @@
+gobby-0.2.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gobby/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Oct 2005 19:13:32 -0000	1.1
+++ sources	19 Oct 2005 19:13:54 -0000	1.2
@@ -0,0 +1 @@
+9a1b61ee3aebe737e5d9918f7601b5d4  gobby-0.2.2.tar.gz




More information about the fedora-extras-commits mailing list