source: projects/specs/trunk/s/sushi/sushi-vl.spec @ 5038

Revision 5038, 2.0 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2.1

Line 
1Summary:        A quick previewer for Nautilus
2Name:           sushi
3Version:        0.2.1
4Release:        1%{?_dist_release}
5
6Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.2/%{name}-%{version}.tar.xz
7
8License:        GPLv2
9Group:          User Interface/Desktops
10URL:            https://live.gnome.org/ThreePointOne/Features/FilePreviewing
11
12BuildRequires:  gtk3-devel >= 3.2.0
13BuildRequires:  gtksourceview3-devel
14BuildRequires:  gobject-introspection-devel >= 0.9.6
15BuildRequires:  WebKit3-gtk-devel
16BuildRequires:  clutter-gtk-devel
17BuildRequires:  clutter-gst-devel
18BuildRequires:  evince-devel
19BuildRequires:  gjs-devel >= 0.7.7
20BuildRequires:  gstreamer-devel
21BuildRequires:  libmusicbrainz3-devel
22
23BuildRoot:      %{_tmppath}/%{name}-%{version}-root
24
25Vendor: Project Vine
26Distribution: Vine Linux
27Packager: Takemikaduchi
28
29
30%description
31Provide a facility for quickly viewing different kinds of files.
32This would be used by Nautilus in the first instance, but could
33be extended to the file chooser and perhaps elsewhere too.
34
35
36%package devel
37Summary:        Development files for sushi
38Group:          Development/Libraries
39Requires:       %{name} = %{version}-%{release}
40Requires:       pkgconfig
41
42%description devel
43This package contains the libraries and header files that are needed
44for writing applications that are using sushi.
45
46
47%prep
48%setup -q
49
50%build
51%configure --disable-static
52%{__make} %{?_smp_mflags}
53
54%install
55%{__rm} -rf $RPM_BUILD_ROOT
56%{__make} install DESTDIR=$RPM_BUILD_ROOT
57
58find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
59
60%find_lang %{name}
61
62%clean
63%{__rm} -rf $RPM_BUILD_ROOT
64
65
66%post -p /sbin/ldconfig
67
68%postun -p /sbin/ldconfig
69
70
71%files -f %{name}.lang
72%defattr(-,root,root,-)
73%doc AUTHORS COPYING NEWS README
74%{_bindir}/sushi
75%{_libexecdir}/sushi-start
76%{_libdir}/libsushi-1.0.so.*
77%{_libdir}/girepository-1.0/Sushi-1.0.typelib
78%{_datadir}/dbus-1/services/org.gnome.Sushi.service
79%{_datadir}/%{name}/js
80%{_datadir}/%{name}/style
81
82%files devel
83%defattr(-,root,root,-)
84%{_libdir}/libsushi-1.0.so
85%{_datadir}/gir-1.0/Sushi-1.0.gir
86
87
88%changelog
89* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.1-1
90- initial build for Vine Linux
91
Note: See TracBrowser for help on using the repository browser.