|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
Name: gnome-commander
|
|
|
|
|
Version: 1.2.3
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: A nice and fast file manager for the GNOME desktop
|
|
|
|
|
|
|
|
|
|
Group: Applications/File
|
|
|
|
@ -54,8 +54,8 @@ desktop-file-install \
|
|
|
|
|
--dir %{buildroot}%{_datadir}/applications \
|
|
|
|
|
%{buildroot}%{_datadir}/applications/%{name}.desktop
|
|
|
|
|
|
|
|
|
|
%{__rm} -f %{buildroot}%{_libdir}/%{name}/*.{a,la,so}
|
|
|
|
|
%{__rm} -f %{buildroot}%{_libdir}/%{name}/*/*.{a,la,so}
|
|
|
|
|
%{__rm} -f %{buildroot}%{_libdir}/%{name}/*.{a,la}
|
|
|
|
|
%{__rm} -f %{buildroot}%{_libdir}/%{name}/*/*.{a,la}
|
|
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
|
@ -85,6 +85,9 @@ scrollkeeper-update -q || :
|
|
|
|
|
%{_datadir}/pixmaps/%{name}/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jan 11 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.3-4
|
|
|
|
|
- Don't remove plugins (#222203)
|
|
|
|
|
|
|
|
|
|
* Thu Jan 4 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.3-3
|
|
|
|
|
- Explicitly require version-dependent libraries accroding to
|
|
|
|
|
the request from upstream.
|
|
|
|
|