99 lines
2.9 KiB
RPMSpec
99 lines
2.9 KiB
RPMSpec
Summary: An X Window System based tool for creating CDs
|
|
Name: xcdroast
|
|
Version: 1.19
|
|
Release: 1mamba
|
|
Group: Graphical Desktop/Applications/Multimedia
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
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
|
|
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: libgtk2-devel
|
|
BuildRequires: libharfbuzz-devel
|
|
BuildRequires: libpango-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%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 \
|
|
--with-xcdroast-libdir-prefix=%{_libdir}/xcdroast
|
|
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
# Create the system menu entry
|
|
mkdir -p %{buildroot}%{_datadir}/applications
|
|
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
|
|
[Desktop Entry]
|
|
Encoding=UTF-8
|
|
Name=CD Writer
|
|
GenericName=CD creation tool
|
|
Comment=CD creation tool
|
|
Exec=xcdroast
|
|
Icon=%{_libdir}/xcdroast/icons/xcdricon.png
|
|
Comment=Create a CD
|
|
Categories=Application;AudioVideo;
|
|
Type=Application
|
|
Terminal=false
|
|
EOF
|
|
|
|
%find_lang %name
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/*
|
|
%dir %{_libdir}/xcdroast
|
|
%{_libdir}/xcdroast/*
|
|
%{_mandir}/man?/xcdroast*
|
|
%{_datadir}/applications/%{name}.desktop
|
|
|
|
%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
|
|
|
|
* Sun Aug 25 2013 Automatic Build System <autodist@mambasoft.it> 0.9.8a16-1mamba
|
|
- update to 0.9.8a16
|
|
|
|
* Sun Aug 25 2013 Automatic Build System <autodist@mambasoft.it> 0.98a15-4mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Sun Jun 22 2008 Fabio Giani <fabio.giani@gmail.com> 0.98a15-3mamba
|
|
- update system menu, buildrequirements, Vendor, Distribution and Packager
|
|
|
|
* Tue Jun 21 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.98a15-2qilnx
|
|
- rebuild and moved from devel-contrib repository to devel repository
|
|
|
|
* Thu Sep 23 2004 Matteo Bernasconi <voyagernm@virgilio.it> 0.98a15-1qilnx
|
|
- First Build |