]> git.pld-linux.org Git - packages/sound-juicer.git/blob - sound-juicer.spec
- BR: docbook-dtd43-xml, libxml2-progs
[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.28.1
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Multimedia
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/sound-juicer/2.28/%{name}-%{version}.tar.bz2
9 # Source0-md5:  680c036ca9b062fe198fada30edbf534
10 URL:            http://www.burtonini.com/blog/computers/sound-juicer/
11 BuildRequires:  GConf2-devel >= 2.26.0
12 BuildRequires:  autoconf >= 2.52
13 BuildRequires:  automake >= 1:1.9
14 BuildRequires:  brasero-devel >= 2.26.0
15 BuildRequires:  dbus-glib-devel >= 0.74
16 BuildRequires:  docbook-dtd43-xml
17 BuildRequires:  gettext-devel
18 BuildRequires:  glib2-devel >= 1:2.20.0
19 BuildRequires:  gnome-common >= 2.24.0
20 BuildRequires:  gnome-doc-utils >= 0.14.0
21 BuildRequires:  gnome-media-devel >= 2.24.0
22 BuildRequires:  gstreamer-plugins-base-devel >= 0.10.15
23 BuildRequires:  gtk+2-devel >= 2:2.16.0
24 BuildRequires:  intltool >= 0.40.0
25 BuildRequires:  libcanberra-gtk-devel
26 BuildRequires:  libcdio-devel >= 0.70
27 BuildRequires:  libglade2-devel >= 1:2.6.2
28 BuildRequires:  libmusicbrainz3-devel >= 3.0.0
29 BuildRequires:  libtool
30 BuildRequires:  libxml2-progs
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 Suggests:       gstreamer-audio-formats
41 Suggests:       gstreamer-flac
42 Suggests:       gstreamer-lame
43 Suggests:       gstreamer-taglib
44 Suggests:       gstreamer-vorbis
45 # sr@Latn vs. sr@latin
46 Conflicts:      glibc-misc < 6:2.7
47 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
48
49 %description
50 Sound Juicer, a CD ripping tool using GTK+ and GStreamer.
51
52 %description -l pl.UTF-8
53 Sound Juicer, ripper płyt CD używający GTK+ i GStreamera.
54
55 %prep
56 %setup -q
57
58 %build
59 %{__gnome_doc_prepare}
60 %{__intltoolize}
61 %{__libtoolize}
62 %{__aclocal}
63 %{__autoconf}
64 %{__autoheader}
65 %{__automake}
66 %configure \
67         --disable-schemas-install \
68         --disable-scrollkeeper
69 %{__make}
70
71 %install
72 rm -rf $RPM_BUILD_ROOT
73
74 %{__make} install \
75         DESTDIR=$RPM_BUILD_ROOT \
76         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
77
78 rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/en@shaw
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.554623 seconds and 3 git commands to generate.