]> git.pld-linux.org Git - packages/gnome-commander.git/commitdiff
- added {desktop,libdir}.patch
authorkali <kali@pld-linux.org>
Tue, 20 Jul 2004 20:51:13 +0000 (20:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- more regeneration, BR libtool
- cosmetics

Changed files:
    gnome-commander.spec -> 1.23

gnome-commander.spec

index 985d7e89791a1763db99f32f3cec5d3eb1ff0ccd..c09ab0c431bf15dd5a38d24a7e09cf00731f064f 100644 (file)
@@ -2,12 +2,14 @@ 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.6
-Release:       0.1
+Release:       0.2
 License:       GPL
 Group:         X11/Applications
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.1/%{name}-%{version}.tar.bz2
 # Source0-md5: 972e976ea01663f5b60e8a16721a5348
 Patch0:                %{name}-clist.patch
+Patch1:                %{name}-desktop.patch
+Patch2:                %{name}-libdir.patch
 URL:           http://www.nongnu.org/gcmd/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -17,6 +19,7 @@ BuildRequires:        gtk+2-devel
 BuildRequires: intltool
 BuildRequires: libgnome-devel
 BuildRequires: libgnomeui-devel
+Buildrequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -28,41 +31,47 @@ standard fileoperations and some extra features like ftp support.
 GNOME Commander to zarz±dca plików, który podobnie do klasycznego
 Midnight Commandera umo¿liwia pe³n± obs³ugê przy pomocy klawiatury.
 Zapewnia wykonanie wszystkich typowych operacji na plikach, a tak¿e
-kilka dodatkowych jak np. klienta ftp
+kilka dodatkowych jak np. klienta ftp.
 
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
-glib-gettextize -c -f
+glib-gettextize --copy --force
+%{__libtoolize}
+intltoolize --copy --force
 %{__aclocal}
-%{__automake}
 %{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_applnkdir}/Utilities
 
 %{__make} install \
         DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/{plugins/,}/*.{la,a}
+rm -f $RPM_BUILD_ROOT%{_libdir}/{%{name}/plugins/,}/*.{la,a}
 
 %find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/plugins
-%attr(755,root,root) %{_libdir}/%{name}/lib*
-%attr(755,root,root) %{_libdir}/%{name}/plugins/lib*
-%{_pixmapsdir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/plugins/lib*.so*
+%{_pixmapsdir}/*
 %{_desktopdir}/gnome-commander.desktop
This page took 0.933876 seconds and 4 git commands to generate.