2004-04-21 09:26:37 +00:00
|
|
|
|
### $Id: libcdio.spec.in,v 1.13 2004/04/21 09:28:09 rocky Exp $
|
2003-04-25 21:23:58 +00:00
|
|
|
|
### autogenerated---edit *.spec.in
|
|
|
|
|
|
|
|
|
|
|
|
%define name @PACKAGE@
|
|
|
|
|
|
%define ver @VERSION@
|
2004-02-15 17:53:03 +00:00
|
|
|
|
%define rel 0
|
2003-04-25 21:23:58 +00:00
|
|
|
|
|
|
|
|
|
|
Name: %{name}
|
|
|
|
|
|
Summary: CD-ROM access library
|
|
|
|
|
|
Summary(de): CD-ROM Zugriffsbibliothek
|
|
|
|
|
|
Version: %{ver}
|
|
|
|
|
|
Release: %{rel}
|
|
|
|
|
|
Copyright: GPL
|
|
|
|
|
|
Group: Development/Libraries
|
2004-02-15 17:53:03 +00:00
|
|
|
|
URL: http://www.gnu.org/software/libcdio/
|
2003-04-25 21:23:58 +00:00
|
|
|
|
|
|
|
|
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
Packager: Manfred Tremmel <Manfred.Tremmel@iiv.de>
|
|
|
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
|
This library is to encapsulate CD-ROM reading and
|
|
|
|
|
|
control. Applications wishing to be oblivious of the OS- and
|
2004-04-21 09:26:37 +00:00
|
|
|
|
device-dependent properties of a CD-ROM can use this library.
|
2003-04-25 21:23:58 +00:00
|
|
|
|
|
|
|
|
|
|
%description -l de
|
2004-02-15 17:53:03 +00:00
|
|
|
|
Diese Bibliothek dient zur Kapselung von CD-ROM Zugriffen und
|
2003-04-25 21:23:58 +00:00
|
|
|
|
dessen Kontrolle. Anwendungen brauchen sich nicht um die
|
2004-02-15 17:53:03 +00:00
|
|
|
|
Betriebssystemspezifischen oder Device-Abh<62>¤ngigen Eigenschaften
|
|
|
|
|
|
des CD-ROM zu k<EFBFBD>¼mmern, dies erledigt die Bibliothek.
|
2003-04-25 21:23:58 +00:00
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
|
Summary: libcdio development package
|
|
|
|
|
|
Summary(de): libcdio Entwicklerpaket
|
|
|
|
|
|
Group: Development/Libraries
|
2003-08-06 14:02:57 +00:00
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2003-04-25 21:23:58 +00:00
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
|
libcdio development package
|
|
|
|
|
|
|
|
|
|
|
|
%description devel -l de
|
|
|
|
|
|
libcdio Entwicklerpaket
|
|
|
|
|
|
|
2003-08-06 14:02:57 +00:00
|
|
|
|
%package -n cdinfo
|
2003-09-01 02:05:49 +00:00
|
|
|
|
Summary: cd-info
|
|
|
|
|
|
Summary(de): cd-info
|
2003-08-06 14:02:57 +00:00
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2004-02-15 17:53:03 +00:00
|
|
|
|
#Requires: libvcd >= 0.7.20
|
2003-08-06 14:02:57 +00:00
|
|
|
|
Requires: libcddb
|
|
|
|
|
|
BuildRequires: libcddb-devel
|
2004-02-15 17:53:03 +00:00
|
|
|
|
#BuildRequires: libvcd-devel >= 0.7.20
|
2003-08-06 14:02:57 +00:00
|
|
|
|
|
|
|
|
|
|
%description -n cdinfo
|
|
|
|
|
|
|
2003-09-01 02:05:49 +00:00
|
|
|
|
cd-info prints various information about a CD or CD image, analyzes
|
|
|
|
|
|
and gives information about each of the tracks, and tries to detect
|
|
|
|
|
|
the type of CD (e.g. VCD, Audio CD, PhotoCD, a bootable CD, etc.). For
|
|
|
|
|
|
audio CD's more information is given if libcddb is installed. For
|
|
|
|
|
|
Video CD's more information is given if the libvcdinfo library is
|
|
|
|
|
|
installed.
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-09-10 02:03:45 +00:00
|
|
|
|
%description -n cdinfo -l de
|
2003-09-01 19:25:05 +00:00
|
|
|
|
|
|
|
|
|
|
cd-info gibt verschiedene informationen <EFBFBD>ber eine CD oder ein CD-Image
|
|
|
|
|
|
aus, analysiert und informiert <EFBFBD>ber jeden der Tracks und versucht, den
|
|
|
|
|
|
Typ der CD zu ermitteln (z.B. VCD, Audio-CD, PhotoCD, eine bootbare CD
|
|
|
|
|
|
usw.).
|
|
|
|
|
|
Zu Audio-CDs werden weitere Informationen ausgegeben, wenn die libcddb
|
|
|
|
|
|
installiert ist. Zu Video-CDs werden mehr Informationen ausgegeben, wenn
|
|
|
|
|
|
die libvcdinfo installiert ist.
|
2003-08-06 14:02:57 +00:00
|
|
|
|
|
2003-04-25 21:23:58 +00:00
|
|
|
|
%prep
|
|
|
|
|
|
%setup
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
%configure
|
|
|
|
|
|
%__make
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
2004-02-15 17:53:03 +00:00
|
|
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
2003-04-25 21:23:58 +00:00
|
|
|
|
%makeinstall
|
2004-02-15 17:53:03 +00:00
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}/%{_mandir}
|
2003-04-25 21:23:58 +00:00
|
|
|
|
|
|
|
|
|
|
%clean
|
2004-02-15 17:53:03 +00:00
|
|
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
2003-04-25 21:23:58 +00:00
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
|
%defattr(-,root,root)
|
2003-08-06 14:02:57 +00:00
|
|
|
|
%doc AUTHORS INSTALL NEWS THANKS TODO
|
2003-04-25 21:23:58 +00:00
|
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
%doc ChangeLog COPYING README
|
|
|
|
|
|
%{_libdir}/lib*.so
|
2004-02-15 17:53:03 +00:00
|
|
|
|
%{_libdir}/*.*a
|
2003-04-25 21:23:58 +00:00
|
|
|
|
%{_includedir}/cdio/*
|
2004-02-15 17:53:03 +00:00
|
|
|
|
%{_infodir}/*
|
|
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2003-04-25 21:23:58 +00:00
|
|
|
|
|
2003-08-06 14:02:57 +00:00
|
|
|
|
%files -n cdinfo
|
|
|
|
|
|
%{_bindir}/*
|
|
|
|
|
|
|
2003-04-25 21:23:58 +00:00
|
|
|
|
%changelog
|
2004-02-15 17:53:03 +00:00
|
|
|
|
* Sun Feb 15 2004 Manfred Tremmel <Manfred.Tremmel@iiv.de>
|
|
|
|
|
|
- some little changes
|
|
|
|
|
|
|
2004-02-14 17:09:30 +00:00
|
|
|
|
* Sat Feb 14 2004 Rocky Bernstein <rocky@panix.com>
|
2004-02-14 18:26:42 +00:00
|
|
|
|
- require vcdimager 0.7.20, small rpm fixes
|
2004-02-14 17:09:30 +00:00
|
|
|
|
|
2004-02-14 18:11:49 +00:00
|
|
|
|
* Tue Sep 9 2003 Rocky Bernstein <rocky@panix.com>
|
2003-09-10 02:03:45 +00:00
|
|
|
|
- small fixes really from Frantisek Dvorak <valtri@atlas.cz>
|
|
|
|
|
|
|
2003-08-31 20:52:05 +00:00
|
|
|
|
* Sun Aug 30 2003 Frantisek Dvorak <valtri@atlas.cz>
|
|
|
|
|
|
- two files added
|
|
|
|
|
|
|
2003-08-06 14:02:57 +00:00
|
|
|
|
* Wed Aug 06 2003 Rocky Bernstein <rocky@panix.com>
|
|
|
|
|
|
- fixes really Manfred Tremmel <Manfred.Tremmel@iiv.de>
|
|
|
|
|
|
at http://www.iiv.de/schwinde/buerger/tremmel/
|
|
|
|
|
|
|
2003-04-25 21:23:58 +00:00
|
|
|
|
* Fri Apr 25 2003 Manfred Tremmel <Manfred.Tremmel@iiv.de>
|
|
|
|
|
|
- first spec file
|