590 lines
18 KiB
RPMSpec
590 lines
18 KiB
RPMSpec
# Review: https://bugzilla.redhat.com/show_bug.cgi?id=567257
|
|
|
|
# Upstream git:
|
|
# git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/libfm
|
|
|
|
%global mainver 1.2.4
|
|
%undefine prever
|
|
%global prerpmver %(echo "%{?prever}" | sed -e 's|-||g')
|
|
|
|
%global usegit 0
|
|
%global mainrel 1
|
|
|
|
%global githash 47d0c1dd7d59c83188f11bfd6aef4a855f4f5c39
|
|
%global shorthash %(TMP=%githash ; echo ${TMP:0:10})
|
|
%global gitdate Tue, 28 Jul 2015 02:25:54 +0000
|
|
%global gitdate_num 20150728
|
|
|
|
%if 0%{?usegit} >= 1
|
|
%global fedorarel %{mainrel}.D%{gitdate_num}git%{shorthash}
|
|
%else
|
|
%global fedorarel %{?prever:0.}%{mainrel}%{?prever:.%{prerpmver}}
|
|
%endif
|
|
|
|
%global build_doc 1
|
|
|
|
Name: libfm
|
|
Version: %{mainver}
|
|
Release: %{fedorarel}%{?dist}
|
|
Summary: GIO-based library for file manager-like programs
|
|
|
|
Group: System Environment/Libraries
|
|
License: GPLv2+
|
|
URL: http://pcmanfm.sourceforge.net/
|
|
%if 0%{?usegit} >= 1
|
|
Source0: https://github.com/lxde/libfm/archive/%{githash}/%{name}-%{version}-D%{gitdate_num}git%{githash}.tar.gz
|
|
%else
|
|
Source0: http://downloads.sourceforge.net/pcmanfm/%{name}-%{mainver}%{?prever}.tar.xz
|
|
Source1: https://raw.githubusercontent.com/lxde/libfm/master/autogen.sh
|
|
%endif
|
|
# Fedora specific patches
|
|
# Firefox uses firefox.desktop for desktop name, drop
|
|
#Patch0: libfm-0.1.9-pref-apps.patch
|
|
# http://sourceforge.net/p/pcmanfm/feature-requests/385/
|
|
Patch1000: http://sourceforge.net/p/pcmanfm/feature-requests/_discuss/thread/0a50a386/597e/attachment/libfm-1.2.3-moduledir-gtkspecific-v02.patch
|
|
|
|
BuildRequires: libexif-devel
|
|
BuildRequires: gtk3-devel
|
|
%if 0%{?fedora} >= 22
|
|
BuildRequires: gtk2-devel
|
|
%endif
|
|
BuildRequires: menu-cache-devel >= 0.3.2
|
|
|
|
BuildRequires: gettext
|
|
BuildRequires: intltool
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: gtk-doc
|
|
BuildRequires: libxslt
|
|
|
|
BuildRequires: dbus-glib-devel
|
|
|
|
BuildRequires: vala
|
|
|
|
# Patch1000 needs the below anyway
|
|
BuildRequires: automake
|
|
BuildRequires: libtool
|
|
|
|
%if 0%{?build_doc} < 1
|
|
Obsoletes: %{name}-devel-docs < 0.1.15
|
|
%endif
|
|
|
|
Requires(post): /sbin/ldconfig
|
|
Requires(postun): /sbin/ldconfig
|
|
|
|
|
|
%description
|
|
LibFM is a GIO-based library used to develop file manager-like programs. It is
|
|
developed as the core of next generation PCManFM and takes care of all file-
|
|
related operations such as copy & paste, drag & drop, file associations or
|
|
thumbnails support. By utilizing glib/gio and gvfs, libfm can access remote
|
|
file systems supported by gvfs.
|
|
|
|
This package contains the generic non-gui functions of libfm.
|
|
|
|
|
|
%package gtk
|
|
Summary: File manager-related GTK+ widgets of %{name}
|
|
Group: System Environment/Libraries
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: gvfs
|
|
|
|
%description gtk
|
|
libfm is a GIO-based library used to develop file manager-like programs. It is
|
|
developed as the core of next generation PCManFM and takes care of all file-
|
|
related operations such as copy & paste, drag & drop, file associations or
|
|
thumbnail support. By utilizing glib/gio and gvfs, libfm can access remote
|
|
file systems supported by gvfs.
|
|
|
|
This package provides useful file manager-related GTK+ 3 widgets.
|
|
|
|
%package gtk2
|
|
Summary: File manager-related GTK+ widgets of %{name}
|
|
Group: System Environment/Libraries
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: gvfs
|
|
|
|
%description gtk2
|
|
libfm is a GIO-based library used to develop file manager-like programs. It is
|
|
developed as the core of next generation PCManFM and takes care of all file-
|
|
related operations such as copy & paste, drag & drop, file associations or
|
|
thumbnail support. By utilizing glib/gio and gvfs, libfm can access remote
|
|
file systems supported by gvfs.
|
|
|
|
This package provides useful file manager-related GTK+ 2 widgets.
|
|
|
|
%package gtk-utils
|
|
Summary: GTK+ related utility package for %{name}
|
|
Group: User Interface/Desktops
|
|
Requires: %{name}-gtk%{?isa} = %{version}-%{release}
|
|
Obsoletes: lxshortcut < 0.1.3
|
|
Provides: lxshortcut = %{version}-%{release}
|
|
Provides: lxshortcut%{?_isa} = %{version}-%{release}
|
|
|
|
%description gtk-utils
|
|
This package contains some GTK+ related utility files for
|
|
%{name}.
|
|
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description devel
|
|
The %{name}-devel package contains libraries and header files for
|
|
developing applications that use %{name}.
|
|
|
|
|
|
%package gtk-devel-common
|
|
Summary: Common Development files for %{name}-gtk
|
|
Group: Development/Libraries
|
|
Requires: %{name}-devel = %{version}-%{release}
|
|
BuildArch: noarch
|
|
|
|
%description gtk-devel-common
|
|
The %{name}-gtk-devel package contains common header files for
|
|
developing applications that use %{name}-gtk.
|
|
|
|
|
|
%package gtk-devel
|
|
Summary: Development files for %{name}-gtk
|
|
Group: Development/Libraries
|
|
Requires: %{name}-gtk%{?_isa} = %{version}-%{release}
|
|
Requires: %{name}-gtk-devel-common = %{version}-%{release}
|
|
|
|
%description gtk-devel
|
|
The %{name}-gtk-devel package contains libraries files for
|
|
developing applications that use %{name}-gtk.
|
|
|
|
%package gtk2-devel
|
|
Summary: Development files for %{name}-gtk2
|
|
Group: Development/Libraries
|
|
Requires: %{name}-gtk2%{?_isa} = %{version}-%{release}
|
|
Requires: %{name}-gtk-devel-common = %{version}-%{release}
|
|
|
|
%description gtk2-devel
|
|
The %{name}-gtk2-devel package contains libraries files for
|
|
developing applications that use %{name}-gtk2.
|
|
|
|
%package devel-docs
|
|
Summary: Development documation for %{name}
|
|
Group: Development/Libraries
|
|
|
|
%description devel-docs
|
|
This package containg development documentation files for %{name}.
|
|
|
|
|
|
%prep
|
|
%if 0%{?usegit} < 1
|
|
%setup -q -n %{name}-%{version}%{?prever}
|
|
cp -a %{SOURCE1} .
|
|
#%%patch0 -p1 -b .orig
|
|
%else
|
|
%setup -q -n %{name}-%{githash}
|
|
%endif
|
|
|
|
%if 0%{?fedora} >= 22
|
|
%patch1000 -p1
|
|
%endif
|
|
|
|
# Patch1000 needs below anyway
|
|
sh autogen.sh
|
|
|
|
# treak rpath
|
|
sed -i.libdir_syssearch \
|
|
-e '/sys_lib_dlsearch_path_spec/s|/usr/lib |/usr/lib /usr/lib64 /lib /lib64 |' \
|
|
configure
|
|
|
|
%build
|
|
for ver in \
|
|
%if 0%{?fedora} >= 22
|
|
2 \
|
|
%endif
|
|
3 \
|
|
%{nil}
|
|
do
|
|
%configure \
|
|
--enable-gtk-doc \
|
|
--enable-udisks \
|
|
--with-gtk=${ver} \
|
|
%if 0
|
|
--enable-demo \
|
|
%endif
|
|
--disable-silent-rules \
|
|
--disable-static
|
|
|
|
# To show translation status
|
|
make -C po -j1 GMSGFMT="msgfmt --statistics"
|
|
make %{?_smp_mflags} -k
|
|
|
|
make install DESTDIR=$(pwd)/INSTDIR-gtk${ver}
|
|
test "$ver" == 2 && make clean
|
|
done
|
|
|
|
%install
|
|
# GTK3
|
|
cp -a INSTDIR-gtk3/* $RPM_BUILD_ROOT
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libfm-gtk.pc
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop
|
|
%find_lang %{name}
|
|
|
|
echo '%%defattr(-,root,root,-)' > base-header.files
|
|
echo '%%defattr(-,root,root,-)' > gtk-header.files
|
|
|
|
for f in $RPM_BUILD_ROOT%_includedir/%name-1.0/*.h
|
|
do
|
|
bf=$(basename $f)
|
|
for dir in actions base job extra .
|
|
do
|
|
if [ -f src/$dir/$bf ]
|
|
then
|
|
echo %_includedir/%name-1.0/$bf >> base-header.files
|
|
fi
|
|
done
|
|
for dir in gtk
|
|
do
|
|
if [ -f src/$dir/$bf ]
|
|
then
|
|
echo %_includedir/%name-1.0/$bf >> gtk-header.files
|
|
fi
|
|
done
|
|
done
|
|
|
|
# GTK2
|
|
%if 0%{?fedora} >= 22
|
|
pushd INSTDIR-gtk2
|
|
|
|
find . -name '*.la' -exec rm -f {} ';'
|
|
rm -f .{_libdir}/pkgconfig/libfm-gtk3.pc
|
|
|
|
diff -urNp .%{_includedir}/%{name}-1.0 $RPM_BUILD_ROOT%{_includedir}/%name-1.0
|
|
diff -urNp .%{_datadir}/%{name} $RPM_BUILD_ROOT/%{_datadir}/%{name}
|
|
|
|
cp -a ./%{_libdir}/libfm-gtk* $RPM_BUILD_ROOT%{_libdir}
|
|
cp -a ./%{_libdir}/pkgconfig/libfm-gtk.pc \
|
|
$RPM_BUILD_ROOT%{_libdir}/pkgconfig/
|
|
cp -a ./%{_libdir}/libfm/modules/gtk/ \
|
|
$RPM_BUILD_ROOT%{_libdir}/libfm/modules/
|
|
popd
|
|
%endif
|
|
|
|
/usr/lib/rpm/check-rpaths
|
|
|
|
%check
|
|
find INSTDIR-gtk* -name \*.ui >> po/POTFILES.skip
|
|
make check
|
|
|
|
%post
|
|
/sbin/ldconfig
|
|
touch --no-create %{_datadir}/mime/packages &> /dev/null || :
|
|
|
|
%pre devel
|
|
# Directory -> symlink
|
|
if [ -d %{_includedir}/libfm ] ; then
|
|
rm -rf %{_includedir}/libfm
|
|
fi
|
|
|
|
%postun
|
|
/sbin/ldconfig
|
|
if [ $1 -eq 0 ] ; then
|
|
touch --no-create %{_datadir}/mime/packages &> /dev/null || :
|
|
update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
|
fi
|
|
|
|
%posttrans
|
|
update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
|
|
|
%post gtk -p /sbin/ldconfig
|
|
%postun gtk -p /sbin/ldconfig
|
|
%if %{?fedora} >= 22
|
|
%post gtk2 -p /sbin/ldconfig
|
|
%postun gtk2 -p /sbin/ldconfig
|
|
%endif
|
|
|
|
%files -f %{name}.lang
|
|
# FIXME: Add ChangeLog if not empty
|
|
%doc AUTHORS
|
|
%doc COPYING
|
|
%doc NEWS
|
|
%doc README
|
|
%dir %{_sysconfdir}/xdg/libfm/
|
|
%config(noreplace) %{_sysconfdir}/xdg/libfm/libfm.conf
|
|
|
|
%{_datadir}/%{name}/
|
|
|
|
%{_libdir}/%{name}.so.4*
|
|
%{_libdir}/%{name}-extra.so.4*
|
|
%dir %{_libdir}/libfm
|
|
%dir %{_libdir}/libfm/modules
|
|
%{_libdir}/libfm/modules/vfs-*.so
|
|
%{_datadir}/mime/packages/libfm.xml
|
|
|
|
|
|
%files gtk
|
|
%{_libdir}/%{name}-gtk3.so.4*
|
|
%{_datadir}/libfm/
|
|
%if 0%{?fedora} < 22
|
|
%{_libdir}/libfm/modules/gtk-*.so
|
|
%else
|
|
%{_libdir}/libfm/modules/gtk3/
|
|
%endif
|
|
|
|
%files gtk-utils
|
|
%{_mandir}/man1/libfm-pref-apps.1.*
|
|
%{_mandir}/man1/lxshortcut.1.*
|
|
%{_bindir}/libfm-pref-apps
|
|
%{_bindir}/lxshortcut
|
|
%{_datadir}/applications/libfm-pref-apps.desktop
|
|
%{_datadir}/applications/lxshortcut.desktop
|
|
|
|
|
|
%files devel -f base-header.files
|
|
%doc TODO
|
|
%{_includedir}/libfm
|
|
%dir %{_includedir}/libfm-1.0/
|
|
%{_libdir}/%{name}.so
|
|
%{_libdir}/%{name}-extra.so
|
|
%{_libdir}/pkgconfig/libfm.pc
|
|
%{_libdir}/pkgconfig/libfm-extra.pc
|
|
|
|
%files gtk-devel-common -f gtk-header.files
|
|
%{_includedir}/libfm-1.0/fm-gtk.h
|
|
|
|
%files gtk-devel
|
|
%{_libdir}/%{name}-gtk3.so
|
|
%{_libdir}/pkgconfig/libfm-gtk3.pc
|
|
|
|
%if 0%{?fedora} >= 22
|
|
%files gtk2
|
|
%{_libdir}/%{name}-gtk.so.4*
|
|
%{_libdir}/libfm/modules/gtk/
|
|
|
|
%files gtk2-devel
|
|
%{_libdir}/%{name}-gtk.so
|
|
%{_libdir}/pkgconfig/libfm-gtk.pc
|
|
%endif
|
|
|
|
%if 0%{?build_doc}
|
|
%files devel-docs
|
|
%dir %{_datadir}/gtk-doc
|
|
%dir %{_datadir}/gtk-doc/html
|
|
%{_datadir}/gtk-doc/html/%{name}
|
|
%endif
|
|
|
|
%changelog
|
|
* Sun Feb 28 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.4-1
|
|
- 1.2.4
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-13.D20150728git47d0c1dd7d.1
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Thu Jul 30 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.3-13.D20150728git47d0c1dd7d
|
|
- Update to the latest git (the previous patch accepted by the upstream)
|
|
|
|
* Tue Jul 28 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.3-12.D20150713gitf47c9ae7ae
|
|
- Workaround for highlighting issue on icon view (bug 1211585, upstream bug 921)
|
|
|
|
* Thu Jul 23 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.3-11.D20150713gitf47c9ae7ae
|
|
- Update to the latest git
|
|
- Build gtk2 also on F-22
|
|
|
|
* Wed Jun 17 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.3-10.D20150607gite1de98ccba
|
|
- F-23: build also gtk2 library
|
|
- Move data files to main package
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-9.D20150607gite1de98ccba.1
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Wed Jun 10 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.3-9.D20150607gite1de98ccba
|
|
- Update to the latest git
|
|
|
|
* Sun May 31 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.3-8.D20150525git8f38f90e04
|
|
- Update to the latest git, removing patches applied upstream
|
|
|
|
* Sun May 24 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.3-7.D20150521git577806e29d
|
|
- Fix another GTK3 related bug
|
|
|
|
* Sat May 23 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.3-6.D20150521git577806e29d
|
|
- Fix two other GTK3 related bugs
|
|
|
|
* Sat May 23 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.3-5.D20150521git577806e29d
|
|
- Make search dialog work
|
|
|
|
* Thu May 21 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.3-4.D20150521git577806e29d
|
|
- Again try the latest git
|
|
|
|
* Thu May 21 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.3-3.D20150519git699810d3bd
|
|
- Make libfm-pref-apps work
|
|
|
|
* Thu May 21 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.3-2.D20150519git699810d3bd
|
|
- Try latest git (2015-05-19)
|
|
|
|
* Fri Oct 17 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.3-1
|
|
- 1.2.3
|
|
|
|
* Sun Aug 24 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.2-1
|
|
- 1.2.2
|
|
|
|
* Mon Aug 18 2014 Rex Dieter <rdieter@fedoraproject.org> 1.2.1-2
|
|
- update mime scriptlets
|
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-1.1
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
* Fri Jul 4 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.1-1
|
|
- 1.2.1
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-1.1
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Fri Feb 21 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.0-1
|
|
- 1.2.0
|
|
|
|
* Mon Feb 10 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.0-0.1.rc1
|
|
- 1.2.0 rc1
|
|
- Split out executable binaries into gtk-utils
|
|
|
|
* Tue Dec 10 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.1.4-1
|
|
- 1.1.4
|
|
|
|
* Tue Dec 3 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.1.3-1
|
|
- 1.1.3
|
|
|
|
* Mon Nov 11 2013 Christoph Wickert <wickert@kolabsys.com> - 1.1.2.2-3
|
|
- Rebuild for new menu-cache 0.5.x
|
|
|
|
* Fri Aug 30 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.1.2.2-2
|
|
- Workaround for column collapse issue when double-clicking separator
|
|
|
|
* Wed Aug 21 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.1.2.2-1
|
|
- 1.1.2.2
|
|
|
|
* Wed Aug 21 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.1.2.1-1
|
|
- 1.1.2.1
|
|
|
|
* Thu Aug 15 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.1.2-1
|
|
- 1.1.2
|
|
|
|
* Sun Aug 11 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.1.1-2
|
|
- Regenerate desktop file from .in file using intltool
|
|
|
|
* Thu Aug 8 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.1.1-1
|
|
- 1.1.1
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-2.2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-2.1
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
* Sun Nov 25 2012 Christoph Wickert <cwickert@fedoraproject.org> - 1.1.0-2
|
|
- Rebuild against menu-cache 0.4.x
|
|
|
|
* Sun Nov 4 2012 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.1.0-1
|
|
- 1.1.0
|
|
|
|
* Wed Sep 27 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.0.1-1
|
|
- 1.0.1
|
|
|
|
* Wed Aug 15 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.0-1
|
|
- 1.0 release
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.17-1.2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.17-1.1
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Fri Oct 28 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.1.17-1
|
|
- 0.1.17
|
|
|
|
* Sun Aug 28 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.1.16-1
|
|
- 0.1.16 release
|
|
|
|
* Sun Aug 7 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.1.15-7
|
|
- Update to the latest git
|
|
|
|
* Sun May 29 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.1.15-6
|
|
- Update to the latest git, to support treeview on pcmanfm
|
|
|
|
* Tue May 03 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.1.15-5
|
|
- Update to the latest git
|
|
|
|
* Sun Apr 24 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.1.15-4
|
|
- Update to the latest git
|
|
|
|
* Sat Apr 09 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.1.15-3
|
|
- Update to the latest git
|
|
|
|
* Sun Feb 20 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.1.15-2
|
|
- Update to the latest git
|
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.15-1.git3ec0a717ad.1
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Sun Dec 5 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
|
|
- Update to the latest git
|
|
|
|
* Wed Oct 13 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.1.14-1
|
|
- Update to 0.1.14, drop patches
|
|
|
|
* Fri Jun 25 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.1.12-4
|
|
- Fix crash with --desktop mode when clicking volume icon
|
|
(bug 607069)
|
|
|
|
* Thu Jun 10 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.1.12-3
|
|
- Fix an issue that pcmanfm // crashes (upstream bug 3012747)
|
|
|
|
* Fri Jun 4 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.1.12-2
|
|
- Fix an issue in sorting by name in cs_CZ.UTF-8 (upstream bug 3009374)
|
|
|
|
* Sat May 29 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.1.12-1
|
|
- Update to 0.1.12, drop upstreamed patches
|
|
|
|
* Sat May 29 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.1.11-7
|
|
- Fix crash of gnome-terminal wrapper with certain path settings
|
|
(bug 596598, 597270)
|
|
|
|
* Tue May 25 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.1.11-5
|
|
- Translation update from git
|
|
- Fix an issue in sorting by name in ja_JP.UTF-8 (upstream bug 3002788)
|
|
|
|
* Sun May 9 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.1.11-4
|
|
- Translation update from git
|
|
|
|
* Fri May 7 2010 Mamrou Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.1.11-3
|
|
- Remove runpath_var=... trick on libtool which causes internal
|
|
linkage error,
|
|
and treak sys_lib_dlsearch_path_spec instead for rpath issue on x86_64
|
|
|
|
* Fri May 7 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.1.11-2
|
|
- Fix crash of wrapper of gnome-terminal when libfm.conf doesn't exist or so
|
|
(bug 589730)
|
|
|
|
* Thu Apr 29 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.1.11-1
|
|
- Update to 0.1.11
|
|
|
|
* Sun Apr 18 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.10-1
|
|
- Update to 0.1.10
|
|
|
|
* Sun Mar 21 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.9-2
|
|
- Own %%{_libdir}/libfm
|
|
- Validate desktop file
|
|
|
|
* Fri Mar 19 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.9-1
|
|
- Update to 0.1.9 (Beta 1)
|
|
|
|
* Sat Mar 13 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.5-1
|
|
- Update to 0.1.5 (Alpha 2)
|
|
|
|
* Fri Mar 05 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.1-1
|
|
- Update to 0.1.1 (Alpha 1)
|
|
|
|
* Mon Feb 22 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1-1
|
|
- Initial packaging
|
|
|