This commit is contained in:
parent
620ba6ecf7
commit
bd6883d4ca
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 11 16:18:47 CET 2008 - sbrabec@suse.cz
|
||||
|
||||
- Fix build failure of avahi-mono.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 11 14:36:43 CEST 2007 - sbrabec@suse.de
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
Name: avahi-mono
|
||||
# Do not edit this auto generated file! Edit avahi.spec.
|
||||
%define _name avahi
|
||||
# In automatic build systems you want to emable just one of following options.
|
||||
# In automatic build systems you want to enable just one of following options.
|
||||
# For build all at once, set all to 1.
|
||||
# If you set build_core to 0, you cannot set more than one other options to 1.
|
||||
%define build_core 0
|
||||
@ -22,7 +22,7 @@ Name: avahi-mono
|
||||
%define build_qt3 0
|
||||
%define build_qt4 0
|
||||
Version: 0.6.22
|
||||
Release: 39
|
||||
Release: 40
|
||||
%if !%build_mono && !%build_qt3 && !%build_qt4
|
||||
# Create split spec files only when building per partes:
|
||||
#%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
|
||||
@ -682,6 +682,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%endif
|
||||
%if %build_core
|
||||
%if %build_mono
|
||||
|
||||
%package -n avahi-mono
|
||||
@ -710,7 +711,6 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%endif
|
||||
%if %build_core
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
@ -1119,6 +1119,8 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Mar 11 2008 sbrabec@suse.cz
|
||||
- Fix build failure of avahi-mono.
|
||||
* Thu Oct 11 2007 sbrabec@suse.de
|
||||
- Updated dependencies.
|
||||
* Mon Aug 06 2007 bk@suse.de
|
||||
|
@ -14,7 +14,7 @@
|
||||
Name: avahi-qt4
|
||||
# Do not edit this auto generated file! Edit avahi.spec.
|
||||
%define _name avahi
|
||||
# In automatic build systems you want to emable just one of following options.
|
||||
# In automatic build systems you want to enable just one of following options.
|
||||
# For build all at once, set all to 1.
|
||||
# If you set build_core to 0, you cannot set more than one other options to 1.
|
||||
%define build_core 0
|
||||
@ -22,7 +22,7 @@ Name: avahi-qt4
|
||||
%define build_qt3 0
|
||||
%define build_qt4 1
|
||||
Version: 0.6.22
|
||||
Release: 1
|
||||
Release: 2
|
||||
%if !%build_mono && !%build_qt3 && !%build_qt4
|
||||
# Create split spec files only when building per partes:
|
||||
#%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
|
||||
@ -685,6 +685,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%endif
|
||||
%if %build_core
|
||||
%if %build_mono
|
||||
|
||||
%package -n avahi-mono
|
||||
@ -713,7 +714,6 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%endif
|
||||
%if %build_core
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 11 16:18:47 CET 2008 - sbrabec@suse.cz
|
||||
|
||||
- Fix build failure of avahi-mono.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 5 16:13:04 CET 2008 - sbrabec@suse.cz
|
||||
|
||||
|
@ -16,7 +16,7 @@ Name: avahi
|
||||
# bash avahi_spec-prepare.sh "$PWD" avahi
|
||||
# to update spec files:
|
||||
%define _name avahi
|
||||
# In automatic build systems you want to emable just one of following options.
|
||||
# In automatic build systems you want to enable just one of following options.
|
||||
# For build all at once, set all to 1.
|
||||
# If you set build_core to 0, you cannot set more than one other options to 1.
|
||||
%define build_core 1
|
||||
@ -24,7 +24,7 @@ Name: avahi
|
||||
%define build_qt3 0
|
||||
%define build_qt4 0
|
||||
Version: 0.6.22
|
||||
Release: 35
|
||||
Release: 36
|
||||
%if !%build_mono && !%build_qt3 && !%build_qt4
|
||||
# Create split spec files only when building per partes:
|
||||
#%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
|
||||
@ -685,6 +685,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%endif
|
||||
%if %build_core
|
||||
%if %build_mono
|
||||
|
||||
%package -n avahi-mono
|
||||
@ -713,7 +714,6 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%endif
|
||||
%if %build_core
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
@ -1122,6 +1122,8 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Mar 11 2008 sbrabec@suse.cz
|
||||
- Fix build failure of avahi-mono.
|
||||
* Wed Mar 05 2008 sbrabec@suse.cz
|
||||
- Build Qt bindings in separate packages to shorten build path and
|
||||
unneeded triggering for rebuild.
|
||||
|
Loading…
Reference in New Issue
Block a user