]> git.pld-linux.org Git - packages/gnome-vfs2.git/commitdiff
- rel. 2 auto/ac/gnome-vfs2-2_8_3-2
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Wed, 8 Dec 2004 14:44:44 +0000 (14:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Source: defaults.list
- Patch: defaults-path.patch
- %dir %{_datadir}/gnome/applications
- now GNOME apps look into defaults.list file located in
  %{_datadir}/gnome/applications to get default GNOME applications
  for mime types

Changed files:
    gnome-vfs2.spec -> 1.136

gnome-vfs2.spec

index 4cd227c68dfb210dc637d65f31f0ab2da304eb23..17b8ac40add91b53505a43b137cb04c2de9e13ef 100644 (file)
@@ -6,11 +6,12 @@ Summary:      GNOME2 - virtual file system
 Summary(pl):   GNOME2 - wirtualny system plików
 Name:          gnome-vfs2
 Version:       2.8.3
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.8/gnome-vfs-%{version}.tar.bz2
 # Source0-md5: 5484694e7250c80a231cfc525d924cc3
+Source1:       %{name}-defaults.list
 Patch0:                %{name}-applnk.patch
 Patch1:                %{name}-application.patch
 Patch2:                %{name}-onlyshowin.patch
@@ -18,6 +19,7 @@ Patch3:               %{name}-capplets-dir.patch
 Patch4:                %{name}-gnome2-dir.patch
 Patch5:                %{name}-categories.patch
 Patch6:                %{name}-hal.patch
+Patch7:                %{name}-defaults-path.patch
 URL:           http://www.gnome.org/
 BuildRequires: GConf2-devel >= 2.8.0.1
 BuildRequires: ORBit2-devel >= 1:2.12.0
@@ -118,6 +120,7 @@ Menu GNOME przy u
 %patch4 -p0
 %patch5 -p1
 %patch6 -p0
+%patch7 -p1
 
 %build
 %{__libtoolize}
@@ -163,6 +166,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/filesystems/*.{la,a}
 
 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
 
+install -d $RPM_BUILD_ROOT%{_datadir}/gnome/applications
+install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/gnome/applications/defaults.list
+
 %find_lang gnome-vfs-2.0
 
 %clean
@@ -188,6 +194,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/gnome-vfs-2.0/modules/*.so
 %{_libdir}/bonobo/servers/*
 %attr(755,root,root) %{_libdir}/bonobo/monikers/*.so
+%dir %{_datadir}/gnome/applications
+%{_datadir}/gnome/applications/defaults.list
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.210767 seconds and 4 git commands to generate.