rpms/PySolFC-music/devel PySolFC-music.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Stewart Adam (firewing) fedora-extras-commits at redhat.com
Tue Oct 23 02:14:37 UTC 2007


Author: firewing

Update of /cvs/extras/rpms/PySolFC-music/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22212/devel

Modified Files:
	.cvsignore sources 
Added Files:
	PySolFC-music.spec 
Log Message:
Initial import of PySolFC-music



--- NEW FILE PySolFC-music.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%define debug_package %{nil}

%define mainversion 1.1

Name:           PySolFC-music
Version:        4.40
Release:        1%{?dist}
Summary:        Music for PySolFC

Group:          Amusements/Games
License:        GPLv2+
URL:            http://www.pysol.org/
Source0:        ftp://ibiblio.org/pub/linux/games/solitaires/pysol-music-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:       PySolFC = %{mainversion}
Requires:       pygame

BuildArch: noarch

%description
This package contains the background music for pysol


%prep
%setup -q -n pysol-music-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
install -d -m755 $RPM_BUILD_ROOT%{_datadir}/PySolFC/music
cp -a data/music/* $RPM_BUILD_ROOT%{_datadir}/PySolFC/music

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README NEWS COPYING
%dir %{_datadir}/PySolFC/music
%{_datadir}/PySolFC/music/*

%changelog
* Sat Sep 29 2007 Stewart Adam <s.adam at diffingo.com> 4.40-1
- Initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/PySolFC-music/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Oct 2007 00:29:08 -0000	1.1
+++ .cvsignore	23 Oct 2007 02:14:04 -0000	1.2
@@ -0,0 +1 @@
+pysol-music-4.40.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/PySolFC-music/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Oct 2007 00:29:08 -0000	1.1
+++ sources	23 Oct 2007 02:14:04 -0000	1.2
@@ -0,0 +1 @@
+3952d36f4011caf307ceb215104e6333  pysol-music-4.40.tar.gz




More information about the fedora-extras-commits mailing list