From: <the...@us...> - 2007-01-19 04:13:58
|
Revision: 18163 http://svn.sourceforge.net/gaim/?rev=18163&view=rev Author: thekingant Date: 2007-01-18 20:13:59 -0800 (Thu, 18 Jan 2007) Log Message: ----------- Include oscarcommon.h in the tarball Include symlinks in the RPMs (liboscar.so and liboscar.so.1) Modified Paths: -------------- trunk/gaim.spec.in trunk/libgaim/protocols/oscar/Makefile.am Modified: trunk/gaim.spec.in =================================================================== --- trunk/gaim.spec.in 2007-01-19 04:13:23 UTC (rev 18162) +++ trunk/gaim.spec.in 2007-01-19 04:13:59 UTC (rev 18163) @@ -244,7 +244,7 @@ %find_lang %{name} -find $RPM_BUILD_ROOT%{_libdir}/gaim -type f -print | \ +find $RPM_BUILD_ROOT%{_libdir}/gaim -xtype f -print | \ sed "s@^$RPM_BUILD_ROOT@@g" | \ grep -v /gntgf.so | \ grep -v /gnthistory.so | \ Modified: trunk/libgaim/protocols/oscar/Makefile.am =================================================================== --- trunk/libgaim/protocols/oscar/Makefile.am 2007-01-19 04:13:23 UTC (rev 18162) +++ trunk/libgaim/protocols/oscar/Makefile.am 2007-01-19 04:13:59 UTC (rev 18163) @@ -34,6 +34,7 @@ oft.c \ oscar.c \ oscar.h \ + oscarcommon.h \ oscar_data.c \ peer.c \ peer.h \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |