rpms/epiphany/F-10 epiphany.spec,1.219,1.220

Matej Cepl mcepl at fedoraproject.org
Wed Jan 14 14:38:52 UTC 2009


Author: mcepl

Update of /cvs/extras/rpms/epiphany/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32629

Modified Files:
	epiphany.spec 
Log Message:
Creates also plugins and extensions subdirectories (fixing bug #479921).


Index: epiphany.spec
===================================================================
RCS file: /cvs/extras/rpms/epiphany/F-10/epiphany.spec,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -r1.219 -r1.220
--- epiphany.spec	5 Jan 2009 19:36:25 -0000	1.219
+++ epiphany.spec	14 Jan 2009 14:38:22 -0000	1.220
@@ -8,7 +8,9 @@
 Summary: GNOME web browser based on the Mozilla rendering engine
 Name: epiphany
 Version: 2.24.2.1
-Release: 1%{?dist}
+Release: 2%{?dist}
+%define major_version 2.24
+Provides: epiphany(abi) = %{major_version}
 License: GPLv2+ and GFDL
 Group: Applications/Internet
 URL: http://www.gnome.org/projects/epiphany/
@@ -179,6 +181,11 @@
 # LowContrastLargePrint seems to be obsolete, so remove it until further notice
 rm -rf $RPM_BUILD_ROOT/%{_datadir}/icons/LowContrastLargePrint
 
+# directories for plugins and extensions
+mkdir -p $RPM_BUILD_ROOT%{_libdir}/epiphany/%{version}/{plugins,extensions}
+ln -sf %{version}/plugins $RPM_BUILD_ROOT%{_libdir}/epiphany/plugins
+ln -sf %{version}/extensions $RPM_BUILD_ROOT%{_libdir}/epiphany/extensions
+
 %post
 update-desktop-database -q %{_datadir}/applications
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
@@ -231,8 +238,8 @@
 %{_sysconfdir}/gconf/schemas/epiphany-lockdown.schemas
 %{_sysconfdir}/gconf/schemas/epiphany-fonts.schemas
 %{_sysconfdir}/gconf/schemas/epiphany-pango.schemas
-%{_bindir}/epiphany
 %{_libdir}/epiphany
+%{_bindir}/epiphany
 %{_datadir}/applications/*.desktop
 %{_datadir}/epiphany
 %{_mandir}/man*/*
@@ -242,6 +249,11 @@
 %{_datadir}/icons/HighContrastLargePrint/48x48/apps/gnome-web-browser.png
 %{_datadir}/icons/HighContrastLargePrintInverse/48x48/apps/gnome-web-browser.png
 %{_datadir}/dbus-1/services/org.gnome.Epiphany.service
+#%{_libdir}/epiphany/plugins
+#%{_libdir}/epiphany/extensions
+#%{_libdir}/epiphany/%{version}
+#%{_libdir}/epiphany/%{version}/plugins
+#%{_libdir}/epiphany/%{version}/extensions
 
 %files devel
 %defattr(-, root, root)
@@ -252,6 +264,10 @@
 %{_datadir}/pygtk/2.0/defs/epiphany.defs
 
 %changelog
+* Wed Jan 14 2009 Matěj Cepl <mcepl at redhat.com> 2.24.2.1-2
+- Make epiphany own directories for plugins and extensions
+  (#479921).
+
 * Mon Jan  5 2009 Christopher Aillon <caillon at redhat.com> - 2.24.2.1-1
 - Update to 2.24.2.1
 




More information about the fedora-extras-commits mailing list