rpms/gyachi/F-8 .cvsignore, 1.7, 1.8 gyachi.spec, 1.7, 1.8 sources, 1.7, 1.8

Gregory D Hosler ghosler at fedoraproject.org
Tue Oct 21 23:52:28 UTC 2008


Author: ghosler

Update of /cvs/pkgs/rpms/gyachi/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13612

Modified Files:
	.cvsignore gyachi.spec sources 
Log Message:
Added support for libv4l
Sync w/ upstream




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gyachi/F-8/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	8 Aug 2008 15:59:16 -0000	1.7
+++ .cvsignore	21 Oct 2008 23:51:58 -0000	1.8
@@ -1 +1 @@
-gyachi-1.1.46.tar.gz
+gyachi-1.1.49.tar.gz


Index: gyachi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gyachi/F-8/gyachi.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gyachi.spec	8 Aug 2008 15:59:16 -0000	1.7
+++ gyachi.spec	21 Oct 2008 23:51:58 -0000	1.8
@@ -16,7 +16,7 @@
 %endif
 
 Name:		gyachi
-Version:	1.1.46
+Version:	1.1.49
 Release:	3%{?dist}
 Summary:	A Yahoo! chat client with Webcam and voice support
 
@@ -176,6 +176,26 @@
 %{summary} This package supplies the artwork for the GyachI recre8 theme.
 
 
+%package YMlike-theme
+Summary:        GyachI Prototype theme
+Group:          Applications/Internet
+Requires:       %{name} = %{version}-%{release}
+
+%description YMlike-theme
+%{summary} This package supplies the artwork for the GyachI YMlike theme.
+This theme is an independent re-implementation of the yahoo theme.
+
+
+%package pidgy-theme
+Summary:        GyachI Prototype theme
+Group:          Applications/Internet
+Requires:       %{name} = %{version}-%{release}
+
+%description pidgy-theme
+%{summary} This package supplies the artwork for the GyachI pidgy theme.
+This theme uses the pidgin icons, and is copyrighted by it's respective authors.
+
+
 %prep
 %setup -q
 #%patch0 -p1
@@ -228,6 +248,7 @@
 %{_datadir}/%{name}/themes/gyachi-classic
 %dir %{_libexecdir}/%{name}
 %{_libexecdir}/%{name}/%{name}-*
+%dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/plugins
 %{_libdir}/libgyachi.so
 %{_docdir}/%{name}-%{version}
@@ -275,17 +296,32 @@
 
 %files recre8-theme
 %defattr(-,root,root,-)
-/usr/share/%{name}/themes/recre8/*
+%{_datadir}/%{name}/themes/recre8/
+
+%files YMlike-theme
+%defattr(-,root,root,-)
+%{_datadir}/%{name}/themes/YMlike/
+
+%files pidgy-theme
+%defattr(-,root,root,-)
+%{_datadir}/%{name}/themes/pidgy/
 
 
-%postun
-ldconfig
+%postun -p /sbin/ldconfig
 
-%post
-ldconfig
+%post -p /sbin/ldconfig
 
 
 %changelog
+* Mon Oct 20 2008 Gregory D Hosler <ghosler at users.sourceforge.net> - 1.1.49-3
+- Added pidgy theme
+- Added support for libv4l
+
+* Thu Aug 28 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 1.1.46-9
+- include %%_libdir/gyachi directory
+- include recre8 theme directory
+- post+postun: run /sbin/ldconfig directly
+
 * Fri Aug  8 2008 Gregory D Hosler <ghosler at fedoraproject.org> - 1.1.46-8
 - sync with upstream patchs
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gyachi/F-8/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	8 Aug 2008 15:59:16 -0000	1.7
+++ sources	21 Oct 2008 23:51:58 -0000	1.8
@@ -1 +1 @@
-3794be40d2657aa7ff2519e86059c445  gyachi-1.1.46.tar.gz
+783dfc4c826a1b9cc415033588904edf  gyachi-1.1.49.tar.gz




More information about the scm-commits mailing list