Author: freetz                       Date: Thu Jun  8 20:08:03 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- ops, 2.15.1 is released long time ago, LINGUAS problemos obsoletos,
  no locale already removed

---- Files affected:
SPECS:
   nautilus.spec (1.166 -> 1.167) , eel.spec (1.80 -> 1.81) 

---- Diffs:

================================================================
Index: SPECS/nautilus.spec
diff -u SPECS/nautilus.spec:1.166 SPECS/nautilus.spec:1.167
--- SPECS/nautilus.spec:1.166   Thu Jun  8 21:35:33 2006
+++ SPECS/nautilus.spec Thu Jun  8 22:07:55 2006
@@ -7,25 +7,19 @@
 Summary(pl):   Nautilus - powłoka GNOME i zarządca plików
 Summary(pt_BR):        Nautilus é um gerenciador de arquivos para o GNOME
 Name:          nautilus
-Version:       2.14.1
-Release:       4
+Version:       2.15.1
+Release:       1
 License:       GPL v2+
 Group:         X11/Applications
-Source0:       
http://ftp.gnome.org/pub/gnome/sources/nautilus/2.14/%{name}-%{version}.tar.bz2
-# Source0-md5: d8bad8b9141bc823c612abb7d460b725
+Source0:       
http://ftp.gnome.org/pub/gnome/sources/nautilus/2.15/%{name}-%{version}.tar.bz2
+# Source0-md5: 57d5dea7758205258d85afc30cb3afaf
 Source1:       %{name}.PLD.readme
 Patch0:                %{name}-includes.patch
 Patch1:                %{name}-desktop.patch
 Patch2:                %{name}-capplet.patch
 Patch3:                %{name}-copy_label.patch
 Patch4:                %{name}-dnd-user-owned.patch
-Patch5:                %{name}-dont_delete_wrong_bookmark.patch
-Patch6:                %{name}-exif_taken_date.patch
-Patch7:                %{name}-fix_sftp_ftp_permissions_display.patch
-Patch8:                %{name}-fix_slow_filesystems_crasher.patch
-Patch9:                %{name}-make_open_folder_translatable.patch
-Patch10:       %{name}-sort_volumes_list.patch
-Patch11:       %{name}-width_of_text_selection.patch
+Patch5:                %{name}-make_open_folder_translatable.patch
 URL:           http://nautilus.eazel.com/
 BuildRequires: GConf2-devel >= 2.14.0
 BuildRequires: ORBit2-devel >= 1:2.14.0
@@ -33,7 +27,7 @@
 BuildRequires: automake
 %{?with_beagle:BuildRequires:  beagle-devel >= 0.0.12}
 BuildRequires: docbook-utils >= 0.6.10
-BuildRequires: eel-devel >= 2.14.1
+BuildRequires: eel-devel >= 2.15.1
 BuildRequires: esound-devel >= 1:0.2.30
 BuildRequires: freetype-devel >= 2.1.4
 BuildRequires: gettext-devel
@@ -95,7 +89,7 @@
 Summary(pt_BR):        Bibliotecas e arquivos para desenvolvimento com o 
nautilus
 Group:         X11/Development/Libraries
 Requires:      %{name}-libs = %{version}-%{release}
-Requires:      eel-devel >= 2.14.1
+Requires:      eel-devel >= 2.15.1
 Requires:      gnome-vfs2-devel >= 2.15.1
 Requires:      librsvg-devel >= 1:2.15.1
 
@@ -127,25 +121,14 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p0
 %patch4 -p0
 %patch5 -p0
-%patch6 -p1
-%patch7 -p0
-%patch8 -p0
-%patch9 -p0
-%patch10 -p0
-%patch11 -p0
 
 %build
 %{__glib_gettextize}
 %{__intltoolize}
 %{__libtoolize}
-# fix me!
-# breaks Makefile creation - temp. commented out
-# caused by multi line LINGUAS definition
-# see gucharmap-configure.patch for details
-##%{__aclocal}
+%{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure \
@@ -161,7 +144,7 @@
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -r $RPM_BUILD_ROOT%{_datadir}/locale/{no,tk}
+rm -r $RPM_BUILD_ROOT%{_datadir}/locale/tk
 
 # kill it - use banner instead
 install %{SOURCE1} .
@@ -224,6 +207,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.167  2006/06/08 20:07:55  freetz
+- ops, 2.15.1 is released long time ago, LINGUAS problemos obsoletos,
+  no locale already removed
+
 Revision 1.166  2006/06/08 19:35:33  freetz
 - added note about LINGUAS breakage
 

================================================================
Index: SPECS/eel.spec
diff -u SPECS/eel.spec:1.80 SPECS/eel.spec:1.81
--- SPECS/eel.spec:1.80 Thu Jun  8 21:35:33 2006
+++ SPECS/eel.spec      Thu Jun  8 22:07:56 2006
@@ -3,12 +3,12 @@
 Summary(pl):   Biblioteka rozszerzeń Eazel
 Summary(ko):   Eazel ČŽŔĺ śóŔ̺ꡯ¸Ž
 Name:          eel
-Version:       2.14.1
-Release:       2
+Version:       2.15.1
+Release:       1
 License:       LGPL v2+
 Group:         X11/Libraries
-Source0:       
http://ftp.gnome.org/pub/gnome/sources/eel/2.14/%{name}-%{version}.tar.bz2
-# Source0-md5: 7002f4f99317ed11da8b9db15b7e4a2b
+Source0:       
http://ftp.gnome.org/pub/gnome/sources/eel/2.15/%{name}-%{version}.tar.bz2
+# Source0-md5: b99df9fb1ebfe1cd0e66cb32296ea041
 URL:           http://nautilus.eazel.com/
 BuildRequires: GConf2-devel >= 2.12.0
 BuildRequires: autoconf
@@ -79,11 +79,7 @@
 
 %build
 %{__libtoolize}
-# fix me!
-# breaks Makefile creation - temp. commented out
-# caused by multi line LINGUAS definition
-# see gucharmap-configure.patch for details
-#%{__aclocal}
+%{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure \
@@ -98,7 +94,7 @@
        DESTDIR=$RPM_BUILD_ROOT \
        pkgconfigdir=%{_pkgconfigdir}
 
-rm -r $RPM_BUILD_ROOT%{_datadir}/locale/{no,ug}
+rm -r $RPM_BUILD_ROOT%{_datadir}/locale/ug
 
 %find_lang %{name} --with-gnome --all-name
 
@@ -130,6 +126,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.81  2006/06/08 20:07:56  freetz
+- ops, 2.15.1 is released long time ago, LINGUAS problemos obsoletos,
+  no locale already removed
+
 Revision 1.80  2006/06/08 19:35:33  freetz
 - added note about LINGUAS breakage
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nautilus.spec?r1=1.166&r2=1.167&f=u
    http://cvs.pld-linux.org/SPECS/eel.spec?r1=1.80&r2=1.81&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to