Solaris/SUNWevolution.spec
changeset 3221 a9dc1a9a5f37
parent 3184 5f0898343efd
child 3228 3746c9d3c2ac
--- a/Solaris/SUNWevolution.spec	Sat Jun 26 23:05:09 2004 +0000
+++ b/Solaris/SUNWevolution.spec	Sun Jun 27 00:49:45 2004 +0000
@@ -94,7 +94,6 @@
 
 %files
 %defattr (0755, root, other)
-%dir %attr (0755, root, bin) %{_prefix}
 %dir %attr (0755, root, bin) %{_bindir}
 %{_bindir}/*
 %dir %attr (0755, root, bin) %{_libdir}
@@ -122,7 +121,6 @@
 
 %files share
 %defattr (0755, root, other)
-%dir %attr (0755, root, bin) %{_prefix}
 %dir %attr (0755, root, sys) %{_datadir}
 %{_datadir}/evolution
 %{_datadir}/applications
@@ -138,7 +136,6 @@
 
 %files l10n
 %defattr (-, root, other)
-%dir %attr (0755, root, bin) %{_prefix}
 %dir %attr (0755, root, sys) %{_datadir}
 %{_datadir}/locale
 %{_datadir}/gnome/help/evolution*/[a-z]*
@@ -147,7 +144,6 @@
 
 %files devel
 %defattr (0755, root, other)
-%dir %attr (0755, root, bin) %{_prefix}
 %dir %attr (0755, root, bin) %{_includedir}
 %{_includedir}/*
 %dir %attr (0755, root, bin) %{_libdir}
@@ -155,18 +151,18 @@
 
 %files devel-share
 %defattr (0755, root, other)
-%dir %attr (0755, root, bin) %{_prefix}
 %dir %attr (0755, root, sys) %{_datadir}
 %{_datadir}/idl
 
 %files root
 %attr (0755, root, sys) %dir %{_sysconfdir}
-%dir %attr (0755, root, bin) %{_prefix}
 %defattr (0755, root, other)
 %{_sysconfdir}/*
 %defattr (0755, root, sys)
 
 %changelog
+* Sat Jun 26 2004  [email protected]
+- Changed install location to /usr/...
 * Wed Jun  2 2004 - [email protected]
 - Added %{_datadir}/locale to install l10n messages
 * Tue May 25 2004 - <[email protected]>