automatic version update by autodist [release 1.11.5-1mamba;Fri Apr 03 2020]
This commit is contained in:
parent
96581152f1
commit
2f6d8266b3
97
conky.spec
97
conky.spec
@ -1,13 +1,13 @@
|
|||||||
Name: conky
|
Name: conky
|
||||||
Version: 1.9.0
|
Version: 1.11.5
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
Summary: A light-weight system monitor
|
Summary: A light-weight system monitor
|
||||||
Group: System/X11
|
Group: System/X11
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://sourceforge.net/projects/conky/
|
URL: http://sourceforge.net/projects/conky/
|
||||||
Source: http://downloads.sourceforge.net/conky/conky-%{version}.tar.bz2
|
Source: https://github.com/brndnmtthws/conky.git/v%{version}/conky-%{version}.tar.bz2
|
||||||
Patch0: conky-1.6.0-rdtsc.patch
|
Patch0: conky-1.6.0-rdtsc.patch
|
||||||
Patch1: conky-1.6.1-ifaddrs.patch
|
Patch1: conky-1.6.1-ifaddrs.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -114,43 +114,90 @@ syntax coloring of your $HOME/.conkyrc file.
|
|||||||
#%patch1 -p1 -b .ifaddrs
|
#%patch1 -p1 -b .ifaddrs
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%cmake -d build
|
||||||
--enable-wlan \
|
|
||||||
--enable-xft \
|
#% configure \
|
||||||
--enable-mpd \
|
# --enable-wlan \
|
||||||
--enable-audacious=no \
|
# --enable-xft \
|
||||||
--enable-seti \
|
# --enable-mpd \
|
||||||
--enable-rss \
|
# --enable-audacious=no \
|
||||||
--enable-double-buffer \
|
# --enable-seti \
|
||||||
--enable-own-window \
|
# --enable-rss \
|
||||||
--enable-debug \
|
# --enable-double-buffer \
|
||||||
--enable-proc-uptime \
|
# --enable-own-window \
|
||||||
--enable-smapi \
|
# --enable-debug \
|
||||||
--enable-eve \
|
# --enable-proc-uptime \
|
||||||
--with-x
|
# --enable-smapi \
|
||||||
## --enable-bmpx \ --enable-nvidia \
|
# --enable-eve \
|
||||||
## --enable-xmms2 \
|
# --with-x
|
||||||
|
### --enable-bmpx \ --enable-nvidia \
|
||||||
|
### --enable-xmms2 \
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall -C build
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_sysconfdir}/conky
|
|
||||||
%config(noreplace) %{_sysconfdir}/conky/conky.conf
|
|
||||||
%config(noreplace) %{_sysconfdir}/conky/conky_no_x11.conf
|
|
||||||
%{_bindir}/conky
|
%{_bindir}/conky
|
||||||
%{_mandir}/man1/conky.1*
|
%{_libdir}/libtcp-portmon.so
|
||||||
|
%{_datadir}/applications/conky.desktop
|
||||||
|
%{_datadir}/icons/hicolor/scalable/apps/conky-logomark-violet.svg
|
||||||
|
%dir %{_datadir}/doc/conky-%{version}_pre
|
||||||
|
%{_datadir}/doc/conky-%{version}_pre/*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
#ChangeLog NEWS README TODO extras/*
|
#ChangeLog NEWS README TODO extras/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 03 2020 Automatic Build System <autodist@mambasoft.it> 1.11.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Jan 09 2019 Automatic Build System <autodist@mambasoft.it> 1.11.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Dec 18 2018 Automatic Build System <autodist@mambasoft.it> 1.11.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Dec 04 2018 Automatic Build System <autodist@mambasoft.it> 1.11.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Feb 15 2018 Automatic Build System <autodist@mambasoft.it> 1.10.8-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Jan 21 2018 Automatic Build System <autodist@mambasoft.it> 1.10.7-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Dec 27 2016 Automatic Build System <autodist@mambasoft.it> 1.10.6-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Oct 08 2016 Automatic Build System <autodist@mambasoft.it> 1.10.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Aug 01 2016 Automatic Build System <autodist@mambasoft.it> 1.10.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Jun 25 2016 Automatic Build System <autodist@mambasoft.it> 1.10.3-2mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Jun 25 2016 Automatic Build System <autodist@mambasoft.it> 1.10.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed May 04 2016 Automatic Build System <autodist@mambasoft.it> 1.10.2-2mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed May 04 2016 Automatic Build System <autodist@mambasoft.it> 1.10.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Nov 21 2015 Automatic Build System <autodist@mambasoft.it> 1.10.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Sep 15 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.0-1mamba
|
||||||
|
- update to 1.10.0
|
||||||
|
|
||||||
* Sun Aug 23 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.0-3mamba
|
* Sun Aug 23 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.0-3mamba
|
||||||
- rebuilt by autoport with build requirements: libiw-devel>=30.pre9-1mamba
|
- rebuilt by autoport with build requirements: libiw-devel>=30.pre9-1mamba
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user