]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
The RPM spec file did not work due to the new Brazilian Portuguese localization
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 24 Jun 2014 18:01:58 +0000 (18:01 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 24 Jun 2014 18:01:58 +0000 (18:01 +0000)
(STR #4436)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.7@11946 a1ca3aef-8c08-0410-bb20-df032aa958be

CHANGES.txt
packaging/cups.spec.in

index 255ca97956cecd8a057f00b31dbf58537fe8bc18..be7bce621d29538647c8441749722c090b9e0239 100644 (file)
@@ -1,4 +1,4 @@
-CHANGES.txt - 1.7.4 - 2014-06-16
+CHANGES.txt - 1.7.4 - 2014-06-24
 --------------------------------
 
 CHANGES IN CUPS V1.7.4
@@ -11,6 +11,8 @@ CHANGES IN CUPS V1.7.4
        - The web interface now properly shows a "Go" button for all text-based
          browsers (STR #4425)
        - The MaxJobTime directive now properly supports time values (STR #4434)
+       - The RPM spec file did not work due to the new Brazilian Portuguese
+         localization (STR #4436)
 
 
 CHANGES IN CUPS V1.7.3
index 77643384c13aa017b7ec002c33fc213c947d3514..4c0068676eca48a8e0da56cdfc91da200ef8c9f8 100644 (file)
 #   dnssd    - Enable/disable DNS-SD support (default = enable)
 #   libusb1  - Enable/disable LIBUSB 1.0 support (default = enable)
 #   static   - Enable/disable static libraries (default = enable)
+#
+# Note: Older Linux distributions use the name "libusbx-devel" or just
+#       "libusb-devel" for LIBUSB 1.0.  There is absolutely nothing we can
+#       do to make this spec file build as-is on those distributions, you'll
+#       need to change the "BuildRequires" line accordingly...
 
 %{!?_with_dbus: %{!?_without_dbus: %define _with_dbus --with-dbus}}
 %{?_with_dbus: %define _dbus --enable-dbus}
@@ -283,6 +288,8 @@ rm -rf $RPM_BUILD_ROOT
 /usr/share/doc/cups/it/*
 %dir /usr/share/doc/cups/ja
 /usr/share/doc/cups/ja/*
+%dir /usr/share/doc/cups/pt_BR
+/usr/share/doc/cups/pt_BR/*
 %dir /usr/share/doc/cups/ru
 /usr/share/doc/cups/ru/*
 
@@ -300,6 +307,8 @@ rm -rf $RPM_BUILD_ROOT
 /usr/share/locale/it/cups_it.po
 %dir /usr/share/locale/ja
 /usr/share/locale/ja/cups_ja.po
+%dir /usr/share/locale/pt_BR
+/usr/share/locale/pt_BR/cups_pt_BR.po
 %dir /usr/share/locale/ru
 /usr/share/locale/ru/cups_ru.po