• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


Commit MetaInfo

Revision9a84ba1dbb26457f4d22e69fa4699c0b0dd0898f (tree)
Time2016-08-03 01:48:02
AuthorChristopher Roy Bratusek <nano@jpbe...>
CommiterChristopher Roy Bratusek

Log Message

update spec file [Allan Duncan]

Change Summary

Incremental Difference

--- a/data/sawfish.spec.in
+++ b/data/sawfish.spec.in
@@ -1,14 +1,14 @@
11 Summary: An extensible window manager for the X Window System
22 Name: sawfish
33 Version: @version@
4-Release: 1%{?dist}
4+Release: 2%{?dist}
55 License: GPLv2+ and Artistic 2.0
66 # GPLv2+ is for Sawfish
77 # Artistic 2.0 is for sounds
88 Group: User Interface/Desktops
9-Source0: http://download.tuxfamily.org/%{name}/%{name}-%{version}.tar.bz2
9+Source0: http://download.tuxfamily.org/%{name}/%{name}_%{version}.tar.bz2
1010 URL: http://sawfish.wikia.com/
11-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11+BuildRoot: %{_tmppath}/%{name}_%{version}-%{release}-root-%(%{__id_u} -n)
1212 BuildRequires: gmp-devel
1313 BuildRequires: gtk2-devel
1414 BuildRequires: libXft-devel
@@ -21,6 +21,7 @@ BuildRequires: kde-filesystem
2121 BuildRequires: desktop-file-utils
2222 BuildRequires: librep-devel >= @REP_MIN_VER@
2323 BuildRequires: rep-gtk-devel >= @REP_GTK_MIN_VER@
24+BuildRequires: gdk-pixbuf2-xlib-devel
2425 Requires: control-center-filesystem
2526 Requires: hicolor-icon-theme
2627 Requires: kde-filesystem
@@ -46,10 +47,10 @@ Requires: %{name} = %{version}-%{release}, pkgconfig
4647 Include files for Sawfish development.
4748
4849 %prep
49-%setup -q
50+%setup -q -n %{name}_%{version}
5051
5152 %build
52-/bin/sh autogen.sh --nocfg
53+autogen.sh --nocfg
5354 /usr/bin/makeinfo --no-validate --no-headers man/news.texi >NEWS
5455 %configure
5556 make %{?_smp_mflags}
@@ -65,9 +66,14 @@ find %{buildroot}%{_libdir} -name \*.la -exec rm '{}' \;
6566 sed -i -e '/^\#!/,/^!\#/d' %{buildroot}%{_datadir}/sawfish/lisp/sawfish/cfg/main.jl
6667
6768 desktop-file-validate %{buildroot}%{_datadir}/applications/sawfish.desktop
69+desktop-file-validate %{buildroot}%{_datadir}/applications/sawfish-config.desktop
6870 desktop-file-validate %{buildroot}%{_datadir}/gnome/wm-properties/sawfish-wm.desktop
6971 desktop-file-validate %{buildroot}%{_kde4_appsdir}/ksmserver/windowmanagers/sawfish.desktop
7072 desktop-file-validate %{buildroot}%{_datadir}/xsessions/sawfish.desktop
73+desktop-file-validate %{buildroot}%{_datadir}/xsessions/sawfish-kde4.desktop
74+desktop-file-validate %{buildroot}%{_datadir}/xsessions/sawfish-lumina.desktop
75+desktop-file-validate %{buildroot}%{_datadir}/xsessions/sawfish-mate.desktop
76+desktop-file-validate %{buildroot}%{_datadir}/xsessions/sawfish-xfce.desktop
7177
7278 %post
7379 /sbin/install-info %{_infodir}/sawfish.info.gz %{_infodir}/dir
@@ -86,9 +92,16 @@ fi
8692 %{_libdir}/sawfish
8793 %{_datadir}/sawfish
8894 %{_datadir}/applications/sawfish.desktop
95+%{_datadir}/applications/sawfish-config.desktop
8996 %{_datadir}/gnome/wm-properties/sawfish-wm.desktop
9097 %{_kde4_appsdir}/ksmserver/windowmanagers/sawfish.desktop
98+%{_datadir}/ksmserver/windowmanagers/sawfish.desktop
9199 %{_datadir}/xsessions/sawfish.desktop
100+%{_datadir}/xsessions/sawfish-kde4.desktop
101+%{_datadir}/xsessions/sawfish-kde5.desktop
102+%{_datadir}/xsessions/sawfish-lumina.desktop
103+%{_datadir}/xsessions/sawfish-mate.desktop
104+%{_datadir}/xsessions/sawfish-xfce.desktop
92105 %{_datadir}/icons/hicolor/32x32/apps/sawfish-config.png
93106 %{_mandir}/man1/sawfish*.gz
94107 %{_infodir}/sawfish*
@@ -102,6 +115,10 @@ fi
102115 # This is sawfish GUI configurator, not devel config script.
103116
104117 %changelog
118+* Mon Aug 1 2016 Allan Duncan <sawfish@lists.tuxfamily.org> - 1.11.91-2
119+- spec.in altered so tar file name uses '_' instead of older '-'
120+- Other alterations to this file shamelessly adapted from Fedora 24 sawfish.spec
121+
105122 * Tue Apr 22 2014 Allan Duncan
106123 - Shamelessly copied sawfish.spec from Fedora's distro and made a sawfish.spec.in
107124 - Altered to run autorun.sh and makeinfo for NEWS for the git version
--- a/man/news.texi
+++ b/man/news.texi
@@ -97,6 +97,8 @@ Each release lists incompatible changes at its top.
9797
9898 @item Add @code{GenericName} and @code{Categories} to desktop files [OpenSuSE patch]
9999
100+@item Update @code{sawfish.spec} [Allan Duncan]
101+
100102 @item Debian code review
101103 @itemize x
102104 @item Fix FSF address across all files [Christopher Bratusek]