automatic update by autodist [release 0.93-1mamba;Sun Oct 05 2014]
This commit is contained in:
parent
bb43941945
commit
737d96ce16
71
libcdio.spec
71
libcdio.spec
@ -1,5 +1,6 @@
|
|||||||
|
### AUTOUPDATE-OFF: 8 9
|
||||||
Name: libcdio
|
Name: libcdio
|
||||||
Version: 0.83
|
Version: 0.93
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Compact Disc Input and Control Library
|
Summary: Compact Disc Input and Control Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -9,10 +10,15 @@ Packager: Aleph0 <aleph0@openmamba.org>
|
|||||||
URL: http://savannah.gnu.org/projects/libcdio/
|
URL: http://savannah.gnu.org/projects/libcdio/
|
||||||
Source: http://ftp.gnu.org/gnu/libcdio/%{name}-%{version}.tar.gz
|
Source: http://ftp.gnu.org/gnu/libcdio/%{name}-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRequires: libncurses-devel
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
%if "%{stage1}" != "1"
|
%if "%{stage1}" != "1"
|
||||||
BuildRequires: libcddb-devel
|
BuildRequires: libcddb-devel
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libncurses-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
#BuildRequires: libvcdimager-devel
|
#BuildRequires: libvcdimager-devel
|
||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -29,6 +35,14 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
The Compact Disc Input and Control library encapsulates CD-ROM reading and control and can be used in applications wishing to be oblivious of the OS-and device-dependant properties of a CD-ROM.
|
The Compact Disc Input and Control library encapsulates CD-ROM reading and control and can be used in applications wishing to be oblivious of the OS-and device-dependant properties of a CD-ROM.
|
||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
|
%package tools
|
||||||
|
Group: Applications/Multimedia
|
||||||
|
Summary: Utility applications for %{name}
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description tools
|
||||||
|
This package contains utility applications for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -57,29 +71,14 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/cd-drive
|
|
||||||
%{_bindir}/cd-info
|
|
||||||
%{_bindir}/cd-paranoia
|
|
||||||
%{_bindir}/cd-read
|
|
||||||
%{_bindir}/cdda-player
|
|
||||||
%{_bindir}/iso-info
|
|
||||||
%{_bindir}/iso-read
|
|
||||||
%{_bindir}/mmc-tool
|
|
||||||
%{_libdir}/libcdio++.so.*
|
%{_libdir}/libcdio++.so.*
|
||||||
%{_libdir}/libcdio.so.*
|
%{_libdir}/libcdio.so.*
|
||||||
%{_libdir}/libcdio_cdda.so.*
|
#%{_libdir}/libcdio_cdda.so.*
|
||||||
%{_libdir}/libcdio_paranoia.so.*
|
#%{_libdir}/libcdio_paranoia.so.*
|
||||||
%{_libdir}/libiso9660++.so.*
|
%{_libdir}/libiso9660++.so.*
|
||||||
%{_libdir}/libiso9660.so.*
|
%{_libdir}/libiso9660.so.*
|
||||||
%{_libdir}/libudf.so.*
|
%{_libdir}/libudf.so.*
|
||||||
%{_mandir}/man1/cd-paranoia.*
|
%doc AUTHORS COPYING
|
||||||
%{_mandir}/man1/cd-drive.*
|
|
||||||
%{_mandir}/man1/cd-info.*
|
|
||||||
%{_mandir}/man1/cd-read.*
|
|
||||||
%{_mandir}/man1/iso-info.*
|
|
||||||
%{_mandir}/man1/iso-read.*
|
|
||||||
%{_mandir}/jp/man1/cd-paranoia.*
|
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README README.libcdio THANKS TODO
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -90,14 +89,42 @@ This package contains static libraries and header files need for development.
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/libcdio.pc
|
%{_libdir}/pkgconfig/libcdio.pc
|
||||||
%{_libdir}/pkgconfig/libcdio++.pc
|
%{_libdir}/pkgconfig/libcdio++.pc
|
||||||
%{_libdir}/pkgconfig/libcdio_cdda.pc
|
#%{_libdir}/pkgconfig/libcdio_cdda.pc
|
||||||
%{_libdir}/pkgconfig/libcdio_paranoia.pc
|
#%{_libdir}/pkgconfig/libcdio_paranoia.pc
|
||||||
%{_libdir}/pkgconfig/libiso9660.pc
|
%{_libdir}/pkgconfig/libiso9660.pc
|
||||||
%{_libdir}/pkgconfig/libiso9660++.pc
|
%{_libdir}/pkgconfig/libiso9660++.pc
|
||||||
%{_libdir}/pkgconfig/libudf.pc
|
%{_libdir}/pkgconfig/libudf.pc
|
||||||
%{_infodir}/libcdio.*
|
%{_infodir}/libcdio.*
|
||||||
|
%doc ChangeLog NEWS README README.libcdio THANKS TODO
|
||||||
|
|
||||||
|
%files tools
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/cd-drive
|
||||||
|
%{_bindir}/cd-info
|
||||||
|
#%{_bindir}/cd-paranoia
|
||||||
|
%{_bindir}/cd-read
|
||||||
|
%{_bindir}/cdda-player
|
||||||
|
%{_bindir}/iso-info
|
||||||
|
%{_bindir}/iso-read
|
||||||
|
%{_bindir}/mmc-tool
|
||||||
|
#%{_mandir}/man1/cd-paranoia.*
|
||||||
|
#%{_mandir}/jp/man1/cd-paranoia.*
|
||||||
|
%{_mandir}/man1/cd-drive.*
|
||||||
|
%{_mandir}/man1/cd-info.*
|
||||||
|
%{_mandir}/man1/cd-read.*
|
||||||
|
%{_mandir}/man1/iso-info.*
|
||||||
|
%{_mandir}/man1/iso-read.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 05 2014 Automatic Build System <autodist@mambasoft.it> 0.93-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Fri Dec 20 2013 Automatic Build System <autodist@mambasoft.it> 0.92-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Fri Jan 18 2013 Automatic Build System <autodist@mambasoft.it> 0.90-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Oct 27 2011 Automatic Build System <autodist@mambasoft.it> 0.83-1mamba
|
* Thu Oct 27 2011 Automatic Build System <autodist@mambasoft.it> 0.83-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user