]> git.pld-linux.org Git - packages/sound-juicer.git/blob - sound-juicer.spec
- updated to 0.5
[packages/sound-juicer.git] / sound-juicer.spec
1 Summary:        CD ripper
2 Summary(pl):    Ripper p³yt CD
3 Name:           sound-juicer
4 Version:        0.5
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Multimedia
8 Source0:        http://www.burtonini.com/computing/%{name}-%{version}.tar.gz
9 # Source0-md5:  3357ca1062d32e8b17829fb7eaf62ccc
10 URL:            http://www.burtonini.com/blog/computers/sound-juicer/
11 BuildRequires:  GConf2-devel
12 BuildRequires:  gtk+2-devel
13 BuildRequires:  gstreamer-cdparanoia >= 0.6.1
14 BuildRequires:  gstreamer-devel >= 0.6.1
15 BuildRequires:  gstreamer-vorbis >= 0.6.1
16 BuildRequires:  libglade2-devel
17 BuildRequires:  libgnomeui-devel
18 BuildRequires:  libmusicbrainz-devel >= 2.0.1
19 Requires(post): GConf2
20 Requires(post): scrollkeeper
21 Requires:       gstreamer-cdparanoia >= 0.6.1
22 Requires:       gstreamer-vorbis >= 0.6.1
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Sound Juicer, a CD ripping tool using GTK+ and GStreamer.
27
28 %description -l pl
29 Sound Juicer, ripper p³yt CD u¿ywaj±cy GTK+ i GStreamera.
30
31 %prep
32 %setup -q
33
34 %build
35 %configure \
36         --disable--schemas-install
37
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT \
45         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
46
47 %find_lang %{name} --with-gnome
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %post
53 /usr/bin/scrollkeeper-update
54 %gconf_schema_install
55
56 %postun -p /usr/bin/scrollkeeper-update
57
58 %files -f %{name}.lang
59 %defattr(644,root,root,755)
60 %doc AUTHORS README TODO
61 %attr(755,root,root) %{_bindir}/*
62 %{_sysconfdir}/gconf/schemas/*
63 %{_datadir}/%{name}
64 %{_desktopdir}/*
65 %{_pixmapsdir}/*
66 %{_omf_dest_dir}/%{name}
This page took 0.073134 seconds and 4 git commands to generate.