|
From: <the...@us...> - 2006-09-11 01:08:26
|
Revision: 17235
http://svn.sourceforge.net/gaim/?rev=17235&view=rev
Author: thekingant
Date: 2006-09-10 18:08:24 -0700 (Sun, 10 Sep 2006)
Log Message:
-----------
Changes to account for shuffling around of some docs and
for gnt
Modified Paths:
--------------
trunk/gaim.spec.in
Modified: trunk/gaim.spec.in
===================================================================
--- trunk/gaim.spec.in 2006-09-11 01:07:45 UTC (rev 17234)
+++ trunk/gaim.spec.in 2006-09-11 01:08:24 UTC (rev 17235)
@@ -246,8 +246,15 @@
%files -f %{name}-%{version}-coreplugins
%defattr(-, root, root)
-%doc doc/the_penguin.txt doc/CREDITS NEWS COPYING AUTHORS COPYRIGHT
-%doc README ChangeLog
+%doc AUTHORS
+%doc COPYING
+%doc COPYRIGHT
+%doc ChangeLog
+%doc NEWS
+%doc README
+%doc README.SVN
+%doc doc/FAQ
+%doc doc/the_penguin.txt
%doc %{_mandir}/man1/*
%doc %{_mandir}/man3*/*
@@ -261,10 +268,13 @@
%dir %{_datadir}/sounds/gaim
%{_datadir}/sounds/gaim/*
%{_datadir}/applications/*
+%{_libdir}/libgaim.so.*
+%{_libdir}/libgnt.so.*
%if 0%{?_with_dbus:1}
%{_libdir}/libgaim-client.so.*
%{_datadir}/dbus-1/services/gaim.service
+%doc README.dbus
%endif
%if 0%{?_with_howl:1} || 0%{?_with_avahi:1}
@@ -313,12 +323,21 @@
%files devel
%defattr(-, root, root)
-%doc plugins/HOWTO
-%doc HACKING PROGRAMMING_NOTES
+%doc ChangeLog.API
+%doc HACKING
+%doc PLUGIN_HOWTO
+%doc PROGRAMMING_NOTES
%dir %{_includedir}/gaim
%{_includedir}/gaim/*.h
+%dir %{_includedir}/gaim/gnt
+%{_includedir}/gaim/gnt/*.h
+%dir %{_includedir}/gnt
+%{_includedir}/gnt/*.h
+%{_libdir}/libgaim.so
+%{_libdir}/libgnt.so
%{_libdir}/pkgconfig/gaim.pc
+%{_libdir}/pkgconfig/gnt.pc
%{_datadir}/aclocal/gaim.m4
%if 0%{?_with_dbus:1}
%{_libdir}/libgaim-client.so
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|