3.1.91.1
This commit is contained in:
parent
6a7c507cde
commit
5b5062baa6
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ cheese-2.31.1.tar.bz2
|
|||||||
/cheese-icons.tar.bz2
|
/cheese-icons.tar.bz2
|
||||||
/cheese-3.0.1.tar.bz2
|
/cheese-3.0.1.tar.bz2
|
||||||
/cheese-3.0.2.tar.xz
|
/cheese-3.0.2.tar.xz
|
||||||
|
/cheese-3.1.91.1.tar.xz
|
||||||
|
12
cheese.spec
12
cheese.spec
@ -1,14 +1,14 @@
|
|||||||
Name: cheese
|
Name: cheese
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 3.0.2
|
Version: 3.1.91.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Application for taking pictures and movies from a webcam
|
Summary: Application for taking pictures and movies from a webcam
|
||||||
|
|
||||||
Group: Amusements/Graphics
|
Group: Amusements/Graphics
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://projects.gnome.org/cheese/
|
URL: http://projects.gnome.org/cheese/
|
||||||
#VCS: git:git://git.gnome.org/cheese
|
#VCS: git:git://git.gnome.org/cheese
|
||||||
Source0: http://download.gnome.org/sources/cheese/3.0/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/cheese/3.1/%{name}-%{version}.tar.xz
|
||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=646770
|
# https://bugzilla.gnome.org/show_bug.cgi?id=646770
|
||||||
Source1: cheese-icons.tar.bz2
|
Source1: cheese-icons.tar.bz2
|
||||||
|
|
||||||
@ -114,7 +114,6 @@ fi
|
|||||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS COPYING README
|
||||||
%{_bindir}/cheese
|
%{_bindir}/cheese
|
||||||
%{_datadir}/applications/cheese.desktop
|
%{_datadir}/applications/cheese.desktop
|
||||||
@ -123,14 +122,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%{_datadir}/icons/hicolor/scalable/apps/cheese.svg
|
%{_datadir}/icons/hicolor/scalable/apps/cheese.svg
|
||||||
|
|
||||||
%files -f %{name}.lang libs
|
%files -f %{name}.lang libs
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/libcheese.so.*
|
%{_libdir}/libcheese.so.*
|
||||||
%{_libdir}/libcheese-gtk.so.*
|
%{_libdir}/libcheese-gtk.so.*
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.Cheese.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.Cheese.gschema.xml
|
||||||
%{_libdir}/girepository-1.0/Cheese-3.0.typelib
|
%{_libdir}/girepository-1.0/Cheese-3.0.typelib
|
||||||
|
|
||||||
%files libs-devel
|
%files libs-devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%{_libdir}/libcheese.so
|
%{_libdir}/libcheese.so
|
||||||
%{_libdir}/libcheese-gtk.so
|
%{_libdir}/libcheese-gtk.so
|
||||||
@ -141,6 +138,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%{_datadir}/gir-1.0/Cheese-3.0.gir
|
%{_datadir}/gir-1.0/Cheese-3.0.gir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 6 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.1.91.1-1
|
||||||
|
- Update to 3.1.91.1
|
||||||
|
|
||||||
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.0.2-2
|
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.0.2-2
|
||||||
- Rebuild
|
- Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user