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