automatic update by autodist [release 1.19-1mamba;Sun Jun 06 2021]

This commit is contained in:
Automatic Build System 2024-01-05 19:33:41 +01:00
parent e5d900dea1
commit d13c330427

View File

@ -1,11 +1,11 @@
Summary: An X Window System based tool for creating CDs
Name: xcdroast
Version: 0.98alpha16
Version: 1.19
Release: 1mamba
Group: Graphical Desktop/Applications/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Fabio Giani <fabio.giani@gmail.com>
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.xcdroast.org/
Source: http://downloads.sourceforge.net/project/xcdroast/xcdroast/%{version}/xcdroast-%{version}.tar.gz
Patch1: xcdroast-0.98alpha15-64bit_gsize.patch
@ -13,32 +13,38 @@ Patch2: xcdroast-0.98alpha15-conf.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libalsa-devel
BuildRequires: libatk-devel
BuildRequires: libcairo-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel
BuildRequires: libgtk-devel
BuildRequires: libgtk2-devel
BuildRequires: libharfbuzz-devel
BuildRequires: libpango-devel
## AUTOBUILDREQ-END
BuildRequires: libgdk-pixbuf-devel
BuildRoot: /var/tmp/%{name}-root
%description
X-CD-Roast provides a GUI interface for commands like cdrecord and mkisofs. X-CD-Roast includes a self-explanatory X11 user interface,
automatic SCSI and IDE hardware setup, support for mastering of new ISO9660 data CDs, support for production of new audio CDs, fast
copying of CDs without hard disk buffering, and a logfile option.
%debug_package
%prep
%setup -q
#%patch1 -p0 -b .64bit
#%patch2 -p1 -b .conf
%build
%configure --enable-gtk2
make PREFIX=%{_prefix} CC="gcc $RPM_OPT_FLAGS"
%configure \
--with-xcdroast-libdir-prefix=%{_libdir}/xcdroast
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
mkdir -p $RPM_BUILD_ROOT/{etc/{X11/applnk/Multimedia,pam.d,security/console.apps},usr/sbin}
%makeinstall
# Create the system menu entry
@ -50,7 +56,7 @@ Name=CD Writer
GenericName=CD creation tool
Comment=CD creation tool
Exec=xcdroast
Icon=%{_libdir}/xcdroast-0.98/icons/xcdricon.png
Icon=%{_libdir}/xcdroast/icons/xcdricon.png
Comment=Create a CD
Categories=Application;AudioVideo;
Type=Application
@ -65,13 +71,15 @@ EOF
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/*
%dir %{_libdir}/xcdroast-0.98
%{_libdir}/xcdroast-0.98/*
%dir %{_libdir}/xcdroast
%{_libdir}/xcdroast/*
%{_mandir}/man?/xcdroast*
%{_datadir}/applications/%{name}.desktop
#%doc ChangeLog doc/DOCUMENTATION doc/FAQ doc/README* doc/TRANSLATION.HOWTO
%changelog
* Sun Jun 06 2021 Automatic Build System <autodist@mambasoft.it> 1.19-1mamba
- automatic update by autodist
* Sun Aug 25 2013 Automatic Build System <autodist@mambasoft.it> 0.98alpha16-1mamba
- update to 0.98alpha16