]> git.pld-linux.org Git - packages/sound-juicer.git/blob - sound-juicer.spec
- rel. 2 to rebuild with libmusicbrainz-2.1.0
[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:        2
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 URL:            http://www.burtonini.com/blog/computers/sound-juicer/
12 BuildRequires:  GConf2-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gtk+2-devel
16 BuildRequires:  gstreamer-cdparanoia >= 0.6.1
17 BuildRequires:  gstreamer-devel >= 0.6.1
18 BuildRequires:  gstreamer-vorbis >= 0.6.1
19 Buildrequires:  intltool >= 0.20
20 BuildRequires:  libglade2-devel
21 BuildRequires:  libgnomeui-devel
22 BuildRequires:  libmusicbrainz-devel >= 2.1.0
23 Requires(post): GConf2
24 Requires(post): scrollkeeper
25 Requires:       gstreamer-cdparanoia >= 0.6.1
26 Requires:       gstreamer-vorbis >= 0.6.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 %patch0 -p1
38
39 mv po/{no,nb}.po
40
41 %build
42 %{__aclocal}
43 %{__autoconf}
44 %{__automake}
45 %configure \
46         --disable--schemas-install
47
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT \
55         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
56
57 %find_lang %{name} --with-gnome
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %post
63 /usr/bin/scrollkeeper-update
64 %gconf_schema_install
65
66 %postun -p /usr/bin/scrollkeeper-update
67
68 %files -f %{name}.lang
69 %defattr(644,root,root,755)
70 %doc AUTHORS README TODO
71 %attr(755,root,root) %{_bindir}/*
72 %{_sysconfdir}/gconf/schemas/*
73 %{_datadir}/%{name}
74 %{_desktopdir}/*
75 %{_pixmapsdir}/*
76 %{_omf_dest_dir}/%{name}
This page took 0.086925 seconds and 4 git commands to generate.