rpms/sugar-visualmatch/devel import.log, NONE, 1.1 sugar-visualmatch.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sebastian Dziallas sdz at fedoraproject.org
Tue Dec 29 12:52:32 UTC 2009


Author: sdz

Update of /cvs/pkgs/rpms/sugar-visualmatch/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21349/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log sugar-visualmatch.spec 
Log Message:
initial import



--- NEW FILE import.log ---
sugar-visualmatch-13-1_fc12:HEAD:sugar-visualmatch-13-1.fc12.src.rpm:1262091040


--- NEW FILE sugar-visualmatch.spec ---
Name:           sugar-visualmatch
Version:        13
Release:        1%{?dist}
Summary:        A visual matching game

Group:          Sugar/Activities
License:        MIT
URL:            http://wiki.sugarlabs.org/go/Activities/VisualMatch
Source0:        http://download.sugarlabs.org/sources/honey/Visualmatch/VisualMatch-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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

%description
The object is to find sets of three cards where each attribute—color,
shape, number of elements, and shading—either match on all three cards
or are different on all three cards. The current version doesn't yet
support sharing with multiple players or saving to the Journal, but it
can be played by a single player.


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


%build
python ./setup.py build


%install
rm -rf $RPM_BUILD_ROOT
python ./setup.py install --prefix=$RPM_BUILD_ROOT/%{_prefix}
chmod 0644 $RPM_BUILD_ROOT/%{sugaractivitydir}/VisualMatch.activity/gencards.py


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING NEWS
%{sugaractivitydir}/VisualMatch.activity/


%changelog
* Tue Dec 29 2009 Sebastian Dziallas <sebastian at when.com> - 13-1
- new upstream release
- fix license tag

* Sun Dec 06 2009 Sebastian Dziallas <sebastian at when.com> - 8-1
- initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-visualmatch/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	29 Dec 2009 02:53:26 -0000	1.1
+++ .cvsignore	29 Dec 2009 12:52:31 -0000	1.2
@@ -0,0 +1 @@
+VisualMatch-13.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-visualmatch/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	29 Dec 2009 02:53:26 -0000	1.1
+++ sources	29 Dec 2009 12:52:31 -0000	1.2
@@ -0,0 +1 @@
+90ac5a90ad82c7cadf45689015e24de4  VisualMatch-13.tar.bz2




More information about the scm-commits mailing list