]> git.pld-linux.org Git - packages/sound-juicer.git/blame_incremental - sound-juicer.spec
- applied upstream
[packages/sound-juicer.git] / sound-juicer.spec
... / ...
CommitLineData
1Summary: CD ripper
2Summary(pl.UTF-8): Ripper płyt CD
3Name: sound-juicer
4Version: 2.24.0
5Release: 1
6License: GPL v2+
7Group: X11/Applications/Multimedia
8Source0: http://ftp.gnome.org/pub/GNOME/sources/sound-juicer/2.24/%{name}-%{version}.tar.bz2
9# Source0-md5: 504979aadec8df1e59c1050bc968b2aa
10URL: http://www.burtonini.com/blog/computers/sound-juicer/
11BuildRequires: GConf2-devel >= 2.24.0
12BuildRequires: autoconf >= 2.52
13BuildRequires: automake >= 1:1.9
14BuildRequires: gnome-common >= 2.24.0
15BuildRequires: gnome-doc-utils
16BuildRequires: dbus-glib-devel >= 0.74
17BuildRequires: gettext-devel
18BuildRequires: glib2-devel >= 1:2.18.0
19BuildRequires: gnome-doc-utils >= 0.14.0
20BuildRequires: gnome-media-devel >= 2.24.0
21BuildRequires: gstreamer-plugins-base-devel >= 0.10.10
22BuildRequires: gtk+2-devel >= 2:2.14.0
23BuildRequires: intltool >= 0.40.0
24BuildRequires: libcdio-devel >= 0.70
25BuildRequires: libglade2-devel >= 1:2.6.2
26BuildRequires: libgnomeui-devel >= 2.24.0
27BuildRequires: taglib-devel
28BuildRequires: libmusicbrainz-devel >= 2.1.3
29BuildRequires: libtool
30BuildRequires: nautilus-cd-burner-devel >= 2.24.0
31BuildRequires: pkgconfig
32BuildRequires: rpmbuild(find_lang) >= 1.23
33BuildRequires: rpmbuild(macros) >= 1.311
34BuildRequires: scrollkeeper >= 0.3.5
35Requires(post,postun): gtk+2
36Requires(post,postun): hicolor-icon-theme
37Requires(post,postun): scrollkeeper
38Requires(post,preun): GConf2
39Requires: gstreamer-cdparanoia >= 0.10.10
40Requires: libgnomeui >= 2.24.0
41Requires: nautilus-cd-burner-libs >= 2.24.0
42Suggests: gstreamer-audio-formats
43Suggests: gstreamer-flac
44Suggests: gstreamer-lame
45Suggests: gstreamer-taglib
46Suggests: gstreamer-vorbis
47# sr@Latn vs. sr@latin
48Conflicts: glibc-misc < 6:2.7
49BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
50
51%description
52Sound Juicer, a CD ripping tool using GTK+ and GStreamer.
53
54%description -l pl.UTF-8
55Sound 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
74rm -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
83rm -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.127619 seconds and 4 git commands to generate.