239 lines
8.2 KiB
RPMSpec
239 lines
8.2 KiB
RPMSpec
%define majver %(echo %version | cut -d. -f 1-2)
|
|
Name: brasero
|
|
Version: 3.12.3
|
|
Release: 2mamba
|
|
Summary: A GNOME based aapplication to burn CD/DVD
|
|
Group: Graphical Desktop/Applications/Multimedia
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://wiki.gnome.org/Apps
|
|
Source: https://download.gnome.org/sources/brasero/%{majver}/brasero-%{version}.tar.xz
|
|
Patch0: brasero-0.6.1-SG_FLAG_LUN_INHIBIT.patch
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libICE-devel
|
|
BuildRequires: libSM-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXdmcp-devel
|
|
BuildRequires: libat-spi2-core-devel
|
|
BuildRequires: libblkid-devel
|
|
BuildRequires: libbrotli-devel
|
|
BuildRequires: libbzip2-devel
|
|
BuildRequires: libcairo-devel
|
|
BuildRequires: libcanberra-devel
|
|
BuildRequires: libfreetype-devel
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libgraphite2-devel
|
|
BuildRequires: libgst-plugins-base-devel
|
|
BuildRequires: libgstreamer-devel
|
|
BuildRequires: libgtk3-devel
|
|
BuildRequires: libharfbuzz-devel
|
|
BuildRequires: libmount-devel
|
|
BuildRequires: libnotify-devel
|
|
BuildRequires: libogg-devel
|
|
BuildRequires: libpango-devel
|
|
BuildRequires: libpcre-devel
|
|
BuildRequires: libselinux-devel
|
|
BuildRequires: libsepol-devel
|
|
BuildRequires: libtdb-devel
|
|
BuildRequires: libtotem-pl-parser-devel
|
|
BuildRequires: libtracker-devel
|
|
BuildRequires: libuuid-devel
|
|
BuildRequires: libvorbis-devel
|
|
BuildRequires: libxcb-devel
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: libz-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libtotem-pl-parser-devel >= 3.10
|
|
BuildRequires: libtracker-devel >= 3.1.1
|
|
BuildRequires: libgmime-devel >= 3.2.7
|
|
|
|
%description
|
|
Brasero is an application to burn CD/DVD for the Gnome Desktop. It is designed to be as simple as possible and has some unique features to enable users to create their discs easily and quickly.
|
|
|
|
%package devel
|
|
Summary: Devel package for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
Brasero is an application to burn CD/DVD for the Gnome Desktop. It is designed to be as simple as possible and has some unique features to enable users to create their discs easily and quickly.
|
|
This package contains static libraries and header files needed for development.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
#%patch0 -p1
|
|
|
|
%build
|
|
%configure \
|
|
--disable-scrollkeeper \
|
|
--disable-nautilus
|
|
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%find_lang %{name}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/brasero
|
|
%{_libdir}/libbrasero-burn3.so.*
|
|
%{_libdir}/libbrasero-media3.so.*
|
|
%{_libdir}/libbrasero-utils3.so.*
|
|
%{_libdir}/brasero3/plugins/libbrasero-*.so
|
|
#%{_libdir}/nautilus/extensions-*/libnautilus-brasero-extension.so
|
|
%{_libdir}/girepository-1.0/Brasero*.typelib
|
|
%{_datadir}/metainfo/brasero.appdata.xml
|
|
%{_datadir}/applications/brasero.desktop
|
|
#%{_datadir}/applications/brasero-nautilus.desktop
|
|
%{_datadir}/brasero/icons/hicolor/*/actions/*.png
|
|
%{_datadir}/brasero/icons/hicolor/scalable/actions/*.svg
|
|
%{_datadir}/brasero/icons/hicolor/*/status/brasero*.png
|
|
%{_datadir}/brasero/icons/hicolor/scalable/status/*.svg
|
|
%{_datadir}/icons/hicolor/scalable/apps/brasero-symbolic.svg
|
|
%{_datadir}/GConf/gsettings/brasero.convert
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.brasero.gschema.xml
|
|
%dir %{_datadir}/help/*/brasero
|
|
%{_datadir}/help/*/brasero/*
|
|
%{_datadir}/icons/hicolor/*/apps/brasero.png
|
|
%{_datadir}/mime/packages/brasero.xml
|
|
%{_mandir}/man1/brasero.1*
|
|
%doc AUTHORS COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/brasero3
|
|
%{_includedir}/brasero3/*.h
|
|
%{_libdir}/libbrasero-burn3.so
|
|
%{_libdir}/libbrasero-media3.so
|
|
%{_libdir}/libbrasero-utils3.so
|
|
%{_datadir}/gir-1.0/Brasero*.gir
|
|
%{_datadir}/gtk-doc/html/libbrasero-burn/*
|
|
%{_datadir}/gtk-doc/html/libbrasero-media/*
|
|
%{_libdir}/pkgconfig/libbrasero-burn3.pc
|
|
%{_libdir}/pkgconfig/libbrasero-media3.pc
|
|
%doc ChangeLog NEWS README
|
|
|
|
%changelog
|
|
* Fri Nov 11 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.12.3-2mamba
|
|
- rebuilt with nautilus 43.0
|
|
|
|
* Tue Oct 05 2021 Automatic Build System <autodist@mambasoft.it> 3.12.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat May 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.12.2-4mamba
|
|
- rebuilt with libtracker 3.1.1
|
|
|
|
* Sun Feb 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.12.2-3mamba
|
|
- rebuilt with libgmime 3.2.7
|
|
|
|
* Wed Sep 19 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 3.12.2-2mamba
|
|
- rebuilt with libtracker 2.1.2
|
|
|
|
* Tue Aug 01 2017 Automatic Build System <autodist@mambasoft.it> 3.12.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Aug 02 2015 Automatic Build System <autodist@mambasoft.it> 3.12.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Nov 14 2014 Automatic Build System <autodist@mambasoft.it> 3.12.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Sep 21 2014 Automatic Build System <autodist@mambasoft.it> 3.11.4-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun Mar 30 2014 Automatic Build System <autodist@mambasoft.it> 3.11.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Nov 25 2013 Automatic Build System <autodist@mambasoft.it> 3.10.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 06 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 3.8.0-3mamba
|
|
- rebuilt with libtotem-pl-parser 3.10
|
|
|
|
* Sun Apr 14 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 3.8.0-2mamba
|
|
- rebuilt with tracker 0.16
|
|
|
|
* Wed Mar 27 2013 Automatic Build System <autodist@mambasoft.it> 3.8.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Nov 12 2012 Automatic Build System <autodist@mambasoft.it> 3.6.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 05 2012 Automatic Build System <autodist@mambasoft.it> 3.6.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 16 2012 Automatic Build System <autodist@mambasoft.it> 3.4.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Mar 29 2012 Automatic Build System <autodist@mambasoft.it> 3.4.0-1mamba
|
|
- update to 3.4.0
|
|
|
|
* Mon Oct 10 2011 Automatic Build System <autodist@mambasoft.it> 3.2.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Apr 26 2011 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Nov 15 2010 Automatic Build System <autodist@mambasoft.it> 2.32.1-1mamba
|
|
- automatic update to 2.32.1 by autodist
|
|
|
|
* Tue Oct 12 2010 Automatic Build System <autodist@mambasoft.it> 2.32.0-1mamba
|
|
- automatic update to 2.32.0 by autodist
|
|
|
|
* Tue Jun 22 2010 Automatic Build System <autodist@mambasoft.it> 2.30.2-1mamba
|
|
- automatic update to 2.30.2 by autodist
|
|
|
|
* Sat May 22 2010 Automatic Build System <autodist@mambasoft.it> 2.30.1-1mamba
|
|
- automatic update to 2.30.1 by autodist
|
|
|
|
* Wed Dec 23 2009 Automatic Build System <autodist@mambasoft.it> 2.28.3-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue Oct 27 2009 Automatic Build System <autodist@mambasoft.it> 2.28.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun Oct 18 2009 Automatic Build System <autodist@mambasoft.it> 2.28.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Sep 25 2009 Automatic Build System <autodist@mambasoft.it> 2.28.0-1mamba
|
|
- automatic update to 2.28.0 by autodist
|
|
|
|
* Sat Jul 04 2009 Automatic Build System <autodist@mambasoft.it> 2.26.3-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Jun 24 2009 Automatic Build System <autodist@mambasoft.it> 2.26.2-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Fri Jun 12 2009 Automatic Build System <autodist@mambasoft.it> 2.26.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat May 09 2009 Automatic Build System <autodist@mambasoft.it> 2.26.1-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Sat Apr 18 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.26.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Apr 03 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.26.0-1mamba
|
|
- automatic update to 2.26.0 by autodist
|
|
|
|
* Fri Jan 09 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.4-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue Dec 02 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.3-1mamba
|
|
- update to 0.8.3
|
|
|
|
* Wed Dec 26 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.1-1mamba
|
|
- package created by autospec
|