]> git.pld-linux.org Git - packages/sound-juicer.git/blob - sound-juicer.spec
- updated gettext BR
[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:        3.12.0
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Multimedia
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/sound-juicer/3.12/%{name}-%{version}.tar.xz
9 # Source0-md5:  72eec63540026139d9aa855a2839a5cb
10 URL:            http://www.burtonini.com/blog/computers/sound-juicer/
11 BuildRequires:  autoconf >= 2.52
12 BuildRequires:  automake >= 1:1.9
13 BuildRequires:  brasero-devel >= 3.0.0
14 BuildRequires:  docbook-dtd43-xml
15 BuildRequires:  gettext-tools
16 BuildRequires:  glib2-devel >= 1:2.32.0
17 BuildRequires:  gnome-common >= 2.24.0
18 BuildRequires:  gnome-doc-utils >= 0.14.0
19 BuildRequires:  gsettings-desktop-schemas-devel
20 BuildRequires:  gstreamer-plugins-base-devel >= 1.0
21 BuildRequires:  gtk+3-devel >= 3.2.0
22 BuildRequires:  intltool >= 0.50.0
23 BuildRequires:  iso-codes
24 BuildRequires:  libcanberra-gtk3-devel
25 BuildRequires:  libdiscid-devel
26 BuildRequires:  libmusicbrainz5-devel >= 5.0.1
27 BuildRequires:  libtool
28 BuildRequires:  libxml2-progs
29 BuildRequires:  pkgconfig
30 BuildRequires:  rpmbuild(find_lang) >= 1.23
31 BuildRequires:  rpmbuild(macros) >= 1.311
32 BuildRequires:  tar >= 1:1.22
33 BuildRequires:  xz
34 Requires(post,postun):  glib2 >= 1:2.26.0
35 Requires(post,postun):  gtk-update-icon-cache
36 Requires:       desktop-file-utils
37 Requires:       gsettings-desktop-schemas
38 Requires:       gstreamer-cdparanoia >= 1.0.0
39 Requires:       hicolor-icon-theme
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-silent-rules
68 %{__make}
69
70 %install
71 rm -rf $RPM_BUILD_ROOT
72
73 %{__make} install \
74         DESTDIR=$RPM_BUILD_ROOT
75
76 %find_lang %{name} --with-gnome
77
78 %clean
79 rm -rf $RPM_BUILD_ROOT
80
81 %post
82 %update_desktop_database
83 %update_icon_cache hicolor
84 %glib_compile_schemas
85
86 %postun
87 %glib_compile_schemas
88 %update_icon_cache hicolor
89
90 %files -f %{name}.lang
91 %defattr(644,root,root,755)
92 %doc AUTHORS README TODO
93 %attr(755,root,root) %{_bindir}/sound-juicer
94 %{_datadir}/%{name}
95 %{_datadir}/GConf/gsettings/sound-juicer.convert
96 %{_datadir}/glib-2.0/schemas/org.gnome.sound-juicer.gschema.xml
97 %{_mandir}/man1/sound-juicer.1*
98 %{_desktopdir}/sound-juicer.desktop
99 %{_iconsdir}/hicolor/*/apps/*
This page took 0.076115 seconds and 3 git commands to generate.