From 0eeea84e9937f36db32f47075c2fc7a075398bc12c411a7a14b62d820f70261f Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 18 Mar 2010 14:46:45 +0000 Subject: [PATCH 1/4] Updating link to change in openSUSE:Factory/fvwm2 revision 24.0 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=bf8a47c1c8099106b371697610f62c93 --- fvwm-2.5.26-libpng.patch | 58 ---------------------------------------- fvwm2.changes | 5 ---- fvwm2.spec | 4 +-- 3 files changed, 1 insertion(+), 66 deletions(-) delete mode 100644 fvwm-2.5.26-libpng.patch diff --git a/fvwm-2.5.26-libpng.patch b/fvwm-2.5.26-libpng.patch deleted file mode 100644 index 0659c11..0000000 --- a/fvwm-2.5.26-libpng.patch +++ /dev/null @@ -1,58 +0,0 @@ ---- libs/Fpng.h -+++ libs/Fpng.h -@@ -429,7 +429,7 @@ - #define FPNG_FILLER_AFTER PNG_FILLER_AFTER - #define FPNG_INFO_tRNS PNG_INFO_tRNS - --#define Fpng_check_sig(a,b) png_check_sig(a,b) -+#define Fpng_sig_cmp(a,b,c) png_sig_cmp(a,b,c) - #define Fpng_create_read_struct(a,b,c,d) png_create_read_struct(a,b,c,d) - #define Fpng_create_info_struct(a) png_create_info_struct(a) - #define Fpng_destroy_read_struct(a,b,c) png_destroy_read_struct(a,b,c) -@@ -444,7 +444,7 @@ - #define Fpng_set_packing(a) png_set_packing(a) - #define Fpng_set_gray_to_rgb(a) png_set_gray_to_rgb(a) - #define Fpng_get_bit_depth(a,b) png_get_bit_depth(a,b) --#define Fpng_set_gray_1_2_4_to_8(a) png_set_gray_1_2_4_to_8(a) -+#define Fpng_set_expand_gray_1_2_4_to_8(a) png_set_expand_gray_1_2_4_to_8(a) - #define Fpng_get_valid(a,b,c) png_get_valid(a,b,c) - #define Fpng_read_end(a,b) png_read_end(a,b) - #define Fpng_set_interlace_handling(a) png_set_interlace_handling(a) -@@ -462,7 +462,7 @@ - #define FPNG_FILLER_AFTER 5 - #define FPNG_INFO_tRNS 7 - --#define Fpng_check_sig(a,b) 0 -+#define Fpng_sig_cmp(a,b,c) 0 - #define Fpng_create_read_struct(a,b,c,d) NULL - #define Fpng_create_info_struct(a) NULL - #define Fpng_destroy_read_struct(a,b,c) -@@ -477,7 +477,7 @@ - #define Fpng_set_packing(a) - #define Fpng_set_gray_to_rgb(a) - #define Fpng_get_bit_depth(a,b) 0 --#define Fpng_set_gray_1_2_4_to_8(a) -+#define Fpng_set_expand_gray_1_2_4_to_8(a) - #define Fpng_get_valid(a,b,c) 0 - #define Fpng_read_end(a,b) - #define Fpng_set_interlace_handling(a) 0 ---- libs/PictureImageLoader.c -+++ libs/PictureImageLoader.c -@@ -417,7 +417,7 @@ - return False; - } - fread(buf, 1, FPNG_BYTES_TO_CHECK, f); -- if (!Fpng_check_sig(buf, FPNG_BYTES_TO_CHECK)) -+ if (Fpng_sig_cmp(buf, 0, FPNG_BYTES_TO_CHECK)) - { - fclose(f); - return False; -@@ -503,7 +503,7 @@ - Fpng_set_gray_to_rgb(Fpng_ptr); - if (Fpng_get_bit_depth(Fpng_ptr, Finfo_ptr) < 8) - { -- Fpng_set_gray_1_2_4_to_8(Fpng_ptr); -+ Fpng_set_expand_gray_1_2_4_to_8(Fpng_ptr); - } - } - for (i = 0; i < h; i++) diff --git a/fvwm2.changes b/fvwm2.changes index 1e2135b..8263c0c 100644 --- a/fvwm2.changes +++ b/fvwm2.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Sun Apr 4 18:55:54 CEST 2010 - ro@suse.de - -- fix build with libpng14 (replace long deprecated functions) - ------------------------------------------------------------------- Mon Dec 28 18:20:51 CET 2009 - vuntz@opensuse.org diff --git a/fvwm2.spec b/fvwm2.spec index 60a1870..e25ea8e 100644 --- a/fvwm2.spec +++ b/fvwm2.spec @@ -26,7 +26,7 @@ Provides: fvwm fvwmicns windowmanager xpmroot Obsoletes: fvwm xpmroot AutoReqProv: on Version: 2.5.26 -Release: 43 +Release: 42 Summary: Improved Version of FVWM Window Manager Url: http://www.fvwm.org Source0: fvwm-%{version}.tar.bz2 @@ -43,7 +43,6 @@ Patch2: fvwm-%{version}-ia64.patch Patch3: fvwm-%{version}-sv_SE.patch Patch4: fvwm-%{version}-utf_encoding.patch Patch5: fvwm-%{version}-charset_in_title.patch -Patch6: fvwm-2.5.26-libpng.patch %description FVWM is a virtual desktop window manager for the X Window System. @@ -81,7 +80,6 @@ Authors: %patch2 %patch3 %patch5 -%patch6 find . -name *sv_SE* |xargs rename sv_SE sv mkdir icons tar -C icons -j -x -v -f $RPM_SOURCE_DIR/fvwm_icons.tar.bz2 From 23e36305d4c0fa6a2d4d58c419b4cac492f22305c90f1072ea0aa14f3425301d Mon Sep 17 00:00:00 2001 From: Ruediger Oertel Date: Sun, 4 Apr 2010 17:42:41 +0000 Subject: [PATCH 2/4] Accepting request 36896 from home:oertel:branches:openSUSE:Factory Copy from home:oertel:branches:openSUSE:Factory/fvwm2 via accept of submit request 36896 revision 3. Request was accepted with message: forward OBS-URL: https://build.opensuse.org/request/show/36896 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=7 --- fvwm-2.5.26-libpng.patch | 58 ++++++++++++++++++++++++++++++++++++++++ fvwm2.changes | 5 ++++ fvwm2.spec | 2 ++ 3 files changed, 65 insertions(+) create mode 100644 fvwm-2.5.26-libpng.patch diff --git a/fvwm-2.5.26-libpng.patch b/fvwm-2.5.26-libpng.patch new file mode 100644 index 0000000..0659c11 --- /dev/null +++ b/fvwm-2.5.26-libpng.patch @@ -0,0 +1,58 @@ +--- libs/Fpng.h ++++ libs/Fpng.h +@@ -429,7 +429,7 @@ + #define FPNG_FILLER_AFTER PNG_FILLER_AFTER + #define FPNG_INFO_tRNS PNG_INFO_tRNS + +-#define Fpng_check_sig(a,b) png_check_sig(a,b) ++#define Fpng_sig_cmp(a,b,c) png_sig_cmp(a,b,c) + #define Fpng_create_read_struct(a,b,c,d) png_create_read_struct(a,b,c,d) + #define Fpng_create_info_struct(a) png_create_info_struct(a) + #define Fpng_destroy_read_struct(a,b,c) png_destroy_read_struct(a,b,c) +@@ -444,7 +444,7 @@ + #define Fpng_set_packing(a) png_set_packing(a) + #define Fpng_set_gray_to_rgb(a) png_set_gray_to_rgb(a) + #define Fpng_get_bit_depth(a,b) png_get_bit_depth(a,b) +-#define Fpng_set_gray_1_2_4_to_8(a) png_set_gray_1_2_4_to_8(a) ++#define Fpng_set_expand_gray_1_2_4_to_8(a) png_set_expand_gray_1_2_4_to_8(a) + #define Fpng_get_valid(a,b,c) png_get_valid(a,b,c) + #define Fpng_read_end(a,b) png_read_end(a,b) + #define Fpng_set_interlace_handling(a) png_set_interlace_handling(a) +@@ -462,7 +462,7 @@ + #define FPNG_FILLER_AFTER 5 + #define FPNG_INFO_tRNS 7 + +-#define Fpng_check_sig(a,b) 0 ++#define Fpng_sig_cmp(a,b,c) 0 + #define Fpng_create_read_struct(a,b,c,d) NULL + #define Fpng_create_info_struct(a) NULL + #define Fpng_destroy_read_struct(a,b,c) +@@ -477,7 +477,7 @@ + #define Fpng_set_packing(a) + #define Fpng_set_gray_to_rgb(a) + #define Fpng_get_bit_depth(a,b) 0 +-#define Fpng_set_gray_1_2_4_to_8(a) ++#define Fpng_set_expand_gray_1_2_4_to_8(a) + #define Fpng_get_valid(a,b,c) 0 + #define Fpng_read_end(a,b) + #define Fpng_set_interlace_handling(a) 0 +--- libs/PictureImageLoader.c ++++ libs/PictureImageLoader.c +@@ -417,7 +417,7 @@ + return False; + } + fread(buf, 1, FPNG_BYTES_TO_CHECK, f); +- if (!Fpng_check_sig(buf, FPNG_BYTES_TO_CHECK)) ++ if (Fpng_sig_cmp(buf, 0, FPNG_BYTES_TO_CHECK)) + { + fclose(f); + return False; +@@ -503,7 +503,7 @@ + Fpng_set_gray_to_rgb(Fpng_ptr); + if (Fpng_get_bit_depth(Fpng_ptr, Finfo_ptr) < 8) + { +- Fpng_set_gray_1_2_4_to_8(Fpng_ptr); ++ Fpng_set_expand_gray_1_2_4_to_8(Fpng_ptr); + } + } + for (i = 0; i < h; i++) diff --git a/fvwm2.changes b/fvwm2.changes index 8263c0c..1e2135b 100644 --- a/fvwm2.changes +++ b/fvwm2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Apr 4 18:55:54 CEST 2010 - ro@suse.de + +- fix build with libpng14 (replace long deprecated functions) + ------------------------------------------------------------------- Mon Dec 28 18:20:51 CET 2009 - vuntz@opensuse.org diff --git a/fvwm2.spec b/fvwm2.spec index e25ea8e..483fee9 100644 --- a/fvwm2.spec +++ b/fvwm2.spec @@ -43,6 +43,7 @@ Patch2: fvwm-%{version}-ia64.patch Patch3: fvwm-%{version}-sv_SE.patch Patch4: fvwm-%{version}-utf_encoding.patch Patch5: fvwm-%{version}-charset_in_title.patch +Patch6: fvwm-2.5.26-libpng.patch %description FVWM is a virtual desktop window manager for the X Window System. @@ -80,6 +81,7 @@ Authors: %patch2 %patch3 %patch5 +%patch6 find . -name *sv_SE* |xargs rename sv_SE sv mkdir icons tar -C icons -j -x -v -f $RPM_SOURCE_DIR/fvwm_icons.tar.bz2 From 976f41d0afe637e91ee7fbd144d74797303c165ce204fa3a660abbfd03c5c413 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Sun, 4 Apr 2010 18:06:09 +0000 Subject: [PATCH 3/4] Accepting request 36901 from X11:windowmanagers checked in (request 36901) OBS-URL: https://build.opensuse.org/request/show/36901 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=8 --- fvwm-2.5.26-libpng.patch | 58 ---------------------------------------- fvwm2.changes | 5 ---- fvwm2.spec | 2 -- 3 files changed, 65 deletions(-) delete mode 100644 fvwm-2.5.26-libpng.patch diff --git a/fvwm-2.5.26-libpng.patch b/fvwm-2.5.26-libpng.patch deleted file mode 100644 index 0659c11..0000000 --- a/fvwm-2.5.26-libpng.patch +++ /dev/null @@ -1,58 +0,0 @@ ---- libs/Fpng.h -+++ libs/Fpng.h -@@ -429,7 +429,7 @@ - #define FPNG_FILLER_AFTER PNG_FILLER_AFTER - #define FPNG_INFO_tRNS PNG_INFO_tRNS - --#define Fpng_check_sig(a,b) png_check_sig(a,b) -+#define Fpng_sig_cmp(a,b,c) png_sig_cmp(a,b,c) - #define Fpng_create_read_struct(a,b,c,d) png_create_read_struct(a,b,c,d) - #define Fpng_create_info_struct(a) png_create_info_struct(a) - #define Fpng_destroy_read_struct(a,b,c) png_destroy_read_struct(a,b,c) -@@ -444,7 +444,7 @@ - #define Fpng_set_packing(a) png_set_packing(a) - #define Fpng_set_gray_to_rgb(a) png_set_gray_to_rgb(a) - #define Fpng_get_bit_depth(a,b) png_get_bit_depth(a,b) --#define Fpng_set_gray_1_2_4_to_8(a) png_set_gray_1_2_4_to_8(a) -+#define Fpng_set_expand_gray_1_2_4_to_8(a) png_set_expand_gray_1_2_4_to_8(a) - #define Fpng_get_valid(a,b,c) png_get_valid(a,b,c) - #define Fpng_read_end(a,b) png_read_end(a,b) - #define Fpng_set_interlace_handling(a) png_set_interlace_handling(a) -@@ -462,7 +462,7 @@ - #define FPNG_FILLER_AFTER 5 - #define FPNG_INFO_tRNS 7 - --#define Fpng_check_sig(a,b) 0 -+#define Fpng_sig_cmp(a,b,c) 0 - #define Fpng_create_read_struct(a,b,c,d) NULL - #define Fpng_create_info_struct(a) NULL - #define Fpng_destroy_read_struct(a,b,c) -@@ -477,7 +477,7 @@ - #define Fpng_set_packing(a) - #define Fpng_set_gray_to_rgb(a) - #define Fpng_get_bit_depth(a,b) 0 --#define Fpng_set_gray_1_2_4_to_8(a) -+#define Fpng_set_expand_gray_1_2_4_to_8(a) - #define Fpng_get_valid(a,b,c) 0 - #define Fpng_read_end(a,b) - #define Fpng_set_interlace_handling(a) 0 ---- libs/PictureImageLoader.c -+++ libs/PictureImageLoader.c -@@ -417,7 +417,7 @@ - return False; - } - fread(buf, 1, FPNG_BYTES_TO_CHECK, f); -- if (!Fpng_check_sig(buf, FPNG_BYTES_TO_CHECK)) -+ if (Fpng_sig_cmp(buf, 0, FPNG_BYTES_TO_CHECK)) - { - fclose(f); - return False; -@@ -503,7 +503,7 @@ - Fpng_set_gray_to_rgb(Fpng_ptr); - if (Fpng_get_bit_depth(Fpng_ptr, Finfo_ptr) < 8) - { -- Fpng_set_gray_1_2_4_to_8(Fpng_ptr); -+ Fpng_set_expand_gray_1_2_4_to_8(Fpng_ptr); - } - } - for (i = 0; i < h; i++) diff --git a/fvwm2.changes b/fvwm2.changes index 1e2135b..8263c0c 100644 --- a/fvwm2.changes +++ b/fvwm2.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Sun Apr 4 18:55:54 CEST 2010 - ro@suse.de - -- fix build with libpng14 (replace long deprecated functions) - ------------------------------------------------------------------- Mon Dec 28 18:20:51 CET 2009 - vuntz@opensuse.org diff --git a/fvwm2.spec b/fvwm2.spec index 483fee9..e25ea8e 100644 --- a/fvwm2.spec +++ b/fvwm2.spec @@ -43,7 +43,6 @@ Patch2: fvwm-%{version}-ia64.patch Patch3: fvwm-%{version}-sv_SE.patch Patch4: fvwm-%{version}-utf_encoding.patch Patch5: fvwm-%{version}-charset_in_title.patch -Patch6: fvwm-2.5.26-libpng.patch %description FVWM is a virtual desktop window manager for the X Window System. @@ -81,7 +80,6 @@ Authors: %patch2 %patch3 %patch5 -%patch6 find . -name *sv_SE* |xargs rename sv_SE sv mkdir icons tar -C icons -j -x -v -f $RPM_SOURCE_DIR/fvwm_icons.tar.bz2 From aba3880ca8879a036b5b243593a098158c6cabf0e402d18176240b24785f3714 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 8 Nov 2010 19:41:57 +0000 Subject: [PATCH 4/4] Accepting request 52410 from home:coolo:branches:openSUSE:Factory OBS-URL: https://build.opensuse.org/request/show/52410 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=9 --- fvwm-2.5.26-libpng.patch | 58 ++++++++++++++++++++++++++++++++++++++++ fvwm2.changes | 10 +++++++ fvwm2.spec | 27 +++---------------- 3 files changed, 71 insertions(+), 24 deletions(-) create mode 100644 fvwm-2.5.26-libpng.patch diff --git a/fvwm-2.5.26-libpng.patch b/fvwm-2.5.26-libpng.patch new file mode 100644 index 0000000..0659c11 --- /dev/null +++ b/fvwm-2.5.26-libpng.patch @@ -0,0 +1,58 @@ +--- libs/Fpng.h ++++ libs/Fpng.h +@@ -429,7 +429,7 @@ + #define FPNG_FILLER_AFTER PNG_FILLER_AFTER + #define FPNG_INFO_tRNS PNG_INFO_tRNS + +-#define Fpng_check_sig(a,b) png_check_sig(a,b) ++#define Fpng_sig_cmp(a,b,c) png_sig_cmp(a,b,c) + #define Fpng_create_read_struct(a,b,c,d) png_create_read_struct(a,b,c,d) + #define Fpng_create_info_struct(a) png_create_info_struct(a) + #define Fpng_destroy_read_struct(a,b,c) png_destroy_read_struct(a,b,c) +@@ -444,7 +444,7 @@ + #define Fpng_set_packing(a) png_set_packing(a) + #define Fpng_set_gray_to_rgb(a) png_set_gray_to_rgb(a) + #define Fpng_get_bit_depth(a,b) png_get_bit_depth(a,b) +-#define Fpng_set_gray_1_2_4_to_8(a) png_set_gray_1_2_4_to_8(a) ++#define Fpng_set_expand_gray_1_2_4_to_8(a) png_set_expand_gray_1_2_4_to_8(a) + #define Fpng_get_valid(a,b,c) png_get_valid(a,b,c) + #define Fpng_read_end(a,b) png_read_end(a,b) + #define Fpng_set_interlace_handling(a) png_set_interlace_handling(a) +@@ -462,7 +462,7 @@ + #define FPNG_FILLER_AFTER 5 + #define FPNG_INFO_tRNS 7 + +-#define Fpng_check_sig(a,b) 0 ++#define Fpng_sig_cmp(a,b,c) 0 + #define Fpng_create_read_struct(a,b,c,d) NULL + #define Fpng_create_info_struct(a) NULL + #define Fpng_destroy_read_struct(a,b,c) +@@ -477,7 +477,7 @@ + #define Fpng_set_packing(a) + #define Fpng_set_gray_to_rgb(a) + #define Fpng_get_bit_depth(a,b) 0 +-#define Fpng_set_gray_1_2_4_to_8(a) ++#define Fpng_set_expand_gray_1_2_4_to_8(a) + #define Fpng_get_valid(a,b,c) 0 + #define Fpng_read_end(a,b) + #define Fpng_set_interlace_handling(a) 0 +--- libs/PictureImageLoader.c ++++ libs/PictureImageLoader.c +@@ -417,7 +417,7 @@ + return False; + } + fread(buf, 1, FPNG_BYTES_TO_CHECK, f); +- if (!Fpng_check_sig(buf, FPNG_BYTES_TO_CHECK)) ++ if (Fpng_sig_cmp(buf, 0, FPNG_BYTES_TO_CHECK)) + { + fclose(f); + return False; +@@ -503,7 +503,7 @@ + Fpng_set_gray_to_rgb(Fpng_ptr); + if (Fpng_get_bit_depth(Fpng_ptr, Finfo_ptr) < 8) + { +- Fpng_set_gray_1_2_4_to_8(Fpng_ptr); ++ Fpng_set_expand_gray_1_2_4_to_8(Fpng_ptr); + } + } + for (i = 0; i < h; i++) diff --git a/fvwm2.changes b/fvwm2.changes index 8263c0c..156111e 100644 --- a/fvwm2.changes +++ b/fvwm2.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Nov 8 12:57:56 UTC 2010 - coolo@novell.com + +- remove support for pre-9.1 + +------------------------------------------------------------------- +Sun Apr 4 18:55:54 CEST 2010 - ro@suse.de + +- fix build with libpng14 (replace long deprecated functions) + ------------------------------------------------------------------- Mon Dec 28 18:20:51 CET 2009 - vuntz@opensuse.org diff --git a/fvwm2.spec b/fvwm2.spec index e25ea8e..af14cf8 100644 --- a/fvwm2.spec +++ b/fvwm2.spec @@ -26,7 +26,7 @@ Provides: fvwm fvwmicns windowmanager xpmroot Obsoletes: fvwm xpmroot AutoReqProv: on Version: 2.5.26 -Release: 42 +Release: 43 Summary: Improved Version of FVWM Window Manager Url: http://www.fvwm.org Source0: fvwm-%{version}.tar.bz2 @@ -43,6 +43,7 @@ Patch2: fvwm-%{version}-ia64.patch Patch3: fvwm-%{version}-sv_SE.patch Patch4: fvwm-%{version}-utf_encoding.patch Patch5: fvwm-%{version}-charset_in_title.patch +Patch6: fvwm-2.5.26-libpng.patch %description FVWM is a virtual desktop window manager for the X Window System. @@ -57,21 +58,12 @@ Authors: -------- The fvwm developers -%if "%(xft-config --prefix)" == "/usr" %define _xorg7libs %_lib %define _xorg7bin bin %define _xorg7libs32 lib %define _xorg7libshare share %define _xorg7prefix /usr %define _xorg7mandir %_mandir -%else -%define _xorg7libs X11R6/%_lib -%define _xorg7bin X11R6/bin -%define _xorg7libshare X11R6/lib -%define _xorg7libs32 X11R6/lib -%define _xorg7prefix /usr/X11R6 -%define _xorg7mandir /usr/X11R6/man -%endif %prep %setup -q -n fvwm-%{version} @@ -80,6 +72,7 @@ Authors: %patch2 %patch3 %patch5 +%patch6 find . -name *sv_SE* |xargs rename sv_SE sv mkdir icons tar -C icons -j -x -v -f $RPM_SOURCE_DIR/fvwm_icons.tar.bz2 @@ -112,11 +105,7 @@ make DESTDIR=$RPM_BUILD_ROOT install # # default config install -d -m 755 $RPM_BUILD_ROOT/etc/X11/fvwm2 -%if "%(xft-config --prefix)" == "/usr" install -m 644 %SOURCE4 $RPM_BUILD_ROOT/etc/X11/fvwm2/system.fvwm2rc -%else -install -m 644 %SOURCE5 $RPM_BUILD_ROOT/etc/X11/fvwm2/system.fvwm2rc -%endif # # some extra utils install -d -m 755 $RPM_BUILD_ROOT%{_prefix}/%{_xorg7libshare}/X11/fvwm2/utils @@ -184,15 +173,5 @@ rm -rf $RPM_BUILD_ROOT %dir %{_prefix}/%{_xorg7libshare}/X11/fvwm2/utils %{_xorg7mandir}/man1/* %{_datadir}/xsessions/*desktop -%if "%(xft-config --prefix)" == "/usr/X11R6" -%dir %{_xorg7prefix}/share/locale/ar -%dir %{_xorg7prefix}/share/locale/ar/LC_MESSAGES -%dir %{_xorg7prefix}/share/locale/de -%dir %{_xorg7prefix}/share/locale/de/LC_MESSAGES -%dir %{_xorg7prefix}/share/locale/fr -%dir %{_xorg7prefix}/share/locale/fr/LC_MESSAGES -%dir %{_xorg7prefix}/share/locale/zh_CN -%dir %{_xorg7prefix}/share/locale/zh_CN/LC_MESSAGES -%endif %changelog