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

88 lines
2.0 KiB
RPMSpec
Raw Normal View History

### $Id: libcdio.spec.in,v 1.1 2003/04/25 21:23:58 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<62>ngigen Eigenschaften
des CD-ROM zu k<EFBFBD>mmern, dies erledigt die Bibliothek.
%package devel
Summary: libcdio development package
Summary(de): libcdio Entwicklerpaket
Group: Development/Libraries
Requires: %{name}
%description devel
libcdio development package
%description devel -l de
libcdio Entwicklerpaket
%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 NEWS THANKS TODO
%{_bindir}/cdinfo_cdio
%{_libdir}/lib*.so.*
%{_libdir}/pkgconfig/libcdio.pc
%files devel
%defattr(-, root, root)
%doc ChangeLog COPYING README
%{_libdir}/lib*.so
%{_libdir}/*.a
%{_includedir}/cdio/*
%changelog
* Fri Apr 25 2003 Manfred Tremmel <Manfred.Tremmel@iiv.de>
- first spec file