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