comparison gaim.spec.in @ 11913:b3105d119a17

[gaim-migrate @ 14204] I believe spaces are the indent-de-jour around here committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 31 Oct 2005 01:58:26 +0000
parents 8eb1f4b9210c
children e1fc3eaf73b9
comparison
equal deleted inserted replaced
11912:8eb1f4b9210c 11913:b3105d119a17
42 %endif 42 %endif
43 %endif 43 %endif
44 44
45 %if 0%{?_with_howl:1} 45 %if 0%{?_with_howl:1}
46 %package bonjour 46 %package bonjour
47 Summary: Bonjour plugin for Gaim 47 Summary: Bonjour plugin for Gaim
48 Group: Applications/Internet 48 Group: Applications/Internet
49 Requires: gaim = %{epoch}:%{version} 49 Requires: gaim = %{epoch}:%{version}
50 %endif 50 %endif
51 51
52 %if 0%{?_with_silc:1} 52 %if 0%{?_with_silc:1}
53 %package silc 53 %package silc
54 Summary: SILC (Secure Internet Live Conferencing) plugin for Gaim 54 Summary: SILC (Secure Internet Live Conferencing) plugin for Gaim
129 --with-ao=%{_libdir} \ 129 --with-ao=%{_libdir} \
130 --with-perl-lib=%{buildroot}%{_prefix} \ 130 --with-perl-lib=%{buildroot}%{_prefix} \
131 %{?_with_silc:--with-silc-includes=%{_includedir}/silc} \ 131 %{?_with_silc:--with-silc-includes=%{_includedir}/silc} \
132 %{?_with_silc:--with-silc-libs=%{_libdir}/silc} \ 132 %{?_with_silc:--with-silc-libs=%{_libdir}/silc} \
133 %{!?_with_tcl:--disable-tcl} \ 133 %{!?_with_tcl:--disable-tcl} \
134 %{!?_with_mono:--disable-mono} \ 134 %{!?_with_mono:--disable-mono} \
135 %{?_without_gtkspell:--disable-gtkspell} 135 %{?_without_gtkspell:--disable-gtkspell}
136 136
137 make %{?_smp_mflags} 137 make %{?_smp_mflags}
138 138
139 %install 139 %install
167 %endif 167 %endif
168 168
169 169
170 find $RPM_BUILD_ROOT%{_libdir}/gaim -type f -print | \ 170 find $RPM_BUILD_ROOT%{_libdir}/gaim -type f -print | \
171 sed "s@^$RPM_BUILD_ROOT@@g" | \ 171 sed "s@^$RPM_BUILD_ROOT@@g" | \
172 grep -v libbonjour.so | \ 172 grep -v libbonjour.so | \
173 grep -v libsilcgaim.so | \ 173 grep -v libsilcgaim.so | \
174 grep -v tcl.so | \ 174 grep -v tcl.so | \
175 grep -v mono.so | \ 175 grep -v mono.so | \
176 grep -v ".dll$" | \ 176 grep -v ".dll$" | \
177 grep -v ".tcl$" > %{name}-%{version}-coreplugins 177 grep -v ".tcl$" > %{name}-%{version}-coreplugins
178 178
179 %clean 179 %clean
180 rm -rf %{buildroot} 180 rm -rf %{buildroot}
181 181