# HG changeset patch # User Mark Doliner # Date 1169180039 0 # Node ID 6e08118f2cd62e243f36442c58368664af18103a # Parent d9915f5341692393502b5c5ba24171fcba7a2226 [gaim-migrate @ 18163] Include oscarcommon.h in the tarball Include symlinks in the RPMs (liboscar.so and liboscar.so.1) committer: Tailor Script diff -r d9915f534169 -r 6e08118f2cd6 gaim.spec.in --- a/gaim.spec.in Fri Jan 19 04:13:23 2007 +0000 +++ b/gaim.spec.in Fri Jan 19 04:13:59 2007 +0000 @@ -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 | \ diff -r d9915f534169 -r 6e08118f2cd6 libgaim/protocols/oscar/Makefile.am --- a/libgaim/protocols/oscar/Makefile.am Fri Jan 19 04:13:23 2007 +0000 +++ b/libgaim/protocols/oscar/Makefile.am Fri Jan 19 04:13:59 2007 +0000 @@ -34,6 +34,7 @@ oft.c \ oscar.c \ oscar.h \ + oscarcommon.h \ oscar_data.c \ peer.c \ peer.h \