automatic version update by autodist [release 3.34.0-1mamba;Wed Oct 30 2019]
This commit is contained in:
parent
1b24be8d73
commit
6b68dfae7e
52
cheese.spec
52
cheese.spec
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f 1-2)
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
Name: cheese
|
Name: cheese
|
||||||
Version: 3.32.1
|
Version: 3.34.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An application designed to take photos and videos with your webcam
|
Summary: An application designed to take photos and videos with your webcam
|
||||||
Group: Graphical Desktop/Applications/Multimedia
|
Group: Graphical Desktop/Applications/Multimedia
|
||||||
@ -111,18 +111,19 @@ This package contains static libraries and header files needed for development.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%meson
|
||||||
--disable-scrollkeeper \
|
|
||||||
--with-help-dir=%{_datadir}/gnome/help/cheese
|
|
||||||
|
|
||||||
%make \
|
#% configure \
|
||||||
GLIB_COMPILE_RESOURCES="glib-compile-resources"
|
# --disable-scrollkeeper \
|
||||||
|
# --with-help-dir=%{_datadir}/gnome/help/cheese
|
||||||
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name} --with-html
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -141,41 +142,54 @@ fi
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_sysconfdir}/gconf/schemas/cheese.schemas
|
|
||||||
%{_bindir}/cheese
|
%{_bindir}/cheese
|
||||||
%{_libdir}/libcheese.so.*
|
%{_libdir}/libcheese.so.*
|
||||||
%{_libdir}/libcheese-gtk.so.*
|
%{_libdir}/libcheese-gtk.so.*
|
||||||
#%{_libexecdir}/gnome-camera-service
|
%{_libdir}/girepository-1.0/Cheese-3.0.typelib
|
||||||
%{_datadir}/appdata/org.gnome.Cheese.appdata.xml
|
%{_datadir}/metainfo/org.gnome.Cheese.appdata.xml
|
||||||
%{_datadir}/applications/org.gnome.Cheese.desktop
|
%{_datadir}/applications/org.gnome.Cheese.desktop
|
||||||
#%{_datadir}/dbus-1/services/org.gnome.Camera.service
|
|
||||||
%{_datadir}/dbus-1/services/org.gnome.Cheese.service
|
%{_datadir}/dbus-1/services/org.gnome.Cheese.service
|
||||||
%dir %{_datadir}/gnome/help/cheese
|
|
||||||
%{_datadir}/gnome/help/cheese/*
|
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Cheese.svg
|
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Cheese.svg
|
||||||
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Cheese-symbolic.svg
|
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Cheese-symbolic.svg
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.Cheese.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.Cheese.gschema.xml
|
||||||
%{_mandir}/man1/cheese.1*
|
%{_mandir}/man1/cheese.1*
|
||||||
|
%{_datadir}/help/C/cheese
|
||||||
|
%lang(ca) %{_datadir}/help/ca/cheese/
|
||||||
|
%lang(cs) %{_datadir}/help/cs/cheese/
|
||||||
|
%lang(de) %{_datadir}/help/de/cheese/
|
||||||
|
%lang(el) %{_datadir}/help/el/cheese/
|
||||||
|
%lang(es) %{_datadir}/help/es/cheese/
|
||||||
|
%lang(fi) %{_datadir}/help/fi/cheese/
|
||||||
|
%lang(fr) %{_datadir}/help/fr/cheese/
|
||||||
|
%lang(gl) %{_datadir}/help/gl/cheese/
|
||||||
|
%lang(hu) %{_datadir}/help/hu/cheese/
|
||||||
|
%lang(id) %{_datadir}/help/id/cheese/
|
||||||
|
%lang(ko) %{_datadir}/help/ko/cheese/
|
||||||
|
%lang(nl) %{_datadir}/help/nl/cheese/
|
||||||
|
%lang(pl) %{_datadir}/help/pl/cheese/
|
||||||
|
%lang(pt_BR) %{_datadir}/help/pt_BR/cheese/
|
||||||
|
%lang(ru) %{_datadir}/help/ru/cheese/
|
||||||
|
%lang(sl) %{_datadir}/help/sl/cheese/
|
||||||
|
%lang(sv) %{_datadir}/help/sv/cheese/
|
||||||
|
%lang(zh_CN) %{_datadir}/help/zh_CN/cheese/
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/cheese
|
%dir %{_includedir}/cheese
|
||||||
%{_includedir}/cheese/*.h
|
%{_includedir}/cheese/*.h
|
||||||
#%{_libdir}/libcheese.a
|
|
||||||
%{_libdir}/libcheese.la
|
|
||||||
%{_libdir}/libcheese.so
|
%{_libdir}/libcheese.so
|
||||||
#%{_libdir}/libcheese-gtk.a
|
|
||||||
%{_libdir}/libcheese-gtk.la
|
|
||||||
%{_libdir}/libcheese-gtk.so
|
%{_libdir}/libcheese-gtk.so
|
||||||
%{_libdir}/pkgconfig/cheese.pc
|
%{_libdir}/pkgconfig/cheese.pc
|
||||||
%{_libdir}/pkgconfig/cheese-gtk.pc
|
%{_libdir}/pkgconfig/cheese-gtk.pc
|
||||||
%{_datadir}/gtk-doc/html/cheese/*
|
%{_datadir}/gtk-doc/html/cheese/*
|
||||||
%{_libdir}/girepository-1.0/Cheese-3.0.typelib
|
|
||||||
%{_datadir}/gir-1.0/Cheese-3.0.gir
|
%{_datadir}/gir-1.0/Cheese-3.0.gir
|
||||||
%doc ChangeLog README
|
%doc ChangeLog README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 30 2019 Automatic Build System <autodist@mambasoft.it> 3.34.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Apr 09 2019 Automatic Build System <autodist@mambasoft.it> 3.32.1-1mamba
|
* Tue Apr 09 2019 Automatic Build System <autodist@mambasoft.it> 3.32.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user