Blame SPECS/sushi.spec

b9a814
Name:           sushi
b9a814
Version:        3.28.3
b9a814
Release:        1%{?dist}
b9a814
Summary:        A quick previewer for Nautilus
b9a814
b9a814
License:        GPLv2+ with exceptions
b9a814
URL:            https://wiki.gnome.org/ThreePointOne/Features/FilePreviewing
b9a814
Source0:        https://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
b9a814
b9a814
BuildRequires:  intltool
b9a814
BuildRequires:  gjs-devel
b9a814
BuildRequires:  pkgconfig(clutter-gst-3.0)
b9a814
BuildRequires:  pkgconfig(clutter-gtk-1.0)
b9a814
BuildRequires:  pkgconfig(clutter-x11-1.0)
b9a814
BuildRequires:  pkgconfig(evince-document-3.0)
b9a814
BuildRequires:  pkgconfig(gobject-2.0)
b9a814
BuildRequires:  pkgconfig(gtk+-3.0)
b9a814
BuildRequires:  pkgconfig(gtksourceview-3.0)
b9a814
BuildRequires:  pkgconfig(libmusicbrainz5)
b9a814
BuildRequires:  pkgconfig(webkit2gtk-4.0)
b9a814
b9a814
Obsoletes:      sushi-devel < 0.5.1
b9a814
b9a814
#Description from upstream's README.
b9a814
%description
b9a814
This is sushi, a quick previewer for Nautilus, the GNOME desktop
b9a814
file manager.
b9a814
b9a814
b9a814
%prep
b9a814
%setup -q
b9a814
b9a814
%build
b9a814
%configure --disable-static
b9a814
make %{?_smp_mflags}
b9a814
b9a814
b9a814
%install
b9a814
%make_install
b9a814
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
b9a814
%find_lang %{name}
b9a814
b9a814
b9a814
%post
b9a814
/sbin/ldconfig
b9a814
b9a814
%postun
b9a814
/sbin/ldconfig
b9a814
b9a814
b9a814
%files -f %{name}.lang
b9a814
%doc README AUTHORS NEWS TODO
b9a814
%license COPYING
b9a814
%{_bindir}/%{name}
b9a814
%{_datadir}/%{name}
b9a814
%{_datadir}/dbus-1/services/*
b9a814
%{_libexecdir}/*
b9a814
%{_libdir}/sushi/
b9a814
b9a814
b9a814
%changelog
b9a814
* Wed Jun 06 2018 Richard Hughes <rhughes@redhat.com> - 3.28.3-1
b9a814
- Update to 3.28.3
b9a814
- Resolves: #1569786
b9a814
b9a814
* Thu Feb 23 2017 Matthias Clasen <mclasen@redhatcom> - 3.21.91-1
b9a814
- Rebase to 3.21.91
b9a814
  Resolves: rhbz#1387047
b9a814
b9a814
* Tue Aug 18 2015 Matthias Clasen <mclasen@redhatcom> - 3.13.0-3
b9a814
- Fix an undefined variable
b9a814
Resolve: #1254181
b9a814
b9a814
* Wed Jul 22 2015 Matthias Clasen <mclasen@redhatcom> - 3.13.0-2
b9a814
- Fix a crash and some other issues with text preview
b9a814
Resolves: #1207706
b9a814
b9a814
* Mon Mar 23 2015 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
b9a814
- Update to 3.12.0
b9a814
b9a814
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.1-3
b9a814
- Mass rebuild 2014-01-24
b9a814
b9a814
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.1-2
b9a814
- Mass rebuild 2013-12-27
b9a814
b9a814
* Tue Apr 16 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
b9a814
- Update to 3.8.1
b9a814
b9a814
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
b9a814
- Update to 3.8.0
b9a814
b9a814
* Tue Mar  5 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
b9a814
- Update to 3.7.91
b9a814
b9a814
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-2
b9a814
- Rebuilt for cogl soname bump
b9a814
b9a814
* Thu Feb 07 2013 Richard Hughes <rhughes@redhat.com> - 3.7.5-1
b9a814
- Update to 3.7.5
b9a814
b9a814
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 3.7.4-2
b9a814
- Rebuild for new cogl
b9a814
b9a814
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.4-1
b9a814
- Update to 3.7.4
b9a814
b9a814
* Fri Dec 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
b9a814
- Update to 3.7.3
b9a814
b9a814
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
b9a814
- Update to 3.6.1
b9a814
b9a814
* Wed Sep 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
b9a814
- Update to 3.6.0
b9a814
b9a814
* Wed Sep 19 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.92-1
b9a814
- Update to 3.5.92
b9a814
b9a814
* Thu Aug 30 2012 Bastien Nocera <bnocera@redhat.com> 3.5.90-1
b9a814
- Update to 3.5.90
b9a814
- Port to libmusicbrainz5
b9a814
b9a814
* Tue Aug 28 2012 Matthias Clasen <mclasen@redhat.com> - 0.5.5-2
b9a814
- Rebuild against new cogl/clutter
b9a814
b9a814
* Wed Aug 22 2012 Richard Hughes <hughsient@gmail.com> - 0.5.5-1
b9a814
- Update to 0.5.5
b9a814
b9a814
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-2
b9a814
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b9a814
b9a814
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 0.5.4-1
b9a814
- Update to 0.5.4
b9a814
b9a814
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 0.5.2-1
b9a814
- Update to 0.5.2
b9a814
b9a814
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 0.5.1-1
b9a814
- Update to 0.5.1
b9a814
- Build with libmusicbrainz4
b9a814
- Adjust the spec file for the changes in private library location
b9a814
- Remove and obsolete the -devel subpackage
b9a814
b9a814
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 0.4.1-1
b9a814
- Update to 0.4.1
b9a814
b9a814
* Tue Mar 27 2012 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
b9a814
- Update to 0.4.0
b9a814
b9a814
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 0.3.92-2
b9a814
- Rebuild for libevdocument3 soname bump
b9a814
b9a814
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 0.3.92-1
b9a814
- Update to 0.3.92
b9a814
b9a814
* Sat Mar 10 2012 Matthias Clasen <mclasen@redhat.com> - 0.3.91-3
b9a814
- Rebuild against newer cogl
b9a814
b9a814
* Mon Mar  6 2012 Matthias Clasen <mclasen@redhat.com> - 0.3.91-2
b9a814
- Rebuild against newer cogl
b9a814
b9a814
* Mon Mar  5 2012 Matthias Clasen <mclasen@redhat.com> - 0.3.91-1
b9a814
- Update to 0.3.91
b9a814
b9a814
* Sun Feb 26 2012 Matthias Clasen <mclasen@redhat.com> - 0.3.0-4
b9a814
- Rebuild against new cogl
b9a814
b9a814
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 0.3.0-3
b9a814
- Rebuild against new cogl
b9a814
b9a814
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-2
b9a814
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b9a814
b9a814
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 0.3.0-1
b9a814
- Update to 0.3.0
b9a814
b9a814
* Thu Nov 24 2011 Matthias Clasen <mclasen@redhat.com> - 0.2.1-3
b9a814
- Rebuild against new clutter
b9a814
b9a814
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-2
b9a814
- Rebuilt for glibc bug#747377
b9a814
b9a814
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 0.2.1-1
b9a814
- Update to 0.2.1
b9a814
b9a814
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 0.2.0-1
b9a814
- Update to 0.2.0
b9a814
b9a814
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 0.1.92-2
b9a814
- Rebuild against newer clutter
b9a814
b9a814
* Tue Sep 20 2011 Elad Alfassa <elad@fedoraproject.org> - 0.1.92-1
b9a814
- New upstream release
b9a814
b9a814
* Tue Aug 30 2011 Elad Alfassa <elad@fedoraproject.org> - 0.1.90-1
b9a814
- New upstream version
b9a814
b9a814
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> - 0.0.5-1
b9a814
- Update to 0.0.5
b9a814
b9a814
* Sat Jul 09 2011 Elad Alfassa <elad@fedoraproject.org> - 0.0.4-1
b9a814
- Update to latest upstream version.
b9a814
b9a814
* Mon Jul 04 2011 Elad Alfassa <elad@fedoraproject.org> - 0.0.3-3
b9a814
- Fix issues from review
b9a814
b9a814
* Sun Jul 03 2011 Elad Alfassa <elad@fedoraproject.org> - 0.0.3-2
b9a814
- Added AUTHORS NEWS and TODO to doc
b9a814
b9a814
* Sat Jul 02 2011 Elad Alfassa <elad@fedoraproject.org> - 0.0.3-1
b9a814
- Initial build
b9a814