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