Japanese translation of message catalog for Sawfish Window-Manager
Revision | 70280cab1d28a1d62d605ec55a58ff5cb7e15a1e (tree) |
---|---|
Time | 2016-08-13 17:25:25 |
Author | Christopher Roy Bratusek <nano@jpbe...> |
Commiter | Christopher Roy Bratusek |
Merge branch 'master' of github.com:SawfishWM/sawfish
@@ -1,32 +1,33 @@ | ||
1 | -Summary: An extensible window manager for the X Window System | |
2 | -Name: sawfish | |
3 | -Version: @version@ | |
4 | -Release: 2%{?dist} | |
5 | -License: GPLv2+ and Artistic 2.0 | |
1 | +Summary: An extensible window manager for the X Window System | |
2 | +Name: sawfish | |
3 | +Version: @version@ | |
4 | +Release: 1%{?dist} | |
5 | +License: GPLv2+ and Artistic 2.0 | |
6 | 6 | # GPLv2+ is for Sawfish |
7 | 7 | # Artistic 2.0 is for sounds |
8 | -Group: User Interface/Desktops | |
9 | -Source0: http://download.tuxfamily.org/%{name}/%{name}_%{version}.tar.bz2 | |
10 | -URL: http://sawfish.wikia.com/ | |
11 | -BuildRoot: %{_tmppath}/%{name}_%{version}-%{release}-root-%(%{__id_u} -n) | |
12 | -BuildRequires: gmp-devel | |
13 | -BuildRequires: gtk2-devel | |
14 | -BuildRequires: libXft-devel | |
15 | -BuildRequires: libXtst-devel | |
16 | -BuildRequires: libICE-devel | |
17 | -BuildRequires: libSM-devel | |
18 | -BuildRequires: texinfo | |
19 | -BuildRequires: gettext | |
20 | -BuildRequires: kde-filesystem | |
21 | -BuildRequires: desktop-file-utils | |
22 | -BuildRequires: librep-devel >= @REP_MIN_VER@ | |
23 | -BuildRequires: rep-gtk-devel >= @REP_GTK_MIN_VER@ | |
24 | -BuildRequires: gdk-pixbuf2-xlib-devel | |
25 | -Requires: control-center-filesystem | |
26 | -Requires: hicolor-icon-theme | |
27 | -Requires: kde-filesystem | |
28 | -Requires: librep >= @REP_MIN_VER@ | |
29 | -Requires: rep-gtk >= @REP_GTK_MIN_VER@ | |
8 | +URL: http://sawfish.wikia.com/ | |
9 | +Source0: http://download.tuxfamily.org/%{name}/%{name}_%{version}.tar.bz2 | |
10 | + | |
11 | +BuildRequires: gmp-devel | |
12 | +BuildRequires: gtk2-devel | |
13 | +BuildRequires: libXft-devel | |
14 | +BuildRequires: libXtst-devel | |
15 | +BuildRequires: libICE-devel | |
16 | +BuildRequires: libSM-devel | |
17 | +BuildRequires: autoconf | |
18 | +BuildRequires: libtool | |
19 | +BuildRequires: texinfo | |
20 | +BuildRequires: gettext | |
21 | +BuildRequires: kde-filesystem | |
22 | +BuildRequires: desktop-file-utils | |
23 | +BuildRequires: librep-devel >= @REP_MIN_VER@ | |
24 | +BuildRequires: rep-gtk-devel >= @REP_GTK_MIN_VER@ | |
25 | +BuildRequires: gdk-pixbuf2-xlib-devel | |
26 | +Requires: control-center-filesystem | |
27 | +Requires: hicolor-icon-theme | |
28 | +Requires: kde-filesystem | |
29 | +Requires: librep >= @REP_MIN_VER@ | |
30 | +Requires: rep-gtk >= @REP_GTK_MIN_VER@ | |
30 | 31 | |
31 | 32 | %define rep_execdir %(pkg-config librep --variable=repcommonexecdir) |
32 | 33 |
@@ -39,9 +40,9 @@ accomplished by writing Lisp code in a personal .sawfishrc file, or | ||
39 | 40 | using a GTK+ interface. Sawfish is mostly GNOME compliant |
40 | 41 | |
41 | 42 | %package devel |
42 | -Summary: Development files for Sawfish | |
43 | -Group: Development/Languages | |
44 | -Requires: %{name} = %{version}-%{release}, pkgconfig | |
43 | +Summary: Development files for Sawfish | |
44 | +Requires: %{name} = %{version}-%{release} | |
45 | +Requires: pkgconfig | |
45 | 46 | |
46 | 47 | %description devel |
47 | 48 | Include files for Sawfish development. |
@@ -50,8 +51,7 @@ Include files for Sawfish development. | ||
50 | 51 | %setup -q -n %{name}_%{version} |
51 | 52 | |
52 | 53 | %build |
53 | -autogen.sh --nocfg | |
54 | -/usr/bin/makeinfo --no-validate --no-headers man/news.texi >NEWS | |
54 | +./autogen.sh --nocfg | |
55 | 55 | %configure |
56 | 56 | make %{?_smp_mflags} |
57 | 57 |
@@ -84,7 +84,8 @@ if [ "$1" = 0 ]; then | ||
84 | 84 | fi |
85 | 85 | |
86 | 86 | %files -f %{name}.lang |
87 | -%doc COPYING COPYING.SOUNDS README README.IMPORTANT NEWS doc/* | |
87 | +%license COPYING COPYING.SOUNDS | |
88 | +%doc README README.IMPORTANT doc/* | |
88 | 89 | %dir %{_kde4_appsdir}/ksmserver |
89 | 90 | %dir %{_kde4_appsdir}/ksmserver/windowmanagers |
90 | 91 | %{_bindir}/* |
@@ -115,7 +116,10 @@ fi | ||
115 | 116 | # This is sawfish GUI configurator, not devel config script. |
116 | 117 | |
117 | 118 | %changelog |
118 | -* Mon Aug 1 2016 Allan Duncan <sawfish@lists.tuxfamily.org> - 1.11.91-2 | |
119 | +* Sat Aug 13 2016 Kim B. Heino <b@bbbs.net> - 1.11.91-1 | |
120 | +- Merge all changes from Fedora's sawfish.spec | |
121 | + | |
122 | +* Mon Aug 1 2016 Allan Duncan <sawfish@lists.tuxfamily.org> - 1.11.91-1 | |
119 | 123 | - spec.in altered so tar file name uses '_' instead of older '-' |
120 | 124 | - Other alterations to this file shamelessly adapted from Fedora 24 sawfish.spec |
121 | 125 |