]> git.pld-linux.org Git - packages/gajim.git/commitdiff
- new spec
authorjpc <jpc@pld-linux.org>
Thu, 2 Jun 2005 23:03:51 +0000 (23:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- tried both 0.7 and latest snap and both hang trying to connect
  could someone confirm it?

Changed files:
    gajim.spec -> 1.1

gajim.spec [new file with mode: 0644]

diff --git a/gajim.spec b/gajim.spec
new file mode 100644 (file)
index 0000000..2a9bb1b
--- /dev/null
@@ -0,0 +1,60 @@
+#
+#%define               snap 20050603
+#
+Summary:       A jabber client written in PyGTK
+Summary(pl):   Klient Jabbera napisany w PyGTK.
+Name:          gajim
+Version:       0.7
+#Release:      0.%{snap}.1
+Release:       0.1
+License:       GPL
+Group:         Applications/Communications
+Source0:       http://gajim.org/downloads/gajim-0.7.tar.bz2
+# Source0-md5: 70d6b882c496ea7fbacc4222da49b125
+#Source0:      gajim-snap-%{snap}.tar.bz2
+URL:           http://www.gajim.org/
+BuildRequires: gtkspell-devel
+%pyrequires_eq python-modules
+%pyrequires_eq python
+Requires:      python-gnome-extras-egg >= 2.10.0
+Requires:      python-gnome-extras-gtkspell >= 2.10.0
+Requires:      python-pygtk-glade >= 2.6.0
+Requires:      python-pygtk-gtk >= 2.6.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Gajim is a jabber client written in PyGTK. The goal of Gajim's developers is to
+provide a full featured and easy to use xmpp client for the GTK+ users. Gajim
+does not require GNOME to run, eventhough it exists with it nicely.
+
+#description -l pl
+
+%prep
+%setup -q
+#-n %{name}
+
+%build
+%{__make} \
+       PREFIX=%{_prefix}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       PREFIX=%{_prefix} \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/{COPYING,setup_win32.pyo}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README Changelog doc/*
+%attr(755,root,root) %{_bindir}/*
+%dir %{_libdir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/*.so
+%{_desktopdir}/*.desktop
+%{_mandir}/man1/*.gz
+%{_datadir}/%{name}
This page took 0.066089 seconds and 4 git commands to generate.