rpms/dsmidiwifi/devel dsmidiwifi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Till Maas (till) fedora-extras-commits at redhat.com
Sat Feb 2 11:09:56 UTC 2008


Author: till

Update of /cvs/pkgs/rpms/dsmidiwifi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32058/devel

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



--- NEW FILE dsmidiwifi.spec ---
Name:           dsmidiwifi
Version:        1.01a
Release:        2%{?dist}
Summary:        DS music interface

Group:          Applications/Multimedia
License:        GPLv2+
URL:            http://dsmidiwifi.tobw.net/index.php
Source0:        http://dsmidiwifi.tobw.net/files/dsmidiwifi-v%{version}.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  qt4-devel alsa-lib-devel


%description
An application that runs on the computer and forwards the MIDI messages
received via Wifi to MIDI applications. Mainly used by Nintendo DS homebrew
applications.


%prep
%setup -q -n %{name}-v%{version}


%build
cd source
qmake-qt4 -o Makefile DSMIDIWiFi.pro
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
install -D source/DSMIDIWiFi $RPM_BUILD_ROOT%{_bindir}/DSMIDIWiFi 


%clean
rm -rf $RPM_BUILD_ROOT
mkdir $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README.TXT gpl.txt
%{_bindir}/DSMIDIWiFi 


%changelog
* Sun Jan 27 2008 Till Maas <opensource till name> - 1.01a-2
- update License Tag
- use upstream tarball instead of a modified one

* Sat Mar 24 2007 Till Maas <opensource till name> - 1.01a-1
- initial spec for fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dsmidiwifi/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	31 Jan 2008 17:46:49 -0000	1.1
+++ .cvsignore	2 Feb 2008 11:09:17 -0000	1.2
@@ -0,0 +1 @@
+dsmidiwifi-v1.01a.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dsmidiwifi/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	31 Jan 2008 17:46:49 -0000	1.1
+++ sources	2 Feb 2008 11:09:17 -0000	1.2
@@ -0,0 +1 @@
+6ecd321cc7306a7d8144b4f4ffc0d514  dsmidiwifi-v1.01a.tgz




More information about the fedora-extras-commits mailing list