[svn] r5486 - in trunk/rpms: . gaim-guifications gaim-plugin_pack
gajim
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Thu Jun 7 03:36:42 CEST 2007
Author: dag
Date: 2007-06-07 03:36:41 +0200 (Thu, 07 Jun 2007)
New Revision: 5486
Added:
trunk/rpms/gaim-guifications/gaim-guifications-2.13beta2.spec
trunk/rpms/gaim-plugin_pack/gaim-plugin_pack-1.0beta3.spec
trunk/rpms/gajim/
trunk/rpms/gajim/gajim.spec
Modified:
trunk/rpms/gaim-guifications/gaim-guifications.spec
trunk/rpms/gaim-plugin_pack/gaim-plugin_pack.spec
Log:
Updates
Added: trunk/rpms/gaim-guifications/gaim-guifications-2.13beta2.spec
===================================================================
--- trunk/rpms/gaim-guifications/gaim-guifications-2.13beta2.spec (rev 0)
+++ trunk/rpms/gaim-guifications/gaim-guifications-2.13beta2.spec 2007-06-07 01:36:41 UTC (rev 5486)
@@ -0,0 +1,51 @@
+# $Id$
+# Authority: dag
+
+Summary: Guifications Plugin for Gaim
+Name: gaim-guifications
+%define real_version 2.13beta2
+Version: 2.13
+Release: 0.beta2
+License: GPL
+Group: Applications/Internet
+URL: http://gaim.guifications.org/
+
+Source: http://downloads.guifications.org/plugins/Guifications2%20Archive/gaim-guifications-%{real_version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: pkgconfig, libtool, gettext, gaim-devel, gtk2-devel
+
+%description
+Guifications is a graphical notification plugin for the open source
+instant messaging client Gaim
+
+%prep
+%setup -n %{name}-%{real_version}
+
+%build
+%configure
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+%find_lang %{name}
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files -f %{name}.lang
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING README doc/*.dia doc/*.png
+%{_datadir}/pixmaps/gaim/guifications/
+%dir %{_libdir}/gaim/
+#exclude %{_libdir}/gaim/guifications.a
+%exclude %{_libdir}/gaim/guifications.la
+%{_libdir}/gaim/guifications.so
+
+%changelog
+* Mon Mar 17 2006 Dag Wieers <dag at wieers.com> - 2.13-0.beta2
+- Updated to release 2.13beta2.
+
+* Mon Mar 13 2006 Dag Wieers <dag at wieers.com> - 2.12-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/gaim-guifications/gaim-guifications-2.13beta2.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Modified: trunk/rpms/gaim-guifications/gaim-guifications.spec
===================================================================
--- trunk/rpms/gaim-guifications/gaim-guifications.spec 2007-06-06 22:41:37 UTC (rev 5485)
+++ trunk/rpms/gaim-guifications/gaim-guifications.spec 2007-06-07 01:36:41 UTC (rev 5486)
@@ -1,17 +1,16 @@
# $Id$
# Authority: dag
-
Summary: Guifications Plugin for Gaim
Name: gaim-guifications
-%define real_version 2.13beta3
+%define real_version 2.13beta6
Version: 2.13
-Release: 0.beta3
+Release: 0.beta6
License: GPL
Group: Applications/Internet
-URL: http://guifications.sourceforge.net/Guifications/
+URL: http://gaim.guifications.org/
-Source: http://dl.sf.net/guifications/gaim-guifications-%{real_version}.tar.bz2
+Source: http://downloads.guifications.org/plugins/Guifications2%20Archive/gaim-guifications-%{real_version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: pkgconfig, libtool, gettext, gaim-devel, gtk2-devel
@@ -30,12 +29,12 @@
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"
-%find_lang %{name}
+%find_lang guifications
%clean
%{__rm} -rf %{buildroot}
-%files -f %{name}.lang
+%files -f guifications.lang
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING README doc/*.dia doc/*.png
%{_datadir}/pixmaps/gaim/guifications/
@@ -45,6 +44,9 @@
%{_libdir}/gaim/guifications.so
%changelog
+* Thu Jun 07 2006 Dag Wieers <dag at wieers.com> - 2.13-0.beta6
+- Updated to release 2.13beta6.
+
* Mon Apr 03 2006 Dag Wieers <dag at wieers.com> - 2.13-0.beta3
- Updated to release 2.13beta3.
Added: trunk/rpms/gaim-plugin_pack/gaim-plugin_pack-1.0beta3.spec
===================================================================
--- trunk/rpms/gaim-plugin_pack/gaim-plugin_pack-1.0beta3.spec (rev 0)
+++ trunk/rpms/gaim-plugin_pack/gaim-plugin_pack-1.0beta3.spec 2007-06-07 01:36:41 UTC (rev 5486)
@@ -0,0 +1,50 @@
+# $Id$
+# Authority: dag
+
+Summary: Plugin pack for Gaim
+Name: gaim-plugin_pack
+%define real_version 1.0beta3
+Version: 1.0
+Release: 0.beta3
+License: GPL
+Group: Applications/Internet
+URL: http://plugins.guifications.org/trac/
+
+Source: http://downloads.guifications.org/plugins/Plugin%20Pack%20Archive/gaim-plugin_pack-%{real_version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: pkgconfig, libtool, gettext, gaim-devel, gtk2-devel
+
+%description
+Plugin Pack is a collection of plugins for the open source
+instant messaging client Gaim
+
+%prep
+%setup -n %{name}-%{real_version}
+
+### Remove broken plugins
+%{__rm} -f {markerline,nicksaid}/.{build,plugin}
+
+%build
+%configure
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+%find_lang %{name}
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files -f %{name}.lang
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING NEWS README TODO doc/*.txt
+%dir %{_libdir}/gaim/
+#exclude %{_libdir}/gaim/*.a
+%exclude %{_libdir}/gaim/*.la
+%{_libdir}/gaim/*.so
+
+%changelog
+* Mon Apr 03 2006 Dag Wieers <dag at wieers.com> - 1.0-0.beta3
+- Initial package. (using DAR)
Property changes on: trunk/rpms/gaim-plugin_pack/gaim-plugin_pack-1.0beta3.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Modified: trunk/rpms/gaim-plugin_pack/gaim-plugin_pack.spec
===================================================================
--- trunk/rpms/gaim-plugin_pack/gaim-plugin_pack.spec 2007-06-06 22:41:37 UTC (rev 5485)
+++ trunk/rpms/gaim-plugin_pack/gaim-plugin_pack.spec 2007-06-07 01:36:41 UTC (rev 5486)
@@ -3,14 +3,14 @@
Summary: Plugin pack for Gaim
Name: gaim-plugin_pack
-%define real_version 1.0beta3
+%define real_version 1.0beta6
Version: 1.0
-Release: 0.beta3
+Release: 0.beta6
License: GPL
Group: Applications/Internet
-URL: http://guifications.sourceforge.net/Guifications/
+URL: http://plugins.guifications.org/trac/
-Source: http://dl.sf.net/guifications/gaim-plugin_pack-%{real_version}.tar.bz2
+Source: http://downloads.guifications.org/plugins/Plugin%20Pack%20Archive/gaim-plugin_pack-%{real_version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: pkgconfig, libtool, gettext, gaim-devel, gtk2-devel
@@ -23,7 +23,8 @@
%setup -n %{name}-%{real_version}
### Remove broken plugins
-%{__rm} -f {markerline,nicksaid}/.{build,plugin}
+#%{__rm} -f {markerline,nicksaid}/.{build,plugin}
+%{__rm} -f mystatusbox/.{build,plugin}
%build
%configure
@@ -32,19 +33,25 @@
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"
-%find_lang %{name}
+%find_lang plugin_pack
%clean
%{__rm} -rf %{buildroot}
-%files -f %{name}.lang
+%files -f plugin_pack.lang
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING NEWS README TODO doc/*.txt
%dir %{_libdir}/gaim/
#exclude %{_libdir}/gaim/*.a
%exclude %{_libdir}/gaim/*.la
%{_libdir}/gaim/*.so
+%dir %{_datadir}/pixmaps/
+%dir %{_datadir}/pixmaps/gaim/
+%{_datadir}/pixmaps/gaim/plugin_pack/
%changelog
+* Thu Jun 07 2007 Dag Wieers <dag at wieers.com> - 1.0-0.beta6
+- Updated to release 1.0beta6.
+
* Mon Apr 03 2006 Dag Wieers <dag at wieers.com> - 1.0-0.beta3
- Initial package. (using DAR)
Added: trunk/rpms/gajim/gajim.spec
===================================================================
--- trunk/rpms/gajim/gajim.spec (rev 0)
+++ trunk/rpms/gajim/gajim.spec 2007-06-07 01:36:41 UTC (rev 5486)
@@ -0,0 +1,61 @@
+# $Id$
+# Authority: dag
+
+Summary: Jabber client written in PyGTK
+Name: gajim
+Version: 0.11.1
+Release: 1
+License: GPL
+Group: Applications/Internet
+URL: http://gajim.org/
+
+Source: http://gajim.org/downloads/gajim-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: gettext, intltool, pkgconfig, desktop-file-utils
+BuildRequires: dbus-devel, gtk2-devel, gtkspell-devel
+BuildRequires: python-devel, pygtk2-devel
+Requires: dbus-python, bind-utils, python, pygtk2-libglade, gnome-python2-gconf
+
+%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, even though it exists with it nicely.
+
+%prep
+%setup
+
+%build
+%configure \
+ --disable-dependency-tracking \
+ --disable-static \
+ --enable-gtkspell \
+ --enable-idle \
+ --enable-remote \
+ --enable-trayicon
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+%find_lang %{name}
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files -f %{name}.lang
+%defattr(-, root, root, 0755)
+%doc %{_docdir}/gajim/
+%doc %{_mandir}/man1/gajim.1*
+%doc %{_mandir}/man1/gajim-remote.1*
+%{_bindir}/gajim
+%{_bindir}/gajim-remote
+%{_datadir}/applications/gajim.desktop
+%{_datadir}/gajim/
+%{_datadir}/pixmaps/gajim*
+%{_libdir}/gajim/
+%exclude %{_libdir}/gajim/*.la
+
+%changelog
+* Thu Jun 07 2007 Dag Wieers <dag at wieers.com> - 0.11.1-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/gajim/gajim.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
More information about the svn-commits
mailing list