diff options
author | François Andriot <[email protected]> | 2016-03-16 07:05:57 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2016-03-16 07:05:57 +0100 |
commit | 3f18efad8f458348d3ca7feaf0cb24fff0fa4985 (patch) | |
tree | b8c716c15721ebc301260519e6610479395b1a37 /redhat/applications/k9copy/k9copy-14.0.0.spec | |
parent | 6c9a00a16267e6e069715b5ca7d87f2f4c470c4f (diff) | |
download | tde-packaging-3f18efad8f458348d3ca7feaf0cb24fff0fa4985.tar.gz tde-packaging-3f18efad8f458348d3ca7feaf0cb24fff0fa4985.zip |
RPM Packaging: update for pclinuxos2016
Diffstat (limited to 'redhat/applications/k9copy/k9copy-14.0.0.spec')
-rw-r--r-- | redhat/applications/k9copy/k9copy-14.0.0.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/redhat/applications/k9copy/k9copy-14.0.0.spec b/redhat/applications/k9copy/k9copy-14.0.0.spec index f67b2b12f..a88fe8581 100644 --- a/redhat/applications/k9copy/k9copy-14.0.0.spec +++ b/redhat/applications/k9copy/k9copy-14.0.0.spec @@ -100,8 +100,14 @@ This is the Trinity version. %prep %setup -q -n %{name}-%{tde_version}%{?preversion:~%{preversion}} +%if 0%{?suse_version} == 1315 +%__sed -i "k9author/k9avidecode.cpp" \ + -e "/pkt->destruct/ s|^|//|" \ + -e "s|PIX_FMT_RGB24|AV_PIX_FMT_RGB24|g" +%endif + # Removes internal dvdread headers -%__rm -rf dvdread +%__rm -rf "dvdread" %__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in" %__cp -f "/usr/share/libtool/"*"/ltmain.sh" "admin/ltmain.sh" || %__cp -f "/usr/share/libtool/ltmain.sh" "admin/ltmain.sh" @@ -155,6 +161,7 @@ touch --no-create %{tde_datadir}/icons/hicolor || : gtk-update-icon-cache --quiet %{tde_datadir}/icons/hicolor || : update-desktop-database %{tde_appdir} &> /dev/null + %postun touch --no-create %{tde_datadir}/icons/hicolor || : gtk-update-icon-cache --quiet %{tde_datadir}/icons/hicolor || : |