gaim.spec.in

changeset 8115
f8f1f6953e2d
parent 8058
1701b0c05fb2
child 9364
6d800038ed6c
equal deleted inserted replaced
8114:201c03cf6c5f 8115:f8f1f6953e2d
63 libdir=%{buildroot}%{_libdir} mandir=%{buildroot}%{_mandir} \ 63 libdir=%{buildroot}%{_libdir} mandir=%{buildroot}%{_mandir} \
64 sysconfdir=%{buildroot}%{_sysconfdir} \ 64 sysconfdir=%{buildroot}%{_sysconfdir} \
65 install 65 install
66 66
67 rm -f $RPM_BUILD_ROOT/%{_libdir}/perl5/*/*/perllocal.pod 67 rm -f $RPM_BUILD_ROOT/%{_libdir}/perl5/*/*/perllocal.pod
68 strip %{buildroot}%{_libdir}/{*.so*,%{name}/*.so} || :
69
70 68
71 %clean 69 %clean
72 rm -rf %{buildroot} 70 rm -rf %{buildroot}
73 71
74 %files 72 %files
99 %attr(755, root, root) %{_libdir}/libgaim-remote.la 97 %attr(755, root, root) %{_libdir}/libgaim-remote.la
100 %dir %{_includedir}/gaim-remote 98 %dir %{_includedir}/gaim-remote
101 %{_includedir}/gaim-remote/*.h 99 %{_includedir}/gaim-remote/*.h
102 100
103 %changelog 101 %changelog
102 * Thu Jan 15 2004 Ethan Blanton <eblanton@cs.ohiou.edu>
103 - Removed the manual strip command, as it seems to be unwarranted if
104 the necessary programs are properly installed. (For me, this was
105 elfutils.)
106
104 * Sun Jul 20 2003 Bjoern Voigt <bjoern@cs.tu-berlin.de> 107 * Sun Jul 20 2003 Bjoern Voigt <bjoern@cs.tu-berlin.de>
105 - Added pkgconfig build dependency. 108 - Added pkgconfig build dependency.
106 - if "%{_vendor}" != "MandrakeSoft" now also works with rpm 3.x. 109 - if "%{_vendor}" != "MandrakeSoft" now also works with rpm 3.x.
107 - Added Gaim-specific directories to list of Gaim's files. 110 - Added Gaim-specific directories to list of Gaim's files.
108 111

mercurial