comparison gaim.spec.in @ 6246:2cb2a49f4bbe

[gaim-migrate @ 6740] Lots of very minor updates: -dos2unixed PROGRAMMING_NOTES -added PROGRAMMING_NOTES to make dist, or whatever -fixed a typo in README.CVS -updated the version number -sheared the sheep -rpm spec file updates from Bjoern Voigt committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 20 Jul 2003 18:59:56 +0000
parents 4cbf448d12eb
children 0e60f9b2e6eb
comparison
equal deleted inserted replaced
6245:9083f92e0d58 6246:2cb2a49f4bbe
8 Vendor: Pimpin' Penguins 8 Vendor: Pimpin' Penguins
9 Url: http://gaim.sourceforge.net/ 9 Url: http://gaim.sourceforge.net/
10 Source: %{name}-%{version}.tar.gz 10 Source: %{name}-%{version}.tar.gz
11 Packager: Rob Flynn <rob@marko.net> 11 Packager: Rob Flynn <rob@marko.net>
12 BuildRoot: %{_tmppath}/%{name}-%{version}-root 12 BuildRoot: %{_tmppath}/%{name}-%{version}-root
13 %if %{_vendor} != MandrakeSoft 13 %if "%{_vendor}" != "MandrakeSoft"
14 Requires: gtk2 >= 2.0.0 14 Requires: gtk2 >= 2.0.0
15 BuildRequires: libao-devel, gtk2-devel, gtkspell-devel, libtool, audiofile-devel 15 BuildRequires: libao-devel, gtk2-devel, gtkspell-devel, libtool, audiofile-devel, pkgconfig
16 %else 16 %else
17 Requires: gtk+2.0 >= 2.0.0 17 Requires: gtk+2.0 >= 2.0.0
18 BuildRequires: libao-devel, libgtk+2.0_0-devel, gtkspell-devel, libtool, audiofile-devel 18 BuildRequires: libao-devel, libgtk+2.0_0-devel, gtkspell-devel, libtool, audiofile-devel, pkgconfig
19 %endif 19 %endif
20 20
21 %package devel 21 %package devel
22 Summary: Development headers, documentation, and libraries for Gaim. 22 Summary: Development headers, documentation, and libraries for Gaim.
23 Group: Applications/Internet 23 Group: Applications/Internet
69 69
70 %doc doc/the_penguin.txt doc/CREDITS doc/FAQ NEWS COPYING AUTHORS 70 %doc doc/the_penguin.txt doc/CREDITS doc/FAQ NEWS COPYING AUTHORS
71 %doc README ChangeLog 71 %doc README ChangeLog
72 %doc %{_mandir}/man1/* 72 %doc %{_mandir}/man1/*
73 73
74 %dir %{_libdir}/gaim
74 %attr(755, root, root) %{_libdir}/gaim/* 75 %attr(755, root, root) %{_libdir}/gaim/*
75 %attr(755, root, root) %{_libdir}/libgaim-remote.so.* 76 %attr(755, root, root) %{_libdir}/libgaim-remote.so.*
76 %{_bindir}/* 77 %{_bindir}/*
77 %{_datadir}/locale/*/*/* 78 %{_datadir}/locale/*/*/*
78 %{_datadir}/pixmaps/* 79 %{_datadir}/pixmaps/*
80 %dir %{_datadir}/sounds/gaim
79 %{_datadir}/sounds/gaim/* 81 %{_datadir}/sounds/gaim/*
80 %{_datadir}/applications/* 82 %{_datadir}/applications/*
81 83
82 %files devel 84 %files devel
83 85
84 %doc plugins/SIGNALS plugins/HOWTO plugins/PERL-HOWTO 86 %doc plugins/SIGNALS plugins/HOWTO plugins/PERL-HOWTO
85 %doc HACKING TODO 87 %doc HACKING PROGRAMMING_NOTES TODO
86 88
87 %attr(755, root, root) %{_libdir}/libgaim-remote.la 89 %attr(755, root, root) %{_libdir}/libgaim-remote.la
90 %dir %{_includedir}/gaim-remote
88 %{_includedir}/gaim-remote/*.h 91 %{_includedir}/gaim-remote/*.h
89 92
90 %changelog 93 %changelog
94 * Sun Jul 20 2003 Bjoern Voigt <bjoern@cs.tu-berlin.de>
95 - Added pkgconfig build dependency.
96 - if "%{_vendor}" != "MandrakeSoft" now also works with rpm 3.x.
97 - Added Gaim-specific directories to list of Gaim's files.
98
91 * Wed Jul 16 2003 Ethan Blanton <eblanton@cs.ohiou.edu> 99 * Wed Jul 16 2003 Ethan Blanton <eblanton@cs.ohiou.edu>
92 - Complete spec file rewrite to take advantage of "new" RPM features 100 - Complete spec file rewrite to take advantage of "new" RPM features
93 and make things prettier. 101 and make things prettier.
94 - Use system-supplied %%{_prefix}, %%{_datadir}, etc. rather than 102 - Use system-supplied %%{_prefix}, %%{_datadir}, etc. rather than
95 attempt to define our own. 103 attempt to define our own.