sushi/sushi.spec

115 lines
3.0 KiB
RPMSpec
Raw Normal View History

2011-07-12 06:56:36 +00:00
Name: sushi
2011-12-21 02:09:18 +00:00
Version: 0.3.0
2012-01-20 01:09:16 +00:00
Release: 3%{?dist}
2011-07-12 06:56:36 +00:00
Summary: A quick previewer for Nautilus
Group: User Interface/Desktops
2011-10-19 01:59:58 +00:00
License: GPLv2+ with exceptions
2011-12-21 02:09:18 +00:00
URL: http://live.gnome.org/ThreePointOne/Features/FilePreviewing
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.3/%{name}-%{version}.tar.xz
2011-07-12 06:56:36 +00:00
BuildRequires: gtksourceview3-devel
BuildRequires: intltool
BuildRequires: gjs-devel
BuildRequires: glib2-devel
BuildRequires: clutter-devel
BuildRequires: clutter-gtk-devel
BuildRequires: clutter-gst-devel
BuildRequires: evince-devel
BuildRequires: gtk3-devel
BuildRequires: libmusicbrainz3-devel
BuildRequires: webkitgtk3-devel
#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
%package devel
Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q
%build
%configure --disable-static
make %{?_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%find_lang %{name}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files -f %{name}.lang
%doc README COPYING AUTHORS NEWS TODO
%{_libdir}/*.so.*
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/dbus-1/services/*
%{_libexecdir}/*
%{_libdir}/girepository-1.0
%files devel
%{_libdir}/*.so
%{_datadir}/gir-1.0
%changelog
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
* 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