diff --git a/.cvsignore b/.cvsignore index e69de29..bf4327b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +Record-64.tar.bz2 diff --git a/import.log b/import.log new file mode 100644 index 0000000..5da09f3 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +sugar-record-64-3_fc11:HEAD:sugar-record-64-3.fc11.src.rpm:1250808373 diff --git a/sources b/sources index e69de29..1776174 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +ef704d31ddc12eec4fe693822aa32283 Record-64.tar.bz2 diff --git a/sugar-record.spec b/sugar-record.spec new file mode 100644 index 0000000..1253da1 --- /dev/null +++ b/sugar-record.spec @@ -0,0 +1,81 @@ +Name: sugar-record +Version: 64 +Release: 3%{?dist} +Summary: Recording tool for Sugar + +Group: Sugar/Activities +License: MIT +URL: http://wiki.laptop.org/go/Record +Source0: http://download.sugarlabs.org/sources/honey/Record/Record-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch + +BuildRequires: python-devel +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-%{version} +#Removed stuff that's not needed +rm -rf port/ +rm -rf gst/ +rm camerac/camera.c + + +%build +%{__python} setup.py build + + +%install +rm -rf %{buildroot} +%{__python} setup.py install --prefix=%{buildroot}%{_prefix} +rm %{buildroot}%{sugaractivitydir}Record.activity/{COPYING,NEWS} +%find_lang org.laptop.RecordActivity + + +%clean +rm -rf %{buildroot} + + +%files -f org.laptop.RecordActivity.lang +%defattr(-,root,root,-) +%doc COPYING NEWS +%{sugaractivitydir}/Record.activity/ + + +%changelog +* 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 +