SPECS: k3guitune.spec (NEW) - NEW, musical instrument tuning app

sparky sparky at pld-linux.org
Sat Jan 13 23:15:32 CET 2007


Author: sparky                       Date: Sat Jan 13 22:15:32 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- NEW, musical instrument tuning app

---- Files affected:
SPECS:
   k3guitune.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/k3guitune.spec
diff -u /dev/null SPECS/k3guitune.spec:1.1
--- /dev/null	Sat Jan 13 23:15:32 2007
+++ SPECS/k3guitune.spec	Sat Jan 13 23:15:26 2007
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+Summary:	K3Guitune - a simple guitar tuning program
+Summary(pl):	K3Guitune - program do strojenia gitary
+Name:		k3guitune
+Version:	0.5.2
+Release:	0.1
+License:	GPL v2
+Group:		X11/Applications/Multimedia
+Source0:	http://home.planet.nl/~lamer024/files/%{name}-%{version}.tar.bz2
+# Source0-md5:	72f18f21073cb41fafd33e6330940fa2
+Source1:        %{name}.desktop
+URL:		http://home.planet.nl/~lamer024/k3guitune.html
+BuildRequires:	alsa-lib-devel
+BuildRequires:	artsc-devel
+BuildRequires:	jack-audio-connection-kit-devel
+BuildRequires:	kdelibs-devel
+BuildRequires:	libsamplerate-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+K3Guitune is a simple musical instrument tuning program.
+
+%description -l pl
+K3Guitune to prosty program do strojenia instrumentów muzycznych.
+
+%prep
+%setup -q
+
+%build
+%configure \
+	kde_htmldir="%{_datadir}/doc/kde/HTML" \
+	--with-qt-libraries=%{_libdir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_desktopdir}
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+
+%find_lang %{name} --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/k3guitune
+%{_datadir}/apps/%{name}
+%{_desktopdir}/*.desktop
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/01/13 22:15:26  sparky
+- NEW, musical instrument tuning app
+
================================================================


More information about the pld-cvs-commit mailing list