automatic version update by autodist [release 1.2.5-1mamba;Wed Feb 08 2023]
This commit is contained in:
parent
8a866ffc00
commit
e3dd8c554c
41
cdrdao.spec
41
cdrdao.spec
@ -1,14 +1,14 @@
|
||||
%define with_gui 0
|
||||
%define with_gui 1
|
||||
|
||||
Name: cdrdao
|
||||
Version: 1.2.4
|
||||
Version: 1.2.5
|
||||
Release: 1mamba
|
||||
Summary: Cdrdao records audio or data CD-Rs in disk-at-once (DAO) mode
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://cdrdao.sourceforge.net/
|
||||
URL: https://cdrdao.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/cdrdao/cdrdao-%{version}.tar.bz2
|
||||
Patch0: %{name}-1.2.3-gcc44.patch
|
||||
Patch1: %{name}-1.2.2-glibc210_fixes-1.patch
|
||||
@ -16,10 +16,22 @@ License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libao-devel
|
||||
BuildRequires: libat-spi2-core-devel
|
||||
BuildRequires: libatkmm1-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libcairomm10-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libglibmm24-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libgtkmm3-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: liblame-devel
|
||||
BuildRequires: libmad-devel
|
||||
BuildRequires: libogg-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpangomm1-devel
|
||||
BuildRequires: libsigc++2-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libvorbis-devel
|
||||
## AUTOBUILDREQ-END
|
||||
@ -37,7 +49,6 @@ BuildRequires: libglade-devel
|
||||
BuildRequires: libgnomeui-devel
|
||||
BuildRequires: libbonoboui-devel
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Cdrdao records audio or data CD-Rs in disk-at-once (DAO) mode based on a textual description of the CD contents.
|
||||
@ -52,6 +63,8 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Gnome frontend for cdrdao.
|
||||
%endif
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
@ -72,7 +85,7 @@ export PKG_CONFIG=%{_bindir}/pkg-config
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
%makeoldinstall
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
@ -87,17 +100,27 @@ export PKG_CONFIG=%{_bindir}/pkg-config
|
||||
%dir %{_datadir}/cdrdao
|
||||
%{_datadir}/cdrdao/drivers
|
||||
%{_mandir}/man1/*
|
||||
%doc COPYING CREDITS README
|
||||
%doc COPYING CREDITS
|
||||
|
||||
%if %with_gui
|
||||
%files gcdmaster
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/gcdmaster
|
||||
%{_datadir}/applications/gcdmaster.desktop
|
||||
%{_datadir}/pixmaps/gcdmaster.png
|
||||
%{_datadir}/application-registry/gcdmaster.applications
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.gcdmaster.gschema.xml
|
||||
%dir %{_datadir}/gcdmaster
|
||||
%dir %{_datadir}/gcdmaster/glade
|
||||
%{_datadir}/gcdmaster/glade/*.glade
|
||||
%{_datadir}/mime-info/gcdmaster.*
|
||||
%{_datadir}/mime/packages/gcdmaster.xml
|
||||
%{_datadir}/pixmaps/gcdmaster*.png
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 08 2023 Automatic Build System <autodist@mambasoft.it> 1.2.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 14 2018 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
@ -132,5 +155,5 @@ export PKG_CONFIG=%{_bindir}/pkg-config
|
||||
* Wed Oct 29 2003 Davide Madrisan <davide.madrisan@qilinux.it> 1.1.7-2qilnx
|
||||
- modified group from "cdwriter" to "cdrecording"
|
||||
|
||||
* Thu Jul 11 2003 Silvan Calarco <silvan.calarco@qinet.it> 1.1.7-1qilnx
|
||||
* Fri Jul 11 2003 Silvan Calarco <silvan.calarco@qinet.it> 1.1.7-1qilnx
|
||||
- first build for cdrdao
|
||||
|
Loading…
Reference in New Issue
Block a user