Used Tahoma font, integrates better with the installer UI
[xiph/unicode.git] / vorbis-tools / vorbis-tools.spec
blob0e5406586b0abeb4ca82192e82acaa3d2a58911a
1 Name: vorbis-tools
2 Version: 1.2.1
3 Release: 1
4 Summary: Several Ogg Vorbis Tools
6 Group: Applications/Multimedia
7 License: GPL
8 URL: http://xiph.org/
9 Vendor: Xiph.Org Foundation <team@xiph.org>
10 Source: http://xiph.org/pub/ogg/vorbis/download/%{name}-%{version}.tar.gz
11 Prefix: %{_prefix}
12 BuildRoot: %{_tmppath}/%{name}-root
14 Requires: libvorbis >= 1.1.1
15 BuildRequires: libvorbis-devel >= 1.1.1
16 Requires: flac >= 1.1.2
17 BuildRequires: flac-devel >= 1.1.2
18 Requires: speex >= 1.0.2
19 BuildRequires: speex-devel >= 1.0.2
20 Requires: libao >= 0.8.4
21 BuildRequires: libao-devel >= 0.8.4
22 Requires: curl >= 7.8
23 BuildRequires: curl-devel >= 7.8
25 %description
26 vorbis-tools contains oggenc (an encoder) and ogg123 (a playback tool).
27 It also has vorbiscomment (to add comments to Vorbis files), ogginfo (to
28 give all useful information about an Ogg file, including streams in it),
29 oggdec (a simple command line decoder), and vcut (which allows you to
30 cut up Vorbis files).
32 %prep
33 %setup -q -n %{name}-%{version}
35 %build
36 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --mandir=%{_mandir}
37 make
39 %install
40 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
42 make DESTDIR=$RPM_BUILD_ROOT install
44 %clean
45 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
47 %files
48 %defattr(-,root,root)
49 %doc COPYING
50 %doc README
51 %doc ogg123/ogg123rc-example
52 %{_bindir}/oggenc
53 %{_bindir}/oggdec
54 %{_bindir}/ogg123
55 %{_bindir}/ogginfo
56 %{_bindir}/vorbiscomment
57 %{_bindir}/vcut
58 %{_datadir}/locale/*/LC_MESSAGES/*
59 %{_mandir}/man1/ogg123.1*
60 %{_mandir}/man1/oggenc.1*
61 %{_mandir}/man1/oggdec.1*
62 %{_mandir}/man1/ogginfo.1*
63 %{_mandir}/man1/vorbiscomment.1*
64 %{_mandir}/man1/vcut.1*
66 %changelog
67 * Tue Jan 25 2008 Ivo Emanuel Goncalves <justivo@gmail.com>
68 - update for 1.2.0 release
69 * Tue Oct 07 2003 Warren Dukes <shank@xiph.org>
70 - update for 1.0.1 release
71 * Fri Jul 19 2002 Michael Smith <msmith@xiph.org>
72 - Added oggdec and oggdec manpage.
73 * Sun Jul 14 2002 Thomas Vander Stichele <thomas@apestaart.org>
74 - updated for 1.0 release
75 - added vcut, vcut man and vorbiscomment man
76 - added LC_MESSAGES
77 - removed libogg and libogg-devel from requires since libvorbis pulls that in
78 * Fri Jul 12 2002 Michael Smith <msmith@xiph.org>
79 - Version number updates for 1.0 release.
80 * Fri May 23 2002 Thomas Vander Stichele <thomas@apestaart.org>
81 - Added more BuildRequires: for obvious packages
82 * Fri Mar 22 2002 Jack Moffitt <jack@xiph.org>
83 - Update curl dependency info (Closes bug #130)
84 * Mon Dec 31 2001 Jack Moffitt <jack@xiph.org>
85 - Update for rc3 release.
86 * Sun Oct 07 2001 Jack Moffitt <jack@xiph.org>
87 - Updated for configurable prefix
88 * Sun Aug 12 2001 Greg Maxwell <greg@linuxpower.cx>
89 - updated for rc2
90 * Sun Jun 17 2001 Jack Moffitt <jack@icecast.org>
91 - updated for rc1
92 - added ogginfo
93 * Mon Jan 22 2001 Jack Moffitt <jack@icecast.org>
94 - updated for prebeta4 builds
95 * Sun Oct 29 2000 Jack Moffitt <jack@icecast.org>
96 - initial spec file created