- Updated to 0.76.
- Included doxygen generated documentation into -devel - Included examples into -devel
This commit is contained in:
parent
fd666347b4
commit
354ca80b52
@ -1,2 +1,2 @@
|
|||||||
libcdio-0.75.tar.gz
|
libcdio-0.76.tar.gz
|
||||||
libcdio-0.75.tar.gz.sig
|
libcdio-0.76.tar.gz.sig
|
||||||
|
24
libcdio.spec
24
libcdio.spec
@ -1,17 +1,17 @@
|
|||||||
Name: libcdio
|
Name: libcdio
|
||||||
Version: 0.75
|
Version: 0.76
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: CD-ROM input and control library
|
Summary: CD-ROM input and control library
|
||||||
|
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://www.gnu.org/software/libcdio/
|
URL: http://www.gnu.org/software/libcdio/
|
||||||
Source0: http://ftp.gnu.org/gnu/libcdio/libcdio-0.75.tar.gz
|
Source0: http://ftp.gnu.org/gnu/libcdio/libcdio-0.76.tar.gz
|
||||||
Source1: http://ftp.gnu.org/gnu/libcdio/libcdio-0.75.tar.gz.sig
|
Source1: http://ftp.gnu.org/gnu/libcdio/libcdio-0.76.tar.gz.sig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
#BuildRequires: libcddb-devel >= 0.9.4
|
#BuildRequires: libcddb-devel >= 0.9.4
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig doxygen
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
Requires(post): /sbin/ldconfig
|
Requires(post): /sbin/ldconfig
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
@ -45,6 +45,8 @@ iconv -f euc-jp -t utf-8 -o $f.utf8 $f && mv $f.utf8 $f
|
|||||||
--disable-cddb \
|
--disable-cddb \
|
||||||
--disable-rpath
|
--disable-rpath
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
cd doc/doxygen
|
||||||
|
./run_doxygen
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -56,8 +58,14 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
|||||||
|
|
||||||
mv $RPM_BUILD_ROOT%{_mandir}/{jp,ja}
|
mv $RPM_BUILD_ROOT%{_mandir}/{jp,ja}
|
||||||
|
|
||||||
|
rm -rf examples
|
||||||
|
mkdir -p examples/C++
|
||||||
|
cp -a example/{*.c,README} examples
|
||||||
|
cp -a example/C++/{*.cpp,README} examples/C++
|
||||||
|
|
||||||
|
|
||||||
%check || :
|
%check || :
|
||||||
|
# disable test using local CDROM
|
||||||
%{__sed} -i -e "s/am__EXEEXT_1 =.*$/am__EXEEXT_1 =/g" test/Makefile
|
%{__sed} -i -e "s/am__EXEEXT_1 =.*$/am__EXEEXT_1 =/g" test/Makefile
|
||||||
make check
|
make check
|
||||||
|
|
||||||
@ -91,6 +99,7 @@ fi
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
%doc doc/doxygen/html examples
|
||||||
%{_includedir}/cdio
|
%{_includedir}/cdio
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
@ -98,6 +107,11 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 26 2005 Adrian Reber <adrian@lisas.de> - 0.76-1
|
||||||
|
- Updated to 0.76.
|
||||||
|
- Included doxygen generated documentation into -devel
|
||||||
|
- Included examples into -devel
|
||||||
|
|
||||||
* Mon Aug 01 2005 Adrian Reber <adrian@lisas.de> - 0.75-4
|
* Mon Aug 01 2005 Adrian Reber <adrian@lisas.de> - 0.75-4
|
||||||
- disable test accessing local CDROM drive (#164266)
|
- disable test accessing local CDROM drive (#164266)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user