package created using the webbuild interface [release 0.6.0-1mamba;Mon Aug 14 2017]

This commit is contained in:
Silvan Calarco 2024-01-06 08:25:59 +01:00
parent d846f014d6
commit 1246296add
2 changed files with 68 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# pasystray
PulseAudio system tray.

66
pasystray.spec Normal file
View File

@ -0,0 +1,66 @@
Name: pasystray
Version: 0.6.0
Release: 1mamba
Summary: PulseAudio system tray
Group: Graphical Desktop/Applications/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/christophgysin/pasystray
## GITSOURCE https://github.com/christophgysin/pasystray.git 0.6.0
Source: https://github.com/christophgysin/pasystray.git/%{version}/pasystray-%{version}.tar.bz2
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libX11-devel
BuildRequires: libatk-devel
BuildRequires: libavahi-devel
BuildRequires: libavahi-glib-devel
BuildRequires: libcairo-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel
BuildRequires: libgtk-devel
BuildRequires: libnotify-devel
BuildRequires: libpango-devel
BuildRequires: libpulseaudio-devel
BuildRequires: libpulseaudio-glib-devel
## AUTOBUILDREQ-END
Requires: paprefs
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
PulseAudio system tray.
%debug_package
%prep
%setup -q
%build
./bootstrap.sh
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_sysconfdir}/xdg/autostart/pasystray.desktop
%{_bindir}/pasystray
%{_datadir}/applications/pasystray.desktop
%{_datadir}/icons/hicolor/scalable/apps/pasystray.svg
%{_mandir}/man1/pasystray.1*
%{_datadir}/pasystray/pasystray.glade
%{_datadir}/pixmaps/pasystray.png
%doc AUTHORS LICENSE
%changelog
* Mon Aug 14 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.0-1mamba
- package created using the webbuild interface