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

Pierre Ossman (drzeus) fedora-extras-commits at redhat.com
Sat Sep 9 14:40:41 UTC 2006


Author: drzeus

Update of /cvs/extras/rpms/paman/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7599/devel

Modified Files:
	.cvsignore sources 
Added Files:
	paman.spec 
Log Message:
auto-import paman-0.9.3-2 on branch devel from paman-0.9.3-2.src.rpm


--- NEW FILE paman.spec ---
Name:           paman
Version:        0.9.3
Release:        2%{?dist}
Summary:        Management tool for PulseAudio

Group:          Applications/Multimedia
License:        GPL
URL:            http://0pointer.de/lennart/projects/paman
Source0:        http://0pointer.de/lennart/projects/paman/paman-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  pulseaudio-lib-devel gtkmm24-devel libglademm24-devel lynx
BuildRequires:  desktop-file-utils

%description
PulseAudio Manager (paman) is a simple GTK frontend for the PulseAudio sound
server. With paman you may browser most of PulseAudio's internals. There is
support for changing volume of sinks and sink outputs. You're able to play
samples from the sample cache. 

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


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

desktop-file-install \
    --dir $RPM_BUILD_ROOT%{_datadir}/applications \
    --add-category="X-Fedora" --vendor="" \
    $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc LICENSE doc/README
%{_bindir}/paman
%dir %{_datadir}/paman
%{_datadir}/paman/paman.glade
%{_datadir}/applications/paman.desktop


%changelog
* Sat Sep  9 2006 Pierre Ossman <drzeus at drzeus.cx> 0.9.3-2
- Add BuildRequires for desktop-file-utils.

* Fri Sep  8 2006 Pierre Ossman <drzeus at drzeus.cx> 0.9.3-1
- Update to 0.9.3
- Fix installation of desktop file.

* Sun Jul  9 2006 Pierre Ossman <drzeus at drzeus.cx> 0.9.2-1
- Update to 0.9.2

* Thu Jun  8 2006 Pierre Ossman <drzeus at drzeus.cx> 0.9.1-1
- Update to 0.9.1

* Mon May 29 2006 Pierre Ossman <drzeus at drzeus.cx> 0.9.0-1
- Initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/paman/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Sep 2006 14:40:03 -0000	1.1
+++ .cvsignore	9 Sep 2006 14:40:41 -0000	1.2
@@ -0,0 +1 @@
+paman-0.9.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/paman/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Sep 2006 14:40:03 -0000	1.1
+++ sources	9 Sep 2006 14:40:41 -0000	1.2
@@ -0,0 +1 @@
+5b475acbcf2613790b3497404f91fd48  paman-0.9.3.tar.gz




More information about the scm-commits mailing list