package created using the webbuild interface [release 0.9.10-1mamba;Fri Aug 11 2017]

This commit is contained in:
Silvan Calarco 2024-01-06 08:23:58 +01:00
parent 6391e0528a
commit 7126e1eef5
2 changed files with 76 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# paprefs
A simple GTK based configuration dialog for the PulseAudio sound server.

74
paprefs.spec Normal file
View File

@ -0,0 +1,74 @@
Name: paprefs
Version: 0.9.10
Release: 1mamba
Summary: A simple GTK based configuration dialog for the PulseAudio sound server
Group: Graphical Desktop/Applications/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://freedesktop.org/software/pulseaudio/paprefs
Source: http://freedesktop.org/software/pulseaudio/paprefs/paprefs-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: gconfmm-devel
BuildRequires: glibc-devel
BuildRequires: libGConf-devel
BuildRequires: libatk-devel
BuildRequires: libatkmm-devel
BuildRequires: libcairo-devel
BuildRequires: libcairomm-devel
BuildRequires: libdbus-devel
BuildRequires: libdbus-glib-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgcc
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglade-devel
BuildRequires: libglademm-devel
BuildRequires: libglib-devel
BuildRequires: libglibmm-devel
BuildRequires: libgtk2-devel
BuildRequires: libgtkmm2-devel
BuildRequires: libpango-devel
BuildRequires: libpangomm-devel
BuildRequires: libpulseaudio-devel
BuildRequires: libsigc++-devel
BuildRequires: libstdc++6-devel
BuildRequires: libxml2-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
A simple GTK based configuration dialog for the PulseAudio sound server.
%debug_package
%prep
%setup -q
%build
NOCONFIGURE=1 ./bootstrap.sh
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%find_lang %{name} || touch %{name}.lang
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/paprefs
%{_datadir}/applications/paprefs.desktop
%dir %{_datadir}/paprefs
%{_datadir}/paprefs/paprefs.glade
%doc LICENSE
%changelog
* Fri Aug 11 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.10-1mamba
- package created using the webbuild interface