diff --git a/README.md b/README.md index a8370fa..8295207 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # pasystray +PulseAudio system tray. + diff --git a/pasystray.spec b/pasystray.spec new file mode 100644 index 0000000..8a9b585 --- /dev/null +++ b/pasystray.spec @@ -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 +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 0.6.0-1mamba +- package created using the webbuild interface