This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
libcdio-osx/libcdio.spec.in

113 lines
2.6 KiB
RPMSpec
Raw Normal View History

### $Id: libcdio.spec.in,v 1.2 2003/08/06 14:02:57 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 <Manfred.Tremmel@iiv.de>
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
%files devel
%defattr(-, root, root)
%doc ChangeLog COPYING README
%{_libdir}/lib*.so
%{_libdir}/*.a
%{_libdir}/*.la
%{_includedir}/cdio/*
%files -n cdinfo
%{_bindir}/*
%changelog
* 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/
* Fri Apr 25 2003 Manfred Tremmel <Manfred.Tremmel@iiv.de>
- first spec file