]> git.pld-linux.org Git - packages/gnome-commander.git/commitdiff
- 1.2.0, updated/cleaned up BR, updated configure time options and
authorfreetz <freetz@pld-linux.org>
Wed, 10 May 2006 20:48:52 +0000 (20:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  file list

Changed files:
    gnome-commander.spec -> 1.31

gnome-commander.spec

index 359c7f4b6c25c651f919279829b4f183fac402f4..ba44982f751eb7eb412c7d0d0aa687fe163da938 100644 (file)
@@ -1,22 +1,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)
 
@@ -33,16 +31,17 @@ kilka dodatkowych jak np. klienta FTP.
 
 %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
@@ -53,7 +52,7 @@ rm -rf $RPM_BUILD_ROOT
 
 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
@@ -66,8 +65,10 @@ rm -rf $RPM_BUILD_ROOT
 %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}
This page took 0.116601 seconds and 4 git commands to generate.