81 lines
2.2 KiB
RPMSpec
81 lines
2.2 KiB
RPMSpec
Name: pasystray
|
|
Version: 0.8.1
|
|
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: libappindicator3-devel
|
|
BuildRequires: libat-spi2-core-devel
|
|
BuildRequires: libavahi-devel
|
|
BuildRequires: libavahi-glib-devel
|
|
BuildRequires: libcairo-devel
|
|
BuildRequires: libdbusmenu-devel
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libgtk3-devel
|
|
BuildRequires: libharfbuzz-devel
|
|
BuildRequires: libnotify-devel
|
|
BuildRequires: libpango-devel
|
|
BuildRequires: libpulseaudio-devel
|
|
BuildRequires: libpulseaudio-glib-devel
|
|
## AUTOBUILDREQ-END
|
|
Requires: paprefs
|
|
|
|
%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.gtk3.glade
|
|
%{_datadir}/pixmaps/pasystray.png
|
|
%doc AUTHORS LICENSE
|
|
|
|
%changelog
|
|
* Sat Dec 03 2022 Automatic Build System <autodist@mambasoft.it> 0.8.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Nov 08 2021 Automatic Build System <autodist@mambasoft.it> 0.8.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jan 29 2019 Automatic Build System <autodist@mambasoft.it> 0.7.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Sep 30 2018 Automatic Build System <autodist@mambasoft.it> 0.7.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Aug 14 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.0-1mamba
|
|
- package created using the webbuild interface
|