]> git.pld-linux.org Git - packages/sound-juicer.git/blame_incremental - sound-juicer.spec
- updated deps
[packages/sound-juicer.git] / sound-juicer.spec
... / ...
CommitLineData
1Summary: CD ripper
2Summary(pl.UTF-8): Ripper płyt CD
3Name: sound-juicer
4Version: 2.20.0
5Release: 1
6License: GPL v2+
7Group: X11/Applications/Multimedia
8Source0: http://ftp.gnome.org/pub/gnome/sources/sound-juicer/2.20/%{name}-%{version}.tar.bz2
9# Source0-md5: 906079dba98770f5185fd43359c9459d
10Patch0: %{name}-desktop.patch
11URL: http://www.burtonini.com/blog/computers/sound-juicer/
12BuildRequires: GConf2-devel >= 2.19.1
13BuildRequires: autoconf >= 2.52
14BuildRequires: automake >= 1.9
15BuildRequires: gnome-doc-utils >= 0.12.0
16BuildRequires: gnome-media-devel >= 2.20.0
17BuildRequires: gnome-vfs2-devel >= 2.20.0
18BuildRequires: gstreamer-plugins-base-devel >= 0.10.10
19BuildRequires: gtk+2-devel >= 2:2.12.0
20BuildRequires: hal-devel >= 0.5.9
21BuildRequires: intltool >= 0.36.2
22BuildRequires: libcdio-devel >= 0.70
23BuildRequires: libglade2-devel >= 1:2.6.2
24BuildRequires: libgnomeui-devel >= 2.19.1
25BuildRequires: libmusicbrainz-devel >= 2.1.0
26BuildRequires: libtool
27BuildRequires: nautilus-cd-burner-devel >= 2.20.0
28BuildRequires: pkgconfig
29BuildRequires: rpmbuild(macros) >= 1.311
30BuildRequires: scrollkeeper >= 0.3.5
31Requires(post,postun): gtk+2
32Requires(post,postun): scrollkeeper
33Requires(post,preun): GConf2
34Requires: gstreamer-cdparanoia >= 0.10.10
35Requires: hicolor-icon-theme
36Requires: libgnomeui >= 2.19.1
37Requires: nautilus-cd-burner-libs >= 2.20.0
38Suggests: gstreamer-audio-formats
39Suggests: gstreamer-flac
40Suggests: gstreamer-vorbis
41BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
42
43%description
44Sound Juicer, a CD ripping tool using GTK+ and GStreamer.
45
46%description -l pl.UTF-8
47Sound 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
66rm -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
75rm -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.082726 seconds and 4 git commands to generate.