From 6e2b294bd011503b6fd8c933e4671c97b3e8de2a Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Sat, 8 Nov 2008 11:47:33 +0000 Subject: [PATCH] - Include lots of missing directories (#233833) and mark recursively included directories in files list with a trailing slash. --- esc.spec | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/esc.spec b/esc.spec index 2c7e1e6..e302b19 100644 --- a/esc.spec +++ b/esc.spec @@ -1,6 +1,6 @@ Name: esc Version: 1.0.1 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Enterprise Security Client Smart Card Client License: GPL+ URL: http://directory.fedora.redhat.com/wiki/CoolKey @@ -156,25 +156,31 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) +%dir %{escdir} %{escdir}/esc %{escdir}/escd %{escbindir}/esc %{escdir}/application.ini +%dir %{escdir}/chrome %{escdir}/chrome/chrome.manifest -%{escdir}/chrome/content -%{escdir}/chrome/locale -%{escdir}/chrome/icons/default -%{escdir}/components +%{escdir}/chrome/content/ +%{escdir}/chrome/locale/ +%dir %{escdir}/icons +%{escdir}/chrome/icons/default/ +%{escdir}/components/ +%dir %{escdir}/defaults +%dir %{escdir}/defaults/preferences %{escdir}/defaults/preferences/esc-prefs.js -%{escdir}/xulrunner +%{escdir}/xulrunner/ %{icondir}/esc.png %{pixmapdir}/esc.png %{autostartdir}/esc.desktop %{_datadir}/%{appdir}/esc.desktop +%dir %{docdir} %doc %{docdir}/LICENSE %preun @@ -195,6 +201,10 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then fi %changelog +* Sat Nov 8 2008 Michael Schwendt - 1.0.1-12 +- Include lots of missing directories (#233833) and mark + recursively included directories in files list with a trailing slash. + * Tue Sep 30 2008 Tom "spot" Callaway - 1.0.1-11 - xulrunner still broken for sparc64