SPECS: gtick.spec (NEW) - initial - by Wojtek Grabowski <w-grab at...
shadzik
shadzik at pld-linux.org
Mon Apr 2 01:57:00 CEST 2007
Author: shadzik Date: Sun Apr 1 23:57:00 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
- by Wojtek Grabowski <w-grab at o2 dot pl>
---- Files affected:
SPECS:
gtick.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/gtick.spec
diff -u /dev/null SPECS/gtick.spec:1.1
--- /dev/null Mon Apr 2 01:57:00 2007
+++ SPECS/gtick.spec Mon Apr 2 01:56:54 2007
@@ -0,0 +1,74 @@
+# $Revision$, $Date$
+%bcond_without sndfile
+Summary: Metronome application for GNU/Linux
+Summary(pl.UTF-8): Metronom dla Linuksa
+Name: gtick
+Version: 0.3.13
+Release: 1
+License: GPL
+Group: X11/Applications/Sound
+URL: http://www.antcom.de/gtick/
+Source0: http://www.antcom.de/gtick/download/%{name}-%{version}.tar.gz
+# Source0-md5: 13365ce8f605657370518dd62df8994b
+Source1: %{name}.desktop
+BuildRequires: gtk+2-devel
+%{?with_sndfile:BuildRequires: libsndfile-devel}
+BuildRequires: pkgconfig
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+gtick is a metronome application supporting different meters (Even,
+2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It
+utilizes GTK+ and OSS (ALSA compatible).
+
+%description -l pl.UTF-8
+Metronom muzyczny z estetycznym i wygodnym interfejsem GTK+.
+Kompatybilny z OSS i ALSA. Jest łatwy w obsłudze oraz posiada
+możliwość regulacji parametrów w szerokich zakresach.
+
+%prep
+%setup -q
+
+%build
+%configure \
+ --with%{!?with_sndfile:out}-sndfile
+%{__make}
+
+%install
+
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_desktopdir} \
+ $RPM_BUILD_ROOT%{_pixmapsdir}
+
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+
+install src/icon64x64.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.xpm
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}
+%{_mandir}/man*/*
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/%{name}.xpm
+%doc README TODO ChangeLog
+%doc doc/NOTES
+%doc NEWS THANKS INSTALL AUTHORS ABOUT-NLS
+
+%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/04/01 23:56:54 shadzik
+- initial
+- by Wojtek Grabowski <w-grab at o2 dot pl>
+
================================================================
More information about the pld-cvs-commit
mailing list