Initial import (#718415).

This commit is contained in:
Elad Alfassa 2011-07-12 09:56:36 +03:00
parent a1aa7d8bcf
commit d1eece3494
3 changed files with 85 additions and 0 deletions

1
.gitignore vendored
View File

@ -0,0 +1 @@
/sushi-0.0.4.tar.xz

View File

@ -0,0 +1 @@
7ac372e45d4ab1e4cd2837c595eb9e50 sushi-0.0.4.tar.xz

83
sushi.spec Normal file
View File

@ -0,0 +1,83 @@
Name: sushi
Version: 0.0.4
Release: 1%{?dist}
Summary: A quick previewer for Nautilus
Group: User Interface/Desktops
License: GPLv2+ with exceptions
URL: https://live.gnome.org/ThreePointOne/Features/FilePreviewing
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.0/%{name}-%{version}.tar.xz
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
This is sushi,
a quick previewer for Nautilus,
the GNOME desktop file manager
%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
rm -rf $RPM_BUILD_ROOT
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
* 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