disable audacious because libaudclient is missing since 3.5.0 [release 1.9.0-2mamba;Tue Sep 23 2014]
This commit is contained in:
parent
48f9dad8fa
commit
93c0a5bb2e
28
conky.spec
28
conky.spec
@ -1,18 +1,16 @@
|
||||
Name: conky
|
||||
Version: 1.9.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A light-weight system monitor
|
||||
Group: System/X11
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://sourceforge.net/projects/conky/
|
||||
Source: http://downloads.sourceforge.net/conky/conky-%{version}.tar.bz2
|
||||
Patch0: conky-1.6.0-rdtsc.patch
|
||||
Patch1: conky-1.6.1-ifaddrs.patch
|
||||
License: GPL
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: audacious-devel
|
||||
BuildRequires: glibc-devel
|
||||
@ -58,6 +56,8 @@ BuildRequires: libxml2-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
# * X11:
|
||||
# X11 support: yes
|
||||
@ -113,19 +113,19 @@ syntax coloring of your $HOME/.conkyrc file.
|
||||
#%patch1 -p1 -b .ifaddrs
|
||||
|
||||
%build
|
||||
%configure --prefix=%{_prefix} \
|
||||
%configure \
|
||||
--enable-wlan \
|
||||
--enable-xft \
|
||||
--enable-mpd \
|
||||
--enable-audacious=yes \
|
||||
--enable-audacious=no \
|
||||
--enable-seti \
|
||||
--enable-rss \
|
||||
--enable-rss \
|
||||
--enable-double-buffer \
|
||||
--enable-own-window \
|
||||
--enable-debug \
|
||||
--enable-debug \
|
||||
--enable-proc-uptime \
|
||||
--enable-smapi \
|
||||
--enable-eve \
|
||||
--enable-smapi \
|
||||
--enable-eve \
|
||||
--with-x
|
||||
## --enable-bmpx \ --enable-nvidia \
|
||||
## --enable-xmms2 \
|
||||
@ -145,10 +145,14 @@ syntax coloring of your $HOME/.conkyrc file.
|
||||
%config(noreplace) %{_sysconfdir}/conky/conky.conf
|
||||
%config(noreplace) %{_sysconfdir}/conky/conky_no_x11.conf
|
||||
%{_bindir}/conky
|
||||
%{_mandir}/man1/conky.1.gz
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO extras/*
|
||||
%{_mandir}/man1/conky.1*
|
||||
%doc AUTHORS COPYING
|
||||
#ChangeLog NEWS README TODO extras/*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 23 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.0-2mamba
|
||||
- disable audacious because libaudclient is missing since 3.5.0
|
||||
|
||||
* Sun Jul 08 2012 Automatic Build System <autodist@mambasoft.it> 1.9.0-1mamba
|
||||
- update to 1.9.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user