]> git.pld-linux.org Git - packages/nautilus.git/commitdiff
- release 9: fixed omf files install path. nautilus-1_0_6-9
authorkloczek <kloczek@pld-linux.org>
Fri, 17 May 2002 14:16:37 +0000 (14:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nautilus.spec -> 1.48

nautilus.spec

index e0a748683c24068fbc0540de20ffebe9e71ff663..888769f7cf8613e7e03ba85f20f42dee49cdbe3c 100644 (file)
@@ -3,7 +3,7 @@ Summary(pl):    nautilus - pow
 Summary(pt_BR):        Nautilus é um gerenciador de arquivos para o GNOME
 Name:          nautilus
 Version:       1.0.6
-Release:       8
+Release:       9
 License:       GPL
 Group:         X11/Window Managers
 Source0:       ftp://ftp.gnome.org/pub/GNOME/stable/sources/%{name}/%{name}-%{version}.tar.bz2
@@ -160,7 +160,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
-       omf_dest_dir=%{_omf_dest_dir}/omf/%{name}
+       omf_dest_dir=%{_omf_dest_dir}/%{name}
 
 gzip -9nf ChangeLog NEWS README
 
@@ -234,7 +234,7 @@ scrollkeeper-update
 %{_datadir}/oaf/Nautilus_View_sidebar-loser.oaf
 %{_datadir}/oaf/Nautilus_View_text.oaf
 %{_datadir}/oaf/Nautilus_View_tree.oaf
-%{_omf_dest_dir}/omf/%{name}
+%{_omf_dest_dir}/%{name}
 %{_datadir}/idl/*
 
 %files devel
This page took 0.878368 seconds and 4 git commands to generate.