]> git.pld-linux.org Git - packages/sound-juicer.git/blob - sound-juicer.spec
f39603f67c70b52cb4078e0c80d1993bbbdd8d41
[packages/sound-juicer.git] / sound-juicer.spec
1 Summary:        CD ripper
2 Summary(pl.UTF-8):      Ripper płyt CD
3 Name:           sound-juicer
4 Version:        2.20.0
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Multimedia
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/sound-juicer/2.20/%{name}-%{version}.tar.bz2
9 # Source0-md5:  906079dba98770f5185fd43359c9459d
10 Patch0:         %{name}-desktop.patch
11 URL:            http://www.burtonini.com/blog/computers/sound-juicer/
12 BuildRequires:  GConf2-devel >= 2.18.0.1
13 BuildRequires:  autoconf >= 2.52
14 BuildRequires:  automake >= 1.9
15 BuildRequires:  gnome-doc-utils >= 0.10.3
16 BuildRequires:  gnome-media-devel >= 2.18.0
17 BuildRequires:  gnome-vfs2-devel >= 2.18.1
18 BuildRequires:  gstreamer-plugins-base-devel >= 0.10.10
19 BuildRequires:  gtk+2-devel >= 2:2.10.11
20 BuildRequires:  hal-devel >= 0.5.9
21 BuildRequires:  intltool >= 0.35.4
22 BuildRequires:  libcdio-devel >= 0.70
23 BuildRequires:  libglade2-devel >= 1:2.6.0
24 BuildRequires:  libgnomeui-devel >= 2.18.1
25 BuildRequires:  libmusicbrainz-devel >= 2.1.0
26 BuildRequires:  libtool
27 BuildRequires:  nautilus-cd-burner-devel >= 2.18.1
28 BuildRequires:  pkgconfig
29 BuildRequires:  rpmbuild(macros) >= 1.311
30 BuildRequires:  scrollkeeper >= 0.3.5
31 Requires(post,postun):  gtk+2
32 Requires(post,postun):  scrollkeeper
33 Requires(post,preun):   GConf2
34 Requires:       gstreamer-cdparanoia >= 0.10.10
35 Requires:       hicolor-icon-theme
36 Requires:       libgnomeui >= 2.18.1
37 Requires:       nautilus-cd-burner-libs >= 2.18.1
38 Suggests:       gstreamer-audio-formats
39 Suggests:       gstreamer-flac
40 Suggests:       gstreamer-vorbis
41 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
42
43 %description
44 Sound Juicer, a CD ripping tool using GTK+ and GStreamer.
45
46 %description -l pl.UTF-8
47 Sound Juicer, ripper płyt CD używający GTK+ i GStreamera.
48
49 %prep
50 %setup -q
51 %patch0 -p1
52
53 %build
54 %{__gnome_doc_prepare}
55 %{__intltoolize}
56 %{__libtoolize}
57 %{__aclocal}
58 %{__autoconf}
59 %{__automake}
60 %configure \
61         --disable-schemas-install \
62         --disable-scrollkeeper
63 %{__make}
64
65 %install
66 rm -rf $RPM_BUILD_ROOT
67
68 %{__make} install \
69         DESTDIR=$RPM_BUILD_ROOT \
70         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
71
72 %find_lang %{name} --with-gnome
73
74 %clean
75 rm -rf $RPM_BUILD_ROOT
76
77 %post
78 %gconf_schema_install sound-juicer.schemas
79 %scrollkeeper_update_post
80 %update_icon_cache hicolor
81
82 %preun
83 %gconf_schema_uninstall sound-juicer.schemas
84
85 %postun
86 %scrollkeeper_update_postun
87 %update_icon_cache hicolor
88
89 %files -f %{name}.lang
90 %defattr(644,root,root,755)
91 %doc AUTHORS README TODO
92 %attr(755,root,root) %{_bindir}/sound-juicer
93 %{_datadir}/%{name}
94 %{_mandir}/man1/sound-juicer.1*
95 %{_desktopdir}/sound-juicer.desktop
96 %{_omf_dest_dir}/%{name}
97 %{_iconsdir}/hicolor/*/apps/*
98 %{_sysconfdir}/gconf/schemas/sound-juicer.schemas
This page took 0.114483 seconds and 2 git commands to generate.