File cheese.spec of Package cheese
# norootforbuild
Name: cheese
Summary: Cheese is a fun webcam application
Version: 0.2.4
Release: 18.1
License: GPL
Group: Productivity/Multimedia/Other
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/build-root-%{name}
Url: http://live.gnome.org/Cheese
BuildRequires: cairo-devel dbus-1-devel evolution-data-server-devel fdupes gcc-c++ glib2-devel gnome-vfs2-devel gstreamer010-devel gstreamer010-plugins-base-devel gtk2-devel libglade2-devel libgnomeui-devel pkg-config python-gobject2 update-desktop-files
Requires: %{name}-lang = %{version}
%description
Cheese is a Photobooth-inspired GNOME application for taking pictures and videos from a webcam. It also includes fancy graphical effects based on the gstreamer-backend.
%lang_package
%debug_package
%prep
%setup -q
%build
%configure
%__make %{?jobs:-j%jobs}
%install
%makeinstall
chmod -x COPYING
%find_lang %{name}
%fdupes -s $RPM_BUILD_ROOT
%suse_update_desktop_file -N "Cheese" %name Multimedia WebCam
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,0755)
%doc AUTHORS README TODO COPYING INSTALL ChangeLog
%{_bindir}/cheese
%{_datadir}/applications/cheese.desktop
%{_datadir}/cheese
%{_datadir}/icons/hicolor/16x16/apps/cheese.png
%{_datadir}/icons/hicolor/22x22/apps/cheese.png
%{_datadir}/icons/hicolor/24x24/apps/cheese.png
%{_datadir}/icons/hicolor/32x32/apps/cheese.png
%{_datadir}/icons/hicolor/48x48/apps/cheese.png
%{_datadir}/icons/hicolor/scalable/apps/cheese.svg
%files lang -f %{name}.lang
%changelog
* Fri Nov 30 2007 - andrew@forcev.net
- Cleanup of spec file to comply with openSUSE GNOME packaging guidelines
* Wed Sep 26 2007 - andrew@forcev.net
- Initial build for openSUSE 10.3