rpms/gg2/F-7 gg2.spec,1.3,1.4

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Tue Oct 23 23:48:33 UTC 2007


Author: rathann

Update of /cvs/pkgs/rpms/gg2/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17182

Modified Files:
	gg2.spec 
Log Message:
- reorganize package layout (#261141)
- update license tag



Index: gg2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gg2/F-7/gg2.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gg2.spec	18 Apr 2007 23:00:46 -0000	1.3
+++ gg2.spec	23 Oct 2007 23:47:59 -0000	1.4
@@ -1,10 +1,10 @@
 Name: gg2
 Version: 2.3.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: GNU Gadu 2 - free talking
 Summary(es): GNU Gadu 2 - charlar libremente
 Summary(pl): GNU Gadu 2 - wolne gadanie
-License: GPL
+License: GPLv2+
 Group: Applications/Internet
 Source: http://dl.sourceforge.net/ggadu/%{name}-%{version}.tar.bz2
 Patch0: %{name}-pc.patch
@@ -30,7 +30,11 @@
 %endif
 BuildRequires: loudmouth-devel
 BuildRequires: xosd-devel
-Requires: perl(DynaLoader) = %(%{__perl} -MDynaLoader -e 'print DynaLoader->VERSION')
+Requires: %{name}-core = %{version}-%{release}
+Requires: %{name}-gadu-gadu = %{version}-%{release}
+Requires: %{name}-jabber = %{version}-%{release}
+Requires: %{name}-tlen = %{version}-%{release}
+Requires: %{name}-systray = %{version}-%{release}
 BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -45,6 +49,20 @@
 Klient Gadu-Gadu, Tlen.pl oraz innych protokołów z GUI pod GTK+2 na
 licencji GNU/GPL.
 
+%package core
+Summary: GNU Gadu 2 - free talking (core)
+Summary(pl): GNU Gadu 2 - wolne gadanie (pakiet główny)
+Group: Applications/Internet
+Requires: perl(DynaLoader) = %(%{__perl} -MDynaLoader -e 'print DynaLoader->VERSION')
+
+%description core
+Gadu-Gadu, Tlen.pl and others instant messanger client with
+GTK+2 GUI on GNU/GPL. This is the core package.
+
+%description -l pl core
+Klient Gadu-Gadu, Tlen.pl oraz innych protokołów z GUI pod GTK+2 na
+licencji GNU/GPL. To jest pakiet główny.
+
 %package devel
 Summary: Headers for libgg2_core library to develop plugins
 Summary(es): Cabeceras para la biblioteca libgg2_core para desarrollar plugins
@@ -270,7 +288,10 @@
 %post   libs -p /sbin/ldconfig
 %postun libs -p /sbin/ldconfig
 
-%files -f %{name}.lang
+%files
+%defattr(644,root,root,755)
+
+%files -f %{name}.lang core
 %defattr(644,root,root,755)
 %doc ANNOUNCE AUTHORS COPYING README TODO
 %doc contrib/example.pl
@@ -361,6 +382,10 @@
 %{_libdir}/pkgconfig/gg2_core.pc
 
 %changelog
+* Wed Oct 24 2007 Dominik Mierzejewski <rpm at greysector.net> 2.3.0-3
+- reorganize package layout (#261141)
+- update license tag
+
 * Thu Apr 19 2007 Dominik Mierzejewski <rpm at greysector.net> 2.3.0-2
 - split off libs to fix multilib issues
 




More information about the fedora-extras-commits mailing list