2004-11-08 04:41:39 +00:00
|
|
|
Name: libcdio
|
2005-07-15 06:30:22 +00:00
|
|
|
Version: 0.75
|
2005-08-01 18:19:28 +00:00
|
|
|
Release: 4%{?dist}
|
2005-03-03 22:41:31 +00:00
|
|
|
Summary: CD-ROM input and control library
|
2004-11-08 04:41:39 +00:00
|
|
|
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
License: GPL
|
|
|
|
URL: http://www.gnu.org/software/libcdio/
|
2005-07-15 06:30:22 +00:00
|
|
|
Source0: http://ftp.gnu.org/gnu/libcdio/libcdio-0.75.tar.gz
|
|
|
|
Source1: http://ftp.gnu.org/gnu/libcdio/libcdio-0.75.tar.gz.sig
|
2004-11-08 04:41:39 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
2005-08-01 18:19:28 +00:00
|
|
|
#BuildRequires: libcddb-devel >= 0.9.4
|
2004-11-08 04:41:39 +00:00
|
|
|
BuildRequires: pkgconfig
|
2005-04-24 18:44:00 +00:00
|
|
|
BuildRequires: ncurses-devel
|
2004-11-08 04:41:39 +00:00
|
|
|
Requires(post): /sbin/ldconfig
|
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
Requires(preun): /sbin/install-info
|
|
|
|
|
|
|
|
%description
|
|
|
|
This library provides an interface for CD-ROM access. It can be used
|
|
|
|
by applications that need OS- and device-independent access to CD-ROM
|
|
|
|
devices.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Header files and static libraries for %{name}
|
|
|
|
Group: Development/Libraries
|
2005-03-03 22:41:31 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2004-11-08 04:41:39 +00:00
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains header files and static libraries for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2005-04-24 18:44:00 +00:00
|
|
|
f=src/cd-paranoia/doc/jp/cd-paranoia.1.in
|
|
|
|
iconv -f euc-jp -t utf-8 -o $f.utf8 $f && mv $f.utf8 $f
|
2004-11-08 04:41:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2005-08-01 18:19:28 +00:00
|
|
|
%configure \
|
|
|
|
--disable-vcd-info \
|
|
|
|
--disable-dependency-tracking \
|
|
|
|
--disable-cddb \
|
|
|
|
--disable-rpath
|
2005-04-24 17:31:21 +00:00
|
|
|
make %{_smp_mflags}
|
2004-11-08 04:41:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
|
|
|
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
|
|
|
|
2005-04-24 18:44:00 +00:00
|
|
|
mv $RPM_BUILD_ROOT%{_mandir}/{jp,ja}
|
|
|
|
|
|
|
|
|
|
|
|
%check || :
|
2005-08-01 18:19:28 +00:00
|
|
|
%{__sed} -i -e "s/am__EXEEXT_1 =.*$/am__EXEEXT_1 =/g" test/Makefile
|
2005-04-24 18:44:00 +00:00
|
|
|
make check
|
2005-04-24 17:31:21 +00:00
|
|
|
|
2004-11-08 04:41:39 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
|
|
|
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir 2>/dev/null || :
|
|
|
|
|
|
|
|
%preun
|
|
|
|
if [ $1 = 0 ]; then
|
2005-08-01 18:19:28 +00:00
|
|
|
/sbin/install-info --delete %{_infodir}/%{name}.info \
|
|
|
|
%{_infodir}/dir 2>/dev/null || :
|
2004-11-08 04:41:39 +00:00
|
|
|
fi
|
|
|
|
|
2005-04-24 18:44:00 +00:00
|
|
|
%postun -p /sbin/ldconfig
|
2004-11-08 04:41:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc AUTHORS COPYING NEWS README README.libcdio THANKS TODO
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
%{_infodir}/*
|
2005-04-24 17:31:21 +00:00
|
|
|
%{_mandir}/man1/*
|
2005-04-24 18:44:00 +00:00
|
|
|
%lang(ja) %{_mandir}/ja/man1/*
|
2004-11-08 04:41:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_includedir}/cdio
|
|
|
|
%{_libdir}/*.a
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2005-08-01 18:19:28 +00:00
|
|
|
* Mon Aug 01 2005 Adrian Reber <adrian@lisas.de> - 0.75-4
|
|
|
|
- disable test accessing local CDROM drive (#164266)
|
|
|
|
|
|
|
|
* Wed Jul 27 2005 Adrian Reber <adrian@lisas.de> - 0.75-3
|
|
|
|
- Rebuilt without libcddb dependency (#164270)
|
|
|
|
|
2005-07-26 11:56:22 +00:00
|
|
|
* Tue Jul 26 2005 Adrian Reber <adrian@lisas.de> - 0.75-2
|
|
|
|
- Rebuilt
|
|
|
|
|
2005-07-15 06:30:22 +00:00
|
|
|
* Thu Jul 14 2005 Adrian Reber <adrian@lisas.de> - 0.75-1
|
|
|
|
- Updated to 0.75.
|
|
|
|
|
2005-06-05 10:49:18 +00:00
|
|
|
* Fri Jun 03 2005 Adrian Reber <adrian@lisas.de> - 0.74-2
|
2005-06-05 10:27:25 +00:00
|
|
|
- Updated to 0.74.
|
|
|
|
|
2005-04-24 18:44:00 +00:00
|
|
|
* Sun Apr 24 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.73-2
|
|
|
|
- BuildRequire ncurses-devel (for cdda-player and cd-paranoia).
|
|
|
|
- Run test suite during build.
|
|
|
|
- Install Japanese man pages.
|
|
|
|
|
2005-04-24 17:31:21 +00:00
|
|
|
* Sun Apr 24 2005 Adrian Reber <adrian@lisas.de> - 0.73-1
|
|
|
|
- Updated to 0.73.
|
|
|
|
|
2005-03-18 14:02:21 +00:00
|
|
|
* Fri Mar 18 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.70-2
|
|
|
|
- Fix FC4 build (#151468).
|
|
|
|
- Build with dependency tracking disabled.
|
|
|
|
|
2004-11-08 04:42:57 +00:00
|
|
|
* Sun Sep 5 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.70-0.fdr.1
|
|
|
|
- Updated to 0.70.
|
|
|
|
|
2004-11-08 04:41:39 +00:00
|
|
|
* Sat Jul 17 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.69-0.fdr.1
|
|
|
|
- Updated to 0.69.
|
|
|
|
- Removed broken iso-read.
|
|
|
|
- Split Requires(pre,post).
|
|
|
|
- Added BuildReq pkgconfig.
|
|
|
|
|
|
|
|
* Mon Mar 29 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.68-0.fdr.1
|
|
|
|
- Initial RPM release.
|
|
|
|
|