Fixed typos 'explicitely' -> 'explicitly' in spec file comments.

OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=236
This commit is contained in:
2012-02-21 08:52:18 +00:00
committed by Git OBS Bridge
parent ae62152563
commit 560e3c6e94

View File

@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: cups
BuildRequires: avahi-compat-mDNSResponder-devel
BuildRequires: dbus-1-devel
@@ -275,7 +276,7 @@ export CXX=g++
# and http://bugzilla.novell.com/show_bug.cgi?id=546023#c6 and subsequent comments
# so that the new default could be used as is but upstream may accept
# cups-1.4.3-default-webcontent-path.patch in general but change its default
# so that with-docdir is explicitely set here to be future proof:
# so that with-docdir is explicitly set here to be future proof:
./configure \
--mandir=%{_mandir} \
--sysconfdir=%{_sysconfdir} \
@@ -398,8 +399,8 @@ mv $RPM_BUILD_ROOT/usr/share/locale/{zh,zh_CN}
%postun libs -p /sbin/ldconfig
%files
# The files sections list all mandatory files explicitely one by one.
# In particular all executables are listed explicitely.
# The files sections list all mandatory files explicitly one by one.
# In particular all executables are listed explicitly.
# This avoids that CUPS' configure magic might silently
# not build and install an executable when whatever condition
# for configure's automated tests is not fulfilled in the build system.
@@ -409,7 +410,7 @@ mv $RPM_BUILD_ROOT/usr/share/locale/{zh,zh_CN}
# installed in the build system regardless of an explicite
# configure setting '--with-pdftops=/usr/bin/pdftops',
# see also http://www.cups.org/str.php?L3278).
# When all mandatory files are explicitely listed,
# When all mandatory files are explicitly listed,
# the build fails intentionally if a mandatory file was not built
# which ensures that already existing correctly built binary RPMs
# are not overwritten by broken RPMs where mandatory files are missing.