rpms/drascula/devel drascula.desktop, NONE, 1.1 drascula.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lucian Langa lucilanga at fedoraproject.org
Wed Oct 15 17:46:40 UTC 2008


Author: lucilanga

Update of /cvs/pkgs/rpms/drascula/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27056

Modified Files:
	.cvsignore sources 
Added Files:
	drascula.desktop drascula.spec 
Log Message:
initial import


--- NEW FILE drascula.desktop ---
[Desktop Entry]
Name=Drascula: The Vampire Strikes Back
Comment=Adventure Game
Exec=scummvm -f -p /usr/share/drascula drascula
Icon=scummvm
Terminal=false
Type=Application
Categories=Game;AdventureGame;
StartupNotify=false


--- NEW FILE drascula.spec ---
Name:		drascula
Version:	1.0
Release:	2%{?dist}
Summary:	Drascula: The Vampire Strikes Back
Group:		Amusements/Games
# For further discussion on distribution rights see:
# http://www.redhat.com/archives/fedora-extras-list/2006-November/msg00030.html
License:	Freely redistributable without restriction
URL:		http://www.scummvm.org/downloads.php
Source0:	http://downloads.sourceforge.net/scummvm/%{name}-%{version}.zip
Source1:	http://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/tags/release-0-12-0/dists/engine-data/drascula.dat
Source2:	http://downloads.sourceforge.net/scummvm/%{name}-audio-%{version}.zip
Source3: 	%{name}.desktop
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires:	desktop-file-utils
BuildArch:	noarch
Requires:	scummvm >= 0.12.0

%description
You play the role of John Hacker, a British estate agent, who travels to a
small village of Transylvania in order to negotiate the sale of some ground
of Gibraltar with the Count Drascula. 
But unfortunately Hacker is not aware of who is Drascula in reality: the most
terrible vampire with just one idea on his mind: DOMINATING the World
demonstrating that he is even more evil than his brother Vlad.



%prep
%setup -q -n %{name} -c %{name}
#audio package also contain this file
rm readme.txt
%setup -q -T -D -a 2 -n %{name} -c %{name}


%build
# Nothing to build, data only


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}
install -p -m 644 Packet.001 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/%{name}
install -p -m 644 audio/track*.ogg $RPM_BUILD_ROOT%{_datadir}/%{name}

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
desktop-file-install \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  %{SOURCE3}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc readme.txt drascula.doc
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop



%changelog
* Wed Oct 15 2008 Lucian Langa <cooly at gnome.eu.org> - 1.0-2
- fix desktop file
- add music addon

* Sun Oct 05 2008 Lucian Langa <cooly at gnome.eu.org> - 1.0-1
- initial specfile



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/drascula/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Oct 2008 16:28:01 -0000	1.1
+++ .cvsignore	15 Oct 2008 17:46:09 -0000	1.2
@@ -0,0 +1,2 @@
+drascula-1.0.zip
+drascula-audio-1.0.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/drascula/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Oct 2008 16:28:01 -0000	1.1
+++ sources	15 Oct 2008 17:46:09 -0000	1.2
@@ -0,0 +1,2 @@
+fe2ee0948159c3acb923c89a1af7cc84  drascula-1.0.zip
+cde1c1509cd8af5b1dcbdcf6289b3a99  drascula-audio-1.0.zip




More information about the scm-commits mailing list