rpms/jack-keyboard/F-11 import.log, NONE, 1.1 jack-keyboard.png, NONE, 1.1 jack-keyboard.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orcan Ogetbil oget at fedoraproject.org
Sat May 9 23:36:04 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/jack-keyboard/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31426/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log jack-keyboard.png jack-keyboard.spec 
Log Message:
* Fri Mar 20 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.5-2
- Update GenericName

* Fri Mar 20 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.5-1
- Initial build



--- NEW FILE import.log ---
jack-keyboard-2_5-2_fc10:F-11:jack-keyboard-2.5-2.fc10.src.rpm:1241912091


--- NEW FILE jack-keyboard.spec ---
Name:		jack-keyboard
Version:	2.5
Release:	2%{?dist}
Summary:	Virtual keyboard for JACK MIDI
Group:		Applications/Multimedia
License:	BSD
URL:		http://pin.if.uz.zgora.pl/~trasz/jack-keyboard/
Source0:	http://pin.if.uz.zgora.pl/~trasz/%{name}/%{name}-%{version}.tar.gz
# Icon is derived from the image on the website:
Source1:	%{name}.png
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	desktop-file-utils
BuildRequires:	gtk2-devel
BuildRequires:	jack-audio-connection-kit-devel
BuildRequires:	lash-devel

%description
jack-keyboard is a virtual MIDI keyboard - a program that allows you to send
JACK MIDI events using your PC keyboard. It's somewhat similar to vkeybd,
except it uses JACK MIDI instead of ALSA, and the default keyboard mapping is
much better - it uses the same layout as trackers (like Impulse Tracker) did,
so you have two and half octaves under your fingers.

%prep
%setup -q

# Add GenericName to the desktop file
echo "GenericName=Virtual MIDI Keyboard" >> src/%{name}.desktop

# To suppress d-f-i warning
sed -i 's|\.png||' src/%{name}.desktop

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

rm -fr $RPM_BUILD_ROOT/%{_datadir}/pixmaps/
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/72x72/apps/
install -pm 644	%{SOURCE1} \
	$RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/72x72/apps/

desktop-file-install						\
	--dir=$RPM_BUILD_ROOT%{_datadir}/applications		\
	--remove-category=Application				\
	$RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop


%post
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

%postun
if [ $1 -eq 0 ] ; then
	touch --no-create %{_datadir}/icons/hicolor &>/dev/null
	gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi

%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README TODO
%{_bindir}/%{name}
%{_mandir}/man1/%{name}*
%{_datadir}/icons/hicolor/72x72/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop


%changelog
* Fri Mar 20 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.5-2
- Update GenericName

* Fri Mar 20 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.5-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/jack-keyboard/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	9 May 2009 21:07:43 -0000	1.1
+++ .cvsignore	9 May 2009 23:35:33 -0000	1.2
@@ -0,0 +1 @@
+jack-keyboard-2.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/jack-keyboard/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	9 May 2009 21:07:43 -0000	1.1
+++ sources	9 May 2009 23:35:33 -0000	1.2
@@ -0,0 +1 @@
+030a666f1703ef1ab3eae6004cb04a9a  jack-keyboard-2.5.tar.gz




More information about the fedora-extras-commits mailing list