### $Id: libcdio.spec.in,v 1.3 2003/08/31 20:52:05 rocky Exp $ ### autogenerated---edit *.spec.in # Packmangroup: Libraries # Packmanpackagename: libcdio # Packman : Manfred Tremmel # Packmandepends: libcddb %define name @PACKAGE@ %define ver @VERSION@ %define rel 0.pm.0 Name: %{name} Summary: CD-ROM access library Summary(de): CD-ROM Zugriffsbibliothek Version: %{ver} Release: %{rel} Copyright: GPL Group: Development/Libraries URL: http://savannah.nongnu.org/projects/libcdio/ Source0: %{name}-%{version}.tar.gz Packager: Manfred Tremmel Vendor: Packman Distribution: SuSE Linux 8.2 (i586) 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 device-dependant properties of a CD-ROM can use this library. %description -l de Diese Bibliothek dients zur Kapselung von CD-ROM Zugriffen und dessen Kontrolle. Anwendungen brauchen sich nicht um die Betriebssystemspezifischen oder Device-Abhängigen Eigenschaften des CD-ROM zu kümmern, dies erledigt die Bibliothek. %package devel Summary: libcdio development package Summary(de): libcdio Entwicklerpaket Group: Development/Libraries Requires: %{name} = %{version}-%{release} # Packmandepends: libcdio %description devel libcdio development package %description devel -l de libcdio Entwicklerpaket %package -n cdinfo Summary: cdinfo Summary(de): cdinfo Group: Applications/Multimedia Requires: %{name} = %{version}-%{release} Requires: libvcd >= 0.7.15 Requires: libcddb BuildRequires: libcddb-devel BuildRequires: libvcd-devel >= 0.7.15 # Packmandepends: libcdio libvcd libcddb %description -n cdinfo cdinfo %description devel -l de cdinfo %prep %setup %build %configure %__make %install rm -rf $RPM_BUILD_ROOT %makeinstall %clean rm -r $RPM_BUILD_ROOT %post /sbin/ldconfig %postun /sbin/ldconfig %files %defattr(-,root,root) %doc AUTHORS INSTALL NEWS THANKS TODO %{_libdir}/lib*.so.* %{_libdir}/pkgconfig/libcdio.pc %{_libdir}/pkgconfig/libiso9660.pc %files devel %defattr(-, root, root) %doc ChangeLog COPYING README %{_libdir}/lib*.so %{_libdir}/*.a %{_libdir}/*.la %{_includedir}/cdio/* %{_infodir}/libcdio.info* %files -n cdinfo %{_bindir}/* %changelog * Sun Aug 30 2003 Frantisek Dvorak - two files added * Wed Aug 06 2003 Rocky Bernstein - fixes really Manfred Tremmel at http://www.iiv.de/schwinde/buerger/tremmel/ * Fri Apr 25 2003 Manfred Tremmel - first spec file