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