SPECS: gnome-commander.spec - 1.2.0, updated/cleaned up BR, update...

freetz freetz at pld-linux.org
Wed May 10 22:48:57 CEST 2006


Author: freetz                       Date: Wed May 10 20:48:57 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 1.2.0, updated/cleaned up BR, updated configure time options and
  file list

---- Files affected:
SPECS:
   gnome-commander.spec (1.30 -> 1.31) 

---- Diffs:

================================================================
Index: SPECS/gnome-commander.spec
diff -u SPECS/gnome-commander.spec:1.30 SPECS/gnome-commander.spec:1.31
--- SPECS/gnome-commander.spec:1.30	Sat Apr  1 14:34:48 2006
+++ SPECS/gnome-commander.spec	Wed May 10 22:48:52 2006
@@ -2,22 +2,20 @@
 Summary:	A GNOME filemanager similar to the Midnight Commander
 Summary(pl):	Zarządca plików dla środowiska GNOME w stylu Midnight Commandera
 Name:		gnome-commander
-Version:	1.1.7
+Version:	1.2.0
 Release:	1
 License:	GPL v2
 Group:		X11/Applications
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.1/%{name}-%{version}.tar.bz2
-# Source0-md5:	46e639a7869e8205c92c3ccbad63b075
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.2/%{name}-%{version}.tar.bz2
+# Source0-md5:	2f34596e4c8a927efdb4ab987b82c7f0
 Patch0:		%{name}-desktop.patch
 URL:		http://www.nongnu.org/gcmd/
 BuildRequires:	autoconf
 BuildRequires:	automake
-BuildRequires:	glib2-devel
-BuildRequires:	gnome-vfs2-devel
-BuildRequires:	gtk+2-devel
-BuildRequires:	intltool
-BuildRequires:	libgnome-devel
-BuildRequires:	libgnomeui-devel
+BuildRequires:	gnome-doc-utils
+BuildRequires:	gtk+2-devel >= 2:2.6.0
+BuildRequires:	intltool >= 0.31
+BuildRequires:	libgnomeui-devel >= 2.0.0
 BuildRequires:	libtool
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -34,16 +32,17 @@
 
 %prep
 %setup -q
-%patch0 -p0
+%patch0 -p1
 
 %build
-glib-gettextize --copy --force
+%{__glib_gettextize}
 %{__libtoolize}
-intltoolize --copy --force
+%{__intltoolize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+	--disable-scrollkeeper
 %{__make}
 
 %install
@@ -54,7 +53,7 @@
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/{plugins/,}/*.{la,a}
 
-%find_lang %{name}
+%find_lang %{name} --with-gnome --all-name
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -67,11 +66,13 @@
 %doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/*
 %dir %{_libdir}/%{name}
-%attr(755,root,root) %{_libdir}/%{name}/lib*.so*
 %dir %{_libdir}/%{name}/plugins
+%attr(755,root,root) %{_libdir}/%{name}/lib*.so*
 %attr(755,root,root) %{_libdir}/%{name}/plugins/lib*.so*
 %{_pixmapsdir}/*
 %{_desktopdir}/gnome-commander.desktop
+%{_mandir}/man1/*
+%{_omf_dest_dir}/%{name}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -79,6 +80,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.31  2006/05/10 20:48:52  freetz
+- 1.2.0, updated/cleaned up BR, updated configure time options and
+  file list
+
 Revision 1.30  2006/04/01 12:34:48  qboosh
 - fixed typo (s/\.17/.7/) in previous commit message
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gnome-commander.spec?r1=1.30&r2=1.31&f=u



More information about the pld-cvs-commit mailing list