rpms/sugar-jukebox/F-10 import.log, NONE, 1.1 sugar-jukebox-checkout.sh, NONE, 1.1 sugar-jukebox.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sebastian Dziallas sdz at fedoraproject.org
Tue Nov 25 17:01:38 UTC 2008


Author: sdz

Update of /cvs/pkgs/rpms/sugar-jukebox/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22990/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log sugar-jukebox-checkout.sh sugar-jukebox.spec 
Log Message:
initial commit of sugar-jukebox



--- NEW FILE import.log ---
sugar-jukebox-5-3_fc10:F-10:sugar-jukebox-5-3.fc10.src.rpm:1227632415


--- NEW FILE sugar-jukebox-checkout.sh ---
#!/bin/bash

VERSION=5
NAME=Jukebox

rm -rf $NAME-$VERSION

git clone git://dev.laptop.org/projects/jukebox-activity $NAME-$VERSION

tar -cjvf $NAME-$VERSION.tar.bz2 $NAME-$VERSION

rm -rf $NAME-$VERSION

--- NEW FILE sugar-jukebox.spec ---
Name:		sugar-jukebox
Version:	5
Release:	3%{?dist}
Summary:	Media player activity for Sugar

Group:		Sugar/Activities
License:	GPLv2+
URL:		http://wiki.laptop.org/go/Jukebox
Source0:	Jukebox-%{version}.tar.bz2
Source1:	sugar-jukebox-checkout.sh
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	python sugar-toolkit
BuildArch:	noarch
Requires:	sugar

%description
The jukebox activity is an audio/video player that will play
different kind of files bases on the installed gstreamer plugins.


%prep
%setup -q -n Jukebox-%{version}


%build
python ./setup.py build


%install
rm -rf $RPM_BUILD_ROOT
python ./setup.py install --prefix=$RPM_BUILD_ROOT/%{_prefix}

%find_lang org.laptop.sugar.Jukebox


%clean
rm -rf $RPM_BUILD_ROOT


%files -f org.laptop.sugar.Jukebox.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS MANIFEST TODO
%{sugaractivitydir}/Jukebox.activity/


%changelog
* Mon Nov 24 2008 Sebastian Dziallas <sebastian at when.com> - 5-3
- use git checkout script

* Wed Nov 19 2008 Sebastian Dziallas <sebastian at when.com> - 5-2
- modify build section and source path

* Thu Nov 13 2008 Sebastian Dziallas <sebastian at when.com> - 5-1
- update to version 5

* Tue Nov 11 2008 Sebastian Dziallas <sebastian at when.com> - 4-1
- update to version 4

* Wed Oct 22 2008 Sebastian Dziallas <sebastian at when.com> - 3-1
- Initial Packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-jukebox/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Nov 2008 16:20:57 -0000	1.1
+++ .cvsignore	25 Nov 2008 17:01:08 -0000	1.2
@@ -0,0 +1 @@
+Jukebox-5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-jukebox/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Nov 2008 16:20:57 -0000	1.1
+++ sources	25 Nov 2008 17:01:08 -0000	1.2
@@ -0,0 +1 @@
+c49b997875a1cde304ccc2f71c228443  Jukebox-5.tar.bz2




More information about the fedora-extras-commits mailing list