From 7126e1eef5981250ce01b015fed5c8ef62c21ef7 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 08:23:58 +0100 Subject: [PATCH] package created using the webbuild interface [release 0.9.10-1mamba;Fri Aug 11 2017] --- README.md | 2 ++ paprefs.spec | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 paprefs.spec diff --git a/README.md b/README.md index d91a7b0..db1090b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # paprefs +A simple GTK based configuration dialog for the PulseAudio sound server. + diff --git a/paprefs.spec b/paprefs.spec new file mode 100644 index 0000000..10a4258 --- /dev/null +++ b/paprefs.spec @@ -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 +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 0.9.10-1mamba +- package created using the webbuild interface