Author: qboosh Date: Sat Aug 26 20:21:41 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: paman.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/paman.spec diff -u /dev/null SPECS/paman.spec:1.1 --- /dev/null Sat Aug 26 22:21:41 2006 +++ SPECS/paman.spec Sat Aug 26 22:21:36 2006 @@ -0,0 +1,59 @@ +# $Revision$, $Date$ +Summary: PulseAudio Manager +Summary(pl): PulseAudio Manager - zarządca serwera dźwięku PulseAudio +Name: paman +Version: 0.9.2 +Release: 1 +License: GPL v2+ +Group: Applications/Sound +Source0: http://0pointer.de/lennart/projects/paman/%{name}-%{version}.tar.gz +# Source0-md5: 87dcb41a2c3740eff2e33c094010bb40 +Patch0: %{name}-desktop.patch +URL: http://0pointer.de/lennart/projects/paman/ +BuildRequires: gtkmm-devel >= 2.4 +BuildRequires: libglademm-devel >= 2.4 +BuildRequires: pkgconfig +BuildRequires: pulseaudio-devel >= 0.9.2 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +PulseAudio Manager (paman) is a simple GTK+ frontend for the +PulseAudio sound server. + +%description -l pl +PulseAudio Manager (paman) to prosty frontend GTK+ dla serwera dźwięku +PulseAudio. + +%prep +%setup -q +%patch0 -p1 + +%build +%configure \ + --disable-lynx +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README +%attr(755,root,root) %{_bindir}/paman +%{_datadir}/paman +%{_desktopdir}/paman.desktop + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/08/26 20:21:36 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
