diff --git a/.gitignore b/.gitignore index c87fd64..52b6075 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ gnome-commander-1.2.8.7.tar.bz2 /gnome-commander-1.2.8.17.tar.xz /gnome-commander-1.4.0.tar.xz /gnome-commander-1.4.1.tar.xz +/gnome-commander-1.4.2.tar.xz diff --git a/gnome-commander.spec b/gnome-commander.spec index f03e865..446ac1f 100644 --- a/gnome-commander.spec +++ b/gnome-commander.spec @@ -26,7 +26,7 @@ %global use_autotool 0 %global update_po 0 %global if_pre 0 -%global main_release 2 +%global main_release 1 %global extratag git_%{git_pull_JST} %undefine extratag %global mimeedit_rev 1958 @@ -48,7 +48,7 @@ %global fedora_rel %( [ 0%{?if_pre} -gt 0 ] && echo 0. )%{main_release}%{?extratag:.%extratag} Name: gnome-commander -Version: 1.4.1 +Version: 1.4.2 # Downgrade 3 times, sorry... Epoch: 4 Release: %{fedora_rel}%{?dist} @@ -135,8 +135,8 @@ ansluta till FTP-servrar och SMB-nätverk. ( export NOCONFIGURE=1 ; sh autogen.sh ) %endif -%{__cp} -p %SOURCE10 mimeedit.sh -%patch10 -p0 +#%{__cp} -p %SOURCE10 mimeedit.sh +#%%patch10 -p0 %{__sed} -i.pylib \ -e 's|\$PY_EXEC_PREFIX/lib|%{_libdir}|' \ @@ -207,8 +207,10 @@ desktop-file-install \ %{__install} -cpm 0755 %SOURCE1 %{buildroot}%{_bindir}/%{name} # install gnome-file-types-properties (bug 458667) +%if 0 %{__install} -cpm 0755 mimeedit.sh \ %{buildroot}%{_libexecdir}/%{name}/gnome-file-types-properties +%endif %{__rm} -f %{buildroot}%{_libdir}/%{name}/*.{a,la} %{__rm} -f %{buildroot}%{_libdir}/%{name}/*/*.{a,la} @@ -244,6 +246,12 @@ desktop-file-install \ %{_datadir}/pixmaps/%{name}/ %changelog +* Mon May 26 2014 Mamoru TASAKA - 4:1.4.2-1 +- Update to 1.4.2 + +* Mon May 26 2014 Mamoru TASAKA - 4:1.4.1-3 +- Remove no longer supported mimetype configuration + * Fri Apr 11 2014 Mamoru TASAKA - 4:1.4.1-2 - F21 gcc49 rebuild diff --git a/sources b/sources index b822ab4..90469f5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6362b405fdf21fc14e688f3a12ba7467 gnome-commander-1.4.1.tar.xz +366535c81c35d1e2045d1ed37f9efab9 gnome-commander-1.4.2.tar.xz