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