65 lines
2.0 KiB
RPMSpec
65 lines
2.0 KiB
RPMSpec
Name: silicon
|
|
Version: 1.8.1
|
|
Release: 2mamba
|
|
Summary: Silicon Empire is set of tools to Burn, Copy, Backup, Manage and more, your optical discs like CDs, DVDs and Blu-Rays
|
|
Group: Graphical Desktop/Applications/Utilities
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
|
URL: http://getsilicon.org/
|
|
Source: http://getsilicon.org/download/silicon-%{version}-src.tar.gz
|
|
Patch0: silicon-1.8.1-gcc-5.3.patch
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libphonon-devel
|
|
BuildRequires: libqt4-devel
|
|
BuildRequires: libQtDeclarative
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: libtag-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libtag-devel >= 1.9.1
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%debug_package
|
|
|
|
%description
|
|
Silicon Empire is set of tools to Burn, Copy, Backup, Manage and … your optical discs like CDs, DVDs and Blu-Rays. When you start working with silicon Empire Just feels everything done easily and quickly with high quality. You Burn, Copy, Mount and … your discs in few clicks and short time
|
|
|
|
%prep
|
|
%setup -q -n %{name}-%{version}-src
|
|
%patch0 -p1
|
|
|
|
%build
|
|
%cmake -d build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall -C build
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/silicon
|
|
%{_bindir}/silicon_rootmount
|
|
%{_libdir}/*.so
|
|
%{_libdir}/silicon/apps/*.so
|
|
%{_libdir}/silicon/plugins/*.so
|
|
%{_datadir}/applications/silicon.desktop
|
|
%{_datadir}/pixmaps/silicon.png
|
|
%{_datadir}/silicon/languages/*.qm
|
|
%{_datadir}/silicon/themes/*/*.png
|
|
%{_datadir}/silicon/themes/*/theme.css
|
|
%doc COPYING COPYING.LESSER
|
|
|
|
%changelog
|
|
* Tue Dec 29 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-2mamba
|
|
- mass rebuild with libtag 1.9.1
|
|
|
|
* Sun Apr 29 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.8.1-1mamba
|
|
- package created by autospec
|