]> git.pld-linux.org Git - packages/sound-juicer.git/blob - sound-juicer.spec
- version 0.4.1
[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.4.1
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:  79fbeb3fc6228dd1aa4c06f272b9dff5
10 URL:            http://www.burtonini.com
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:       gstreamer-cdparanoia >= 0.6.1
20 Requires:       gstreamer-vorbis >= 0.6.1
21 Requires(post): GConf2
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Sound Juicer, a CD ripping tool using GTK+ and GStreamer.
26
27 %description -l pl
28 Sound Juicer, ripper p³yt CD u¿ywaj±cy GTK+ i GStreamera.
29
30 %prep
31 %setup -q
32
33 %build
34 %configure \
35         --disable--schemas-install
36
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT \
44         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
45
46 %find_lang %{name} --with-gnome
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %post
52 %gconf_schema_install
53
54 %files -f %{name}.lang
55 %defattr(644,root,root,755)
56 %doc AUTHORS README TODO
57 %attr(755,root,root) %{_bindir}/*
58 %{_sysconfdir}/gconf/schemas/*
59 %{_datadir}/%{name}
60 %{_datadir}/applications/*
61 %{_pixmapsdir}/*
This page took 0.053731 seconds and 4 git commands to generate.