]> git.pld-linux.org Git - packages/sound-juicer.git/blob - sound-juicer.spec
- applied upstream
[packages/sound-juicer.git] / sound-juicer.spec
1 Summary:        CD ripper
2 Summary(pl.UTF-8):      Ripper płyt CD
3 Name:           sound-juicer
4 Version:        2.24.0
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Multimedia
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/sound-juicer/2.24/%{name}-%{version}.tar.bz2
9 # Source0-md5:  504979aadec8df1e59c1050bc968b2aa
10 URL:            http://www.burtonini.com/blog/computers/sound-juicer/
11 BuildRequires:  GConf2-devel >= 2.24.0
12 BuildRequires:  autoconf >= 2.52
13 BuildRequires:  automake >= 1:1.9
14 BuildRequires:  gnome-common >= 2.24.0
15 BuildRequires:  gnome-doc-utils
16 BuildRequires:  dbus-glib-devel >= 0.74
17 BuildRequires:  gettext-devel
18 BuildRequires:  glib2-devel >= 1:2.18.0
19 BuildRequires:  gnome-doc-utils >= 0.14.0
20 BuildRequires:  gnome-media-devel >= 2.24.0
21 BuildRequires:  gstreamer-plugins-base-devel >= 0.10.10
22 BuildRequires:  gtk+2-devel >= 2:2.14.0
23 BuildRequires:  intltool >= 0.40.0
24 BuildRequires:  libcdio-devel >= 0.70
25 BuildRequires:  libglade2-devel >= 1:2.6.2
26 BuildRequires:  libgnomeui-devel >= 2.24.0
27 BuildRequires:  taglib-devel
28 BuildRequires:  libmusicbrainz-devel >= 2.1.3
29 BuildRequires:  libtool
30 BuildRequires:  nautilus-cd-burner-devel >= 2.24.0
31 BuildRequires:  pkgconfig
32 BuildRequires:  rpmbuild(find_lang) >= 1.23
33 BuildRequires:  rpmbuild(macros) >= 1.311
34 BuildRequires:  scrollkeeper >= 0.3.5
35 Requires(post,postun):  gtk+2
36 Requires(post,postun):  hicolor-icon-theme
37 Requires(post,postun):  scrollkeeper
38 Requires(post,preun):   GConf2
39 Requires:       gstreamer-cdparanoia >= 0.10.10
40 Requires:       libgnomeui >= 2.24.0
41 Requires:       nautilus-cd-burner-libs >= 2.24.0
42 Suggests:       gstreamer-audio-formats
43 Suggests:       gstreamer-flac
44 Suggests:       gstreamer-lame
45 Suggests:       gstreamer-taglib
46 Suggests:       gstreamer-vorbis
47 # sr@Latn vs. sr@latin
48 Conflicts:      glibc-misc < 6:2.7
49 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
50
51 %description
52 Sound Juicer, a CD ripping tool using GTK+ and GStreamer.
53
54 %description -l pl.UTF-8
55 Sound Juicer, ripper płyt CD używający GTK+ i GStreamera.
56
57 %prep
58 %setup -q
59
60 %build
61 %{__gnome_doc_prepare}
62 %{__intltoolize}
63 %{__libtoolize}
64 %{__aclocal}
65 %{__autoconf}
66 %{__autoheader}
67 %{__automake}
68 %configure \
69         --disable-schemas-install \
70         --disable-scrollkeeper
71 %{__make}
72
73 %install
74 rm -rf $RPM_BUILD_ROOT
75
76 %{__make} install \
77         DESTDIR=$RPM_BUILD_ROOT \
78         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
79
80 %find_lang %{name} --with-gnome --with-omf
81
82 %clean
83 rm -rf $RPM_BUILD_ROOT
84
85 %post
86 %gconf_schema_install sound-juicer.schemas
87 %scrollkeeper_update_post
88 %update_icon_cache hicolor
89
90 %preun
91 %gconf_schema_uninstall sound-juicer.schemas
92
93 %postun
94 %scrollkeeper_update_postun
95 %update_icon_cache hicolor
96
97 %files -f %{name}.lang
98 %defattr(644,root,root,755)
99 %doc AUTHORS README TODO
100 %attr(755,root,root) %{_bindir}/sound-juicer
101 %{_datadir}/%{name}
102 %{_mandir}/man1/sound-juicer.1*
103 %{_desktopdir}/sound-juicer.desktop
104 %{_iconsdir}/hicolor/*/apps/*
105 %{_sysconfdir}/gconf/schemas/sound-juicer.schemas
This page took 0.073627 seconds and 3 git commands to generate.