rpms/gyachi/F-9 .cvsignore, 1.8, 1.9 gyachi.spec, 1.9, 1.10 sources, 1.8, 1.9

Gregory D Hosler ghosler at fedoraproject.org
Wed Oct 22 00:16:56 UTC 2008


Author: ghosler

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

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




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gyachi/F-9/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	8 Aug 2008 16:06:29 -0000	1.8
+++ .cvsignore	22 Oct 2008 00:16:25 -0000	1.9
@@ -1 +1 @@
-gyachi-1.1.46.tar.gz
+gyachi-1.1.49.tar.gz


Index: gyachi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gyachi/F-9/gyachi.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gyachi.spec	8 Aug 2008 16:06:29 -0000	1.9
+++ gyachi.spec	22 Oct 2008 00:16:25 -0000	1.10
@@ -16,7 +16,7 @@
 %endif
 
 Name:		gyachi
-Version:	1.1.46
+Version:	1.1.49
 Release:	5%{?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,19 +296,31 @@
 
 %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
-* Fri Aug  8 2008 Gregory D Hosler <ghosler at fedoraproject.org> - 1.1.46-5
-- sync with upstream patchs
+* Mon Oct 20 2008 Gregory D Hosler <ghosler at users.sourceforge.net> - 1.1.49-5
+- 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.45-8
 - sync with upstream patchs


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gyachi/F-9/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	8 Aug 2008 16:06:29 -0000	1.8
+++ sources	22 Oct 2008 00:16:25 -0000	1.9
@@ -1 +1 @@
-3794be40d2657aa7ff2519e86059c445  gyachi-1.1.46.tar.gz
+783dfc4c826a1b9cc415033588904edf  gyachi-1.1.49.tar.gz




More information about the scm-commits mailing list