libfm/libfm.spec

571 lines
17 KiB
RPMSpec
Raw Normal View History

2010-03-21 15:59:27 +00:00
# Review: https://bugzilla.redhat.com/show_bug.cgi?id=567257
2010-05-11 19:37:49 +00:00
# Upstream git:
# git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/libfm
2014-10-17 13:08:19 +00:00
%global mainver 1.2.3
2014-02-20 19:43:09 +00:00
%undefine prever
%global prerpmver %(echo "%{?prever}" | sed -e 's|-||g')
2015-05-21 09:25:23 +00:00
%global usegit 1
%global mainrel 10
2012-11-03 17:32:46 +00:00
2015-06-10 06:13:46 +00:00
%global githash e1de98ccba316605e14d8cfc06df9a55752cdcec
2010-12-04 19:42:44 +00:00
%global shorthash %(TMP=%githash ; echo ${TMP:0:10})
2015-06-10 06:13:46 +00:00
%global gitdate Sun, 7 Jun 2015 02:02:49 +0900
%global gitdate_num 20150607
2010-12-04 19:42:44 +00:00
%if 0%{?usegit} >= 1
2011-04-23 16:22:40 +00:00
%global fedorarel %{mainrel}.D%{gitdate_num}git%{shorthash}
2010-12-04 19:42:44 +00:00
%else
%global fedorarel %{?prever:0.}%{mainrel}%{?prever:.%{prerpmver}}
2010-12-04 19:42:44 +00:00
%endif
2012-11-03 17:32:46 +00:00
%global build_doc 1
2011-10-27 15:47:17 +00:00
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/
2010-12-04 19:42:44 +00:00
%if 0%{?usegit} >= 1
Source0: https://github.com/lxde/libfm/archive/%{githash}/%{name}-%{version}-D%{gitdate_num}git%{githash}.tar.gz
2010-12-04 19:42:44 +00:00
%else
Source0: http://downloads.sourceforge.net/pcmanfm/%{name}-%{mainver}%{?prever}.tar.xz
2010-12-04 19:42:44 +00:00
%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
2012-08-14 15:57:31 +00:00
BuildRequires: libexif-devel
2012-11-03 17:32:46 +00:00
BuildRequires: gtk3-devel
%if 0%{?fedora} >= 23
BuildRequires: gtk2-devel
%endif
BuildRequires: menu-cache-devel >= 0.3.2
2012-08-14 15:57:31 +00:00
BuildRequires: gettext
BuildRequires: intltool
2010-03-21 15:59:27 +00:00
BuildRequires: desktop-file-utils
2012-08-14 15:57:31 +00:00
BuildRequires: gtk-doc
BuildRequires: libxslt
2012-09-27 08:45:51 +00:00
BuildRequires: dbus-glib-devel
2012-09-27 08:45:51 +00:00
2012-08-14 15:57:31 +00:00
BuildRequires: vala
2015-05-21 09:25:23 +00:00
%if 0%{?usegit} >= 1
BuildRequires: automake
BuildRequires: libtool
%endif
2011-10-27 15:47:17 +00:00
%if 0%{?build_doc} < 1
2010-12-04 19:42:44 +00:00
Obsoletes: %{name}-devel-docs < 0.1.15
2011-10-27 15:47:17 +00:00
%endif
2010-12-04 19:42:44 +00:00
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.
2010-10-12 21:50:49 +00:00
%package devel-docs
Summary: Development documation for %{name}
Group: Development/Libraries
%description devel-docs
This package containg development documentation files for %{name}.
%prep
2015-05-21 09:25:23 +00:00
#%%setup -q -n %{name}-%{version}%{?prever}
#%%patch0 -p1 -b .orig
2015-05-21 09:25:23 +00:00
%setup -q -n %{name}-%{githash}
%if 0%{?fedora} >= 23
%patch1000 -p1
%endif
2015-05-21 09:25:23 +00:00
%if 0%{?usegit} >= 1
sh autogen.sh
%endif
2011-08-29 15:15:33 +00:00
# treak rpath
2010-12-04 19:42:44 +00:00
sed -i.libdir_syssearch \
-e '/sys_lib_dlsearch_path_spec/s|/usr/lib |/usr/lib /usr/lib64 /lib /lib64 |' \
configure
2010-04-28 18:54:05 +00:00
%build
for ver in \
%if 0%{?fedora} >= 23
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
2012-11-03 17:32:46 +00:00
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
2010-10-12 21:50:49 +00:00
2012-11-03 17:32:46 +00:00
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} >= 23
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
2013-08-23 06:43:24 +00:00
%check
find INSTDIR-gtk* -name \*.ui >> po/POTFILES.skip
2013-08-23 06:43:24 +00:00
make check
%post
/sbin/ldconfig
2014-08-18 18:13:25 +00:00
touch --no-create %{_datadir}/mime/packages &> /dev/null || :
2012-11-03 17:32:46 +00:00
%pre devel
# Directory -> symlink
if [ -d %{_includedir}/libfm ] ; then
rm -rf %{_includedir}/libfm
fi
%postun
/sbin/ldconfig
2014-08-18 18:13:25 +00:00
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} >= 23
%post gtk2 -p /sbin/ldconfig
%postun gtk2 -p /sbin/ldconfig
%endif
%files -f %{name}.lang
# FIXME: Add ChangeLog if not empty
2012-08-14 15:57:31 +00:00
%doc AUTHORS
%doc COPYING
%doc NEWS
2012-08-14 15:57:31 +00:00
%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} < 23
%{_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
2012-11-03 17:32:46 +00:00
%{_includedir}/libfm
%dir %{_includedir}/libfm-1.0/
%{_libdir}/%{name}.so
%{_libdir}/%{name}-extra.so
%{_libdir}/pkgconfig/libfm.pc
2014-10-17 13:08:19 +00:00
%{_libdir}/pkgconfig/libfm-extra.pc
%files gtk-devel-common -f gtk-header.files
2012-11-03 17:32:46 +00:00
%{_includedir}/libfm-1.0/fm-gtk.h
%files gtk-devel
2012-11-03 17:32:46 +00:00
%{_libdir}/%{name}-gtk3.so
%{_libdir}/pkgconfig/libfm-gtk3.pc
%if 0%{?fedora} >= 23
%files gtk2
%{_libdir}/%{name}-gtk.so.4*
%{_libdir}/libfm/modules/gtk/
%files gtk2-devel
%{_libdir}/%{name}-gtk.so
%{_libdir}/pkgconfig/libfm-gtk.pc
%endif
2011-10-27 15:47:17 +00:00
%if 0%{?build_doc}
2010-10-12 21:50:49 +00:00
%files devel-docs
%dir %{_datadir}/gtk-doc
%dir %{_datadir}/gtk-doc/html
%{_datadir}/gtk-doc/html/%{name}
2010-12-04 19:42:44 +00:00
%endif
%changelog
2015-07-11 15:08:48 +00:00
* Wed Jun 17 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.3-10D20150607gite1de98ccba
- 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
2015-06-10 06:13:46 +00:00
* 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
2015-06-10 06:13:46 +00:00
- Update to the latest git, removing patches applied upstream
2015-05-23 15:41:48 +00:00
* Sun May 24 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.3-7.D20150521git577806e29d
- Fix another GTK3 related bug
2015-05-23 09:51:36 +00:00
* Sat May 23 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.3-6.D20150521git577806e29d
- Fix two other GTK3 related bugs
2015-05-22 18:25:25 +00:00
* Sat May 23 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.3-5.D20150521git577806e29d
- Make search dialog work
2015-05-21 14:32:44 +00:00
* Thu May 21 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.3-4.D20150521git577806e29d
- Again try the latest git
2015-05-21 11:00:10 +00:00
* Thu May 21 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.3-3.D20150519git699810d3bd
- Make libfm-pref-apps work
2015-05-21 09:25:23 +00:00
* Thu May 21 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.3-2.D20150519git699810d3bd
- Try latest git (2015-05-19)
2014-10-17 13:08:19 +00:00
* Fri Oct 17 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.3-1
- 1.2.3
2014-08-24 13:13:54 +00:00
* Sun Aug 24 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.2-1
- 1.2.2
2014-08-18 18:13:25 +00:00
* 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
2014-07-04 05:22:36 +00:00
* 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
2014-02-20 19:43:09 +00:00
* 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
2013-11-11 23:45:20 +00:00
* 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
2013-08-23 06:43:24 +00:00
* Wed Aug 21 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.1.2.2-1
- 1.1.2.2
2013-08-22 00:44:21 +00:00
* Wed Aug 21 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.1.2.1-1
- 1.1.2.1
2013-08-15 06:43:09 +00:00
* 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
2013-08-08 08:49:14 +00:00
* 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
2012-11-26 00:04:54 +00:00
* Sun Nov 25 2012 Christoph Wickert <cwickert@fedoraproject.org> - 1.1.0-2
- Rebuild against menu-cache 0.4.x
2012-11-03 17:32:46 +00:00
* Sun Nov 4 2012 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.1.0-1
- 1.1.0
2012-09-27 08:45:51 +00:00
* Wed Sep 27 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.0.1-1
- 1.0.1
2012-08-14 15:57:31 +00:00
* 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
2011-10-27 15:47:17 +00:00
* Fri Oct 28 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.1.17-1
- 0.1.17
2011-08-29 15:15:33 +00:00
* Sun Aug 28 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.1.16-1
- 0.1.16 release
2011-08-07 14:04:23 +00:00
* 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
2011-05-03 14:41:29 +00:00
* Tue May 03 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.1.15-5
- Update to the latest git
2011-04-23 16:22:40 +00:00
* Sun Apr 24 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.1.15-4
- Update to the latest git
2011-04-08 18:34:39 +00:00
* Sat Apr 09 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.1.15-3
- Update to the latest git
2011-02-19 20:24:53 +00:00
* 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
2010-12-04 19:42:44 +00:00
* Sun Dec 5 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
- Update to the latest git
2010-10-12 21:50:49 +00:00
* 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)
2010-05-29 11:12:03 +00:00
* 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
2010-05-29 06:18:53 +00:00
* 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)
2010-05-11 19:37:49 +00:00
* 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)
2010-04-28 18:23:56 +00:00
* Thu Apr 29 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.1.11-1
- Update to 0.1.11
2010-04-18 19:26:36 +00:00
* 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