%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} Name: sugar-record Version: 92 Release: 1%{?dist} Summary: Recording tool for Sugar Group: Sugar/Activities License: MIT URL: http://wiki.laptop.org/go/Record Source0: http://mirrors.ibiblio.org/pub/mirrors/sugar/activities/4081/record-%{version}.xo BuildArch: noarch BuildRequires: gettext BuildRequires: sugar-toolkit Requires: sugar Requires: gstreamer-plugins-good %description Record is the basic rich-media capture activity for the laptop. It lets you capture still images, video, and/or audio. It has a simple interface and works in both laptop and ebook mode. An interface for sharing pictures among multi XOs during a picture-taking session is a hallmark of the Record activity %prep %setup -q -n Record.activity %build %{__python} setup.py build %install python ./setup.py install --prefix=%{buildroot}/%{_prefix} %find_lang org.laptop.RecordActivity %files -f org.laptop.RecordActivity.lang %defattr(-,root,root,-) %doc COPYING NEWS %{sugaractivitydir}/Record.activity/ %changelog * Mon Jun 13 2011 Peter Robinson - 92-1 - New upstream 92 release * Sat May 21 2011 Peter Robinson - 91-1 - New upstream 91 release * Sat May 7 2011 Peter Robinson - 90-1 - New upstream 90 release * Mon Apr 4 2011 Peter Robinson - 87-1 - New upstream 87 release * Wed Feb 09 2011 Fedora Release Engineering - 66-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Aug 11 2010 David Malcolm - 66-4 - recompiling .py files against Python 2.7 (rhbz#623385) * Tue Apr 20 2010 Peter Robinson - 66-3 - fix launch script * Thu Apr 8 2010 Peter Robinson - 66-2 - fix build * Thu Apr 8 2010 Peter Robinson - 66-1 - New upstream 66 release * Sat Apr 3 2010 Peter Robinson - 65-1 - New upstream 65 release * Sun Feb 21 2010 Sebastian Dziallas - 64-6 - Enable use of system library * Thu Feb 18 2010 Sebastian Dziallas - 64-5 - Enable binary builds again * Mon Dec 14 2009 Peter Robinson - 64-4 - Add buildreq gettext to fix build issues on F-12/rawhide - fixes # 539221 * Sun Aug 16 2009 Fabian Affolter - 64-3 - Readded noarch - Removed duplicated docs - Removed pre-compiled parts * Tue Aug 04 2009 Fabian Affolter - 64-2 - Added gstreamer as a requirement and removed the embedded one - Added debug_package * Sat Jun 27 2009 Fabian Affolter - 64-1 - Removed noarch - Updated to new upstream version 64 * Sat Apr 25 2009 Fabian Affolter - 62-1 - Added URL for source tarball - Removed VCS checkout stuff - Updated to new upstream version 62 * Sun Dec 14 2008 Fabian Affolter - 60-1 - Updated to new upstream version 60 * Sun Oct 19 2008 Fabian Affolter - 59-1 - Initial package for Fedora