84 lines
2.0 KiB
RPMSpec
84 lines
2.0 KiB
RPMSpec
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
|
|
|