diff --git a/cheese.spec b/cheese.spec index 48b2233..e470278 100644 --- a/cheese.spec +++ b/cheese.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f 1-2) Name: cheese -Version: 3.18.1 +Version: 3.20.2 Release: 1mamba Summary: An application designed to take photos and videos with your webcam Group: Graphical Desktop/Applications/Multimedia @@ -97,7 +97,10 @@ This package contains static libraries and header files needed for development. --disable-scrollkeeper \ --with-help-dir=%{_datadir}/gnome/help/cheese -%make +%make \ + GLIB_COMPILE_RESOURCES="valgrind glib-compile-resources" + +# FIXME: 3.20.1: glib-compile-resources blocks. Running with valgrind is just a lucky workaround %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -133,16 +136,16 @@ fi %{_datadir}/dbus-1/services/org.gnome.Cheese.service %dir %{_datadir}/gnome/help/cheese %{_datadir}/gnome/help/cheese/* -%{_datadir}/icons/hicolor/*/apps/cheese.png -%{_datadir}/icons/hicolor/symbolic/apps/cheese-symbolic.svg +%{_datadir}/icons/hicolor/*/apps/org.gnome.Cheese.png +%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Cheese-symbolic.svg %{_datadir}/glib-2.0/schemas/org.gnome.Cheese.gschema.xml %{_mandir}/man1/cheese.1* %doc AUTHORS COPYING %files devel %defattr(-,root,root) -%{_includedir}/cheese/cheese.h -%{_includedir}/cheese/cheese-*h +%dir %{_includedir}/cheese +%{_includedir}/cheese/*.h #%{_libdir}/libcheese.a %{_libdir}/libcheese.la %{_libdir}/libcheese.so @@ -157,6 +160,12 @@ fi %doc ChangeLog README %changelog +* Wed May 11 2016 Automatic Build System 3.20.2-1mamba +- automatic version update by autodist + +* Tue May 10 2016 Automatic Build System 3.20.1-1mamba +- automatic version update by autodist + * Sat Nov 28 2015 Automatic Build System 3.18.1-1mamba - automatic version update by autodist