comparison gaim.spec.in @ 9364:63f07fa577eb

[gaim-migrate @ 10172] Patch #901874, from Stu Tomlinson -- distributes headers on make install committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Wed, 23 Jun 2004 19:55:58 +0000
parents 2a9e8ba61ec7
children 3ca51ea44480
comparison
equal deleted inserted replaced
9363:997c28571364 9364:63f07fa577eb
20 %endif 20 %endif
21 21
22 %package devel 22 %package devel
23 Summary: Development headers, documentation, and libraries for Gaim. 23 Summary: Development headers, documentation, and libraries for Gaim.
24 Group: Applications/Internet 24 Group: Applications/Internet
25 Requires: gaim = %{epoch}:%{version}
25 26
26 %description 27 %description
27 Gaim allows you to talk to anyone using a variety of messaging 28 Gaim allows you to talk to anyone using a variety of messaging
28 protocols, including AIM (Oscar and TOC), ICQ, IRC, Yahoo!, 29 protocols, including AIM (Oscar and TOC), ICQ, IRC, Yahoo!,
29 MSN Messenger, Jabber, Gadu-Gadu, Napster, and Zephyr. These 30 MSN Messenger, Jabber, Gadu-Gadu, Napster, and Zephyr. These
94 %doc plugins/HOWTO 95 %doc plugins/HOWTO
95 %doc HACKING PROGRAMMING_NOTES 96 %doc HACKING PROGRAMMING_NOTES
96 97
97 %attr(755, root, root) %{_libdir}/libgaim-remote.la 98 %attr(755, root, root) %{_libdir}/libgaim-remote.la
98 %dir %{_includedir}/gaim-remote 99 %dir %{_includedir}/gaim-remote
100 %dir %{_includedir}/gaim
99 %{_includedir}/gaim-remote/*.h 101 %{_includedir}/gaim-remote/*.h
102 %{_includedir}/gaim/*.h
103 %{_libdir}/pkgconfig/gaim.pc
100 104
101 %changelog 105 %changelog
102 * Thu Jan 15 2004 Ethan Blanton <eblanton@cs.ohiou.edu> 106 * Thu Jan 15 2004 Ethan Blanton <eblanton@cs.ohiou.edu>
103 - Removed the manual strip command, as it seems to be unwarranted if 107 - Removed the manual strip command, as it seems to be unwarranted if
104 the necessary programs are properly installed. (For me, this was 108 the necessary programs are properly installed. (For me, this was