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
This commit is contained in:
Kalev Lember 2012-05-05 21:29:01 +03:00
parent f0d4617009
commit 9b8e84f6d9
3 changed files with 15 additions and 17 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/sushi-0.3.92.tar.xz
/sushi-0.4.0.tar.xz
/sushi-0.4.1.tar.xz
/sushi-0.5.1.tar.xz

View File

@ -1 +1 @@
b5021f3120f6452c41ee1d1d660e46f9 sushi-0.4.1.tar.xz
6b56c7c8a40aced0549cff0a6e1cf95f sushi-0.5.1.tar.xz

View File

@ -1,12 +1,12 @@
Name: sushi
Version: 0.4.1
Version: 0.5.1
Release: 1%{?dist}
Summary: A quick previewer for Nautilus
Group: User Interface/Desktops
License: GPLv2+ with exceptions
URL: http://live.gnome.org/ThreePointOne/Features/FilePreviewing
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.4/%{name}-%{version}.tar.xz
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.5/%{name}-%{version}.tar.xz
BuildRequires: gtksourceview3-devel
BuildRequires: intltool
@ -17,22 +17,16 @@ BuildRequires: clutter-gtk-devel
BuildRequires: clutter-gst-devel
BuildRequires: evince-devel
BuildRequires: gtk3-devel
BuildRequires: libmusicbrainz3-devel
BuildRequires: libmusicbrainz4-devel
BuildRequires: webkitgtk3-devel
Obsoletes: sushi-devel < 0.5.1
#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
@ -55,18 +49,21 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%files -f %{name}.lang
%doc README COPYING AUTHORS NEWS TODO
%{_libdir}/*.so.*
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/dbus-1/services/*
%{_datadir}/glib-2.0/schemas/org.gnome.sushi.gschema.xml
%{_libexecdir}/*
%{_libdir}/girepository-1.0
%{_libdir}/sushi/
%files devel
%{_libdir}/*.so
%{_datadir}/gir-1.0
%changelog
* 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
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 0.4.1-1
- Update to 0.4.1