This commit is contained in:
Matthias Clasen 2011-09-06 18:51:15 -04:00
parent 6a7c507cde
commit 5b5062baa6
3 changed files with 8 additions and 7 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ cheese-2.31.1.tar.bz2
/cheese-icons.tar.bz2
/cheese-3.0.1.tar.bz2
/cheese-3.0.2.tar.xz
/cheese-3.1.91.1.tar.xz

View File

@ -1,14 +1,14 @@
Name: cheese
Epoch: 1
Version: 3.0.2
Release: 2%{?dist}
Version: 3.1.91.1
Release: 1%{?dist}
Summary: Application for taking pictures and movies from a webcam
Group: Amusements/Graphics
License: GPLv2+
URL: http://projects.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
Source1: cheese-icons.tar.bz2
@ -114,7 +114,6 @@ fi
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_bindir}/cheese
%{_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
%files -f %{name}.lang libs
%defattr(-,root,root,-)
%{_libdir}/libcheese.so.*
%{_libdir}/libcheese-gtk.so.*
%{_datadir}/glib-2.0/schemas/org.gnome.Cheese.gschema.xml
%{_libdir}/girepository-1.0/Cheese-3.0.typelib
%files libs-devel
%defattr(-,root,root,-)
%doc COPYING
%{_libdir}/libcheese.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
%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
- Rebuild

View File

@ -1,2 +1,2 @@
e60460a610545693e9f985c61d80261d cheese-3.0.2.tar.xz
dfef958125c8a0f0e04ab4800d83b63e cheese-3.1.91.1.tar.xz
4e0d46879d131c816994945cafdc1f7f cheese-icons.tar.bz2