2011-07-12 06:56:36 +00:00
|
|
|
Name: sushi
|
2017-05-09 13:52:24 +00:00
|
|
|
Version: 3.24.0
|
2017-08-03 08:59:41 +00:00
|
|
|
Release: 3%{?dist}
|
2011-07-12 06:56:36 +00:00
|
|
|
Summary: A quick previewer for Nautilus
|
|
|
|
|
2011-10-19 01:59:58 +00:00
|
|
|
License: GPLv2+ with exceptions
|
2016-09-02 16:16:18 +00:00
|
|
|
URL: https://wiki.gnome.org/ThreePointOne/Features/FilePreviewing
|
2017-05-09 13:52:24 +00:00
|
|
|
Source0: https://download.gnome.org/sources/%{name}/3.24/%{name}-%{version}.tar.xz
|
2011-07-12 06:56:36 +00:00
|
|
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: gjs-devel
|
2016-03-04 13:49:06 +00:00
|
|
|
BuildRequires: pkgconfig(clutter-gst-3.0)
|
2015-03-10 10:01:55 +00:00
|
|
|
BuildRequires: pkgconfig(clutter-gtk-1.0)
|
|
|
|
BuildRequires: pkgconfig(clutter-x11-1.0)
|
|
|
|
BuildRequires: pkgconfig(evince-document-3.0)
|
|
|
|
BuildRequires: pkgconfig(gobject-2.0)
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
|
BuildRequires: pkgconfig(gtksourceview-3.0)
|
|
|
|
BuildRequires: pkgconfig(libmusicbrainz5)
|
2015-03-10 09:57:01 +00:00
|
|
|
BuildRequires: pkgconfig(webkit2gtk-4.0)
|
2011-07-12 06:56:36 +00:00
|
|
|
|
2012-05-05 18:29:01 +00:00
|
|
|
Obsoletes: sushi-devel < 0.5.1
|
|
|
|
|
2011-07-12 06:56:36 +00:00
|
|
|
#Description from upstream's README.
|
|
|
|
%description
|
2011-10-19 01:59:58 +00:00
|
|
|
This is sushi, a quick previewer for Nautilus, the GNOME desktop
|
|
|
|
file manager.
|
2011-07-12 06:56:36 +00:00
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
2015-09-22 21:38:05 +00:00
|
|
|
%make_install
|
2011-07-12 06:56:36 +00:00
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
|
2015-03-10 10:07:10 +00:00
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
2015-03-13 08:30:32 +00:00
|
|
|
|
|
|
|
%postun
|
|
|
|
/sbin/ldconfig
|
2011-07-12 06:56:36 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
2015-03-10 09:57:31 +00:00
|
|
|
%doc README AUTHORS NEWS TODO
|
|
|
|
%license COPYING
|
2011-07-12 06:56:36 +00:00
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_datadir}/%{name}
|
|
|
|
%{_datadir}/dbus-1/services/*
|
|
|
|
%{_libexecdir}/*
|
2012-05-05 18:29:01 +00:00
|
|
|
%{_libdir}/sushi/
|
2011-07-12 06:56:36 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2017-08-03 08:59:41 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 19:41:14 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-05-09 13:52:24 +00:00
|
|
|
* Tue May 09 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
|
|
|
|
- Update to 3.24.0
|
|
|
|
|
2017-03-06 22:08:15 +00:00
|
|
|
* Mon Mar 06 2017 Kalev Lember <klember@redhat.com> - 3.23.91-1
|
|
|
|
- Update to 3.23.91
|
|
|
|
|
2017-02-11 14:16:29 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.21.91-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-09-02 16:14:24 +00:00
|
|
|
* Fri Sep 02 2016 Kalev Lember <klember@redhat.com> - 3.21.91-1
|
|
|
|
- Update to 3.21.91
|
2016-09-02 16:14:55 +00:00
|
|
|
- Don't set group tags
|
2016-09-02 16:16:18 +00:00
|
|
|
- Update the project URL
|
2016-09-02 16:14:24 +00:00
|
|
|
|
2016-05-17 20:21:13 +00:00
|
|
|
* Tue May 17 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
|
|
|
|
- Update to 3.20.0
|
|
|
|
|
2016-03-04 13:30:13 +00:00
|
|
|
* Fri Mar 04 2016 Kalev Lember <klember@redhat.com> - 3.19.90-1
|
|
|
|
- Update to 3.19.90
|
|
|
|
|
2016-02-05 01:01:11 +00:00
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-09-22 21:37:26 +00:00
|
|
|
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
|
|
|
|
- Update to 3.18.0
|
2015-09-22 21:38:05 +00:00
|
|
|
- Use make_install macro
|
2015-09-22 21:37:26 +00:00
|
|
|
|
2015-07-27 09:34:39 +00:00
|
|
|
* Mon Jul 27 2015 David King <amigadave@amigadave.com> - 3.17.4-1
|
|
|
|
- Update to 3.17.4
|
|
|
|
|
2015-06-19 02:10:58 +00:00
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-13 15:47:15 +00:00
|
|
|
* Wed May 13 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
|
|
|
|
- Update to 3.16.0
|
|
|
|
|
2015-03-13 08:30:32 +00:00
|
|
|
* Fri Mar 13 2015 David King <amigadave@amigadave.com> - 3.15.90-2
|
|
|
|
- Fix GSettings scriptlet
|
|
|
|
|
2015-03-10 09:57:01 +00:00
|
|
|
* Tue Mar 10 2015 David King <amigadave@amigadave.com> - 3.15.90-1
|
|
|
|
- Update to 3.15.90
|
2015-03-10 09:57:31 +00:00
|
|
|
- Use license macro for COPYING
|
2015-03-10 10:01:55 +00:00
|
|
|
- Use pkgconfig for BuildRequires
|
2015-03-10 10:07:10 +00:00
|
|
|
- Compile GSettings schemas
|
2015-03-10 09:57:01 +00:00
|
|
|
|
2014-11-27 12:35:44 +00:00
|
|
|
* Thu Nov 27 2014 Haikel Guémar <hguemar@fedoraproject.org> - 3.12.0-5
|
|
|
|
- Rebuilt against newer libmusicbrainz5
|
|
|
|
|
2014-08-18 04:17:56 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-22 18:26:51 +00:00
|
|
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-3
|
|
|
|
- Rebuilt for gobject-introspection 1.41.4
|
|
|
|
|
2014-06-08 07:45:06 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-28 11:59:31 +00:00
|
|
|
* Mon Apr 28 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
|
|
|
|
- Update to 3.12.0
|
|
|
|
|
2014-02-20 23:02:37 +00:00
|
|
|
* Thu Feb 20 2014 Kalev Lember <kalevlember@gmail.com> - 3.11.90-2
|
|
|
|
- Rebuilt for cogl soname bump
|
|
|
|
|
2014-02-20 06:56:05 +00:00
|
|
|
* Thu Feb 20 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
|
|
|
|
- Update to 3.11.90
|
|
|
|
|
2014-02-10 02:12:12 +00:00
|
|
|
* Mon Feb 10 2014 Peter Hutterer <peter.hutterer@redhat.com> - 3.10.0-3
|
|
|
|
- Rebuild for libevdev soname bump
|
|
|
|
|
2014-02-05 19:06:38 +00:00
|
|
|
* Wed Feb 05 2014 Kalev Lember <kalevlember@gmail.com> - 3.10.0-2
|
|
|
|
- Rebuilt for cogl soname bump
|
|
|
|
|
2013-09-25 00:38:06 +00:00
|
|
|
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
|
|
|
|
- Update to 3.10.0
|
|
|
|
|
2013-08-09 23:00:02 +00:00
|
|
|
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-3
|
|
|
|
- Rebuilt for cogl 1.15.4 soname bump
|
|
|
|
|
2013-08-04 16:13:39 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-04-16 01:09:18 +00:00
|
|
|
* Tue Apr 16 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
|
|
|
|
- Update to 3.8.1
|
|
|
|
|
2013-03-25 23:57:57 +00:00
|
|
|
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
|
|
|
|
- Update to 3.8.0
|
|
|
|
|
2013-03-06 02:43:01 +00:00
|
|
|
* Tue Mar 5 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
|
|
|
|
- Update to 3.7.91
|
|
|
|
|
2013-02-21 16:41:16 +00:00
|
|
|
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-2
|
|
|
|
- Rebuilt for cogl soname bump
|
|
|
|
|
2013-02-07 11:36:58 +00:00
|
|
|
* Thu Feb 07 2013 Richard Hughes <rhughes@redhat.com> - 3.7.5-1
|
|
|
|
- Update to 3.7.5
|
|
|
|
|
2013-01-25 17:01:04 +00:00
|
|
|
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 3.7.4-2
|
|
|
|
- Rebuild for new cogl
|
|
|
|
|
2013-01-16 14:43:44 +00:00
|
|
|
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.4-1
|
|
|
|
- Update to 3.7.4
|
|
|
|
|
2012-12-20 23:54:00 +00:00
|
|
|
* Fri Dec 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
|
|
|
|
- Update to 3.7.3
|
|
|
|
|
2012-11-13 13:29:35 +00:00
|
|
|
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
|
|
|
|
- Update to 3.6.1
|
|
|
|
|
2012-09-26 04:41:43 +00:00
|
|
|
* Wed Sep 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
|
|
|
|
- Update to 3.6.0
|
|
|
|
|
2012-09-19 17:38:25 +00:00
|
|
|
* Wed Sep 19 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.92-1
|
|
|
|
- Update to 3.5.92
|
|
|
|
|
2012-08-30 14:06:24 +00:00
|
|
|
* Thu Aug 30 2012 Bastien Nocera <bnocera@redhat.com> 3.5.90-1
|
|
|
|
- Update to 3.5.90
|
|
|
|
- Port to libmusicbrainz5
|
|
|
|
|
2012-08-29 00:08:51 +00:00
|
|
|
* Tue Aug 28 2012 Matthias Clasen <mclasen@redhat.com> - 0.5.5-2
|
|
|
|
- Rebuild against new cogl/clutter
|
|
|
|
|
2012-08-22 10:30:47 +00:00
|
|
|
* Wed Aug 22 2012 Richard Hughes <hughsient@gmail.com> - 0.5.5-1
|
|
|
|
- Update to 0.5.5
|
|
|
|
|
2012-07-27 08:41:59 +00:00
|
|
|
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-17 16:53:49 +00:00
|
|
|
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 0.5.4-1
|
|
|
|
- Update to 0.5.4
|
|
|
|
|
2012-06-07 03:40:44 +00:00
|
|
|
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 0.5.2-1
|
|
|
|
- Update to 0.5.2
|
|
|
|
|
2012-05-05 18:29:01 +00:00
|
|
|
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 0.5.1-1
|
|
|
|
- Update to 0.5.1
|
|
|
|
- Build with libmusicbrainz4
|
|
|
|
- Adjust the spec file for the changes in private library location
|
|
|
|
- Remove and obsolete the -devel subpackage
|
|
|
|
|
2012-04-16 20:23:03 +00:00
|
|
|
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 0.4.1-1
|
|
|
|
- Update to 0.4.1
|
|
|
|
|
2012-03-28 01:32:13 +00:00
|
|
|
* Tue Mar 27 2012 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
|
|
|
|
- Update to 0.4.0
|
|
|
|
|
2012-03-21 15:03:12 +00:00
|
|
|
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 0.3.92-2
|
|
|
|
- Rebuild for libevdocument3 soname bump
|
|
|
|
|
2012-03-20 23:58:47 +00:00
|
|
|
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 0.3.92-1
|
|
|
|
- Update to 0.3.92
|
|
|
|
|
2012-03-10 23:26:03 +00:00
|
|
|
* Sat Mar 10 2012 Matthias Clasen <mclasen@redhat.com> - 0.3.91-3
|
|
|
|
- Rebuild against newer cogl
|
|
|
|
|
2015-03-10 10:09:24 +00:00
|
|
|
* Tue Mar 6 2012 Matthias Clasen <mclasen@redhat.com> - 0.3.91-2
|
2012-03-07 01:43:42 +00:00
|
|
|
- Rebuild against newer cogl
|
|
|
|
|
2012-03-06 03:59:13 +00:00
|
|
|
* Mon Mar 5 2012 Matthias Clasen <mclasen@redhat.com> - 0.3.91-1
|
|
|
|
- Update to 0.3.91
|
|
|
|
|
2012-02-27 00:15:10 +00:00
|
|
|
* Sun Feb 26 2012 Matthias Clasen <mclasen@redhat.com> - 0.3.0-4
|
|
|
|
- Rebuild against new cogl
|
|
|
|
|
2012-01-20 01:09:16 +00:00
|
|
|
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 0.3.0-3
|
|
|
|
- Rebuild against new cogl
|
|
|
|
|
2012-01-14 06:00:11 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-21 02:09:18 +00:00
|
|
|
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 0.3.0-1
|
|
|
|
- Update to 0.3.0
|
|
|
|
|
2011-11-24 05:53:20 +00:00
|
|
|
* Thu Nov 24 2011 Matthias Clasen <mclasen@redhat.com> - 0.2.1-3
|
|
|
|
- Rebuild against new clutter
|
|
|
|
|
2011-10-27 00:25:16 +00:00
|
|
|
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-2
|
|
|
|
- Rebuilt for glibc bug#747377
|
|
|
|
|
2011-10-19 01:59:58 +00:00
|
|
|
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 0.2.1-1
|
|
|
|
- Update to 0.2.1
|
|
|
|
|
|
|
|
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 0.2.0-1
|
|
|
|
- Update to 0.2.0
|
|
|
|
|
|
|
|
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 0.1.92-2
|
|
|
|
- Rebuild against newer clutter
|
|
|
|
|
|
|
|
* Tue Sep 20 2011 Elad Alfassa <elad@fedoraproject.org> - 0.1.92-1
|
|
|
|
- New upstream release
|
2011-09-27 05:04:49 +00:00
|
|
|
|
2011-08-30 08:14:17 +00:00
|
|
|
* Tue Aug 30 2011 Elad Alfassa <elad@fedoraproject.org> - 0.1.90-1
|
|
|
|
- New upstream version
|
|
|
|
|
2011-10-19 01:59:58 +00:00
|
|
|
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> - 0.0.5-1
|
|
|
|
- Update to 0.0.5
|
|
|
|
|
2011-07-12 06:56:36 +00:00
|
|
|
* Sat Jul 09 2011 Elad Alfassa <elad@fedoraproject.org> - 0.0.4-1
|
|
|
|
- Update to latest upstream version.
|
|
|
|
|
|
|
|
* Mon Jul 04 2011 Elad Alfassa <elad@fedoraproject.org> - 0.0.3-3
|
|
|
|
- Fix issues from review
|
|
|
|
|
|
|
|
* Sun Jul 03 2011 Elad Alfassa <elad@fedoraproject.org> - 0.0.3-2
|
|
|
|
- Added AUTHORS NEWS and TODO to doc
|
|
|
|
|
|
|
|
* Sat Jul 02 2011 Elad Alfassa <elad@fedoraproject.org> - 0.0.3-1
|
|
|
|
- Initial build
|
|
|
|
|