rpms/esc/devel esc.spec,1.36,1.37

Michael Schwendt mschwendt at fedoraproject.org
Sat Nov 8 11:48:06 UTC 2008


Author: mschwendt

Update of /cvs/pkgs/rpms/esc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25329

Modified Files:
	esc.spec 
Log Message:
* Sat Nov  8 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 1.0.1-12
- Include lots of missing directories (#233833) and mark
  recursively included directories in files list with a trailing slash.



Index: esc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/esc/devel/esc.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- esc.spec	30 Sep 2008 20:49:03 -0000	1.36
+++ esc.spec	8 Nov 2008 11:47:33 -0000	1.37
@@ -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 @@
 %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 @@
 fi
 
 %changelog
+* Sat Nov  8 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 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 <tcallawa at redhat.com> - 1.0.1-11
 - xulrunner still broken for sparc64
 




More information about the fedora-extras-commits mailing list