|
@@ -4,7 +4,7 @@ Summary: Drop-down terminal for GNOME Desktop Environment
|
|
Summary(ja): GNOME 用のドロップダウン式の端末エミュレータ
|
|
Summary(ja): GNOME 用のドロップダウン式の端末エミュレータ
|
|
Name: guake
|
|
Name: guake
|
|
Version: 0.4.3
|
|
Version: 0.4.3
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
Source0: %{name}-%{version}.tar.gz
|
|
Source0: %{name}-%{version}.tar.gz
|
|
#Source1: guake-0.4.1-ja.po
|
|
#Source1: guake-0.4.1-ja.po
|
|
Patch0: 0001-Fix-focus-issue-on-gnome-shell.patch
|
|
Patch0: 0001-Fix-focus-issue-on-gnome-shell.patch
|
|
@@ -60,13 +60,14 @@ sed -i 's/Categories=GNOME;GTK;Utility;TerminalEmulator;/Categories=GNOME;GTK;Ut
|
|
%find_lang %{name}
|
|
%find_lang %{name}
|
|
rm -f %{buildroot}%{_libdir}/%{name}/globalhotkeys.la
|
|
rm -f %{buildroot}%{_libdir}/%{name}/globalhotkeys.la
|
|
|
|
|
|
-desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
|
|
|
-desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}-prefs.desktop
|
|
|
|
-
|
|
|
|
if [ "%{python_sitearch}" != "%{python_sitelib}" ]; then
|
|
if [ "%{python_sitearch}" != "%{python_sitelib}" ]; then
|
|
mv %{buildroot}%{python_sitelib}/%{name}/* %{buildroot}%{python_sitearch}/%{name}/
|
|
mv %{buildroot}%{python_sitelib}/%{name}/* %{buildroot}%{python_sitearch}/%{name}/
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
+%check
|
|
|
|
+desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
|
|
|
+desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}-prefs.desktop
|
|
|
|
+
|
|
%pre
|
|
%pre
|
|
# uninstall old schemas before update
|
|
# uninstall old schemas before update
|
|
if [ "$1" -gt 1 ]; then
|
|
if [ "$1" -gt 1 ]; then
|
|
@@ -115,6 +116,9 @@ update-desktop-database &>/dev/null || :
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jun 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.3-2
|
|
|
|
+- run desktop-file-validate in %%check
|
|
|
|
+
|
|
* Tue Jun 26 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.3-1
|
|
* Tue Jun 26 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.3-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- added Patch0 from Fedora rawhide
|
|
- added Patch0 from Fedora rawhide
|