Search
j0ke.net Open Build Service
>
Projects
>
ha
>
csync2
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 34
[-]
[+]
Changed
csync2.spec
@@ -47,7 +47,11 @@ Source3: paper.pdf Source4: csync2.logrotate Source5: csync2.cron +%if 0%{?suse_version} >= 1100 Patch0: csync2-1.34.99-gnutls.patch +%else +Patch0: csync2-1.34-no-gnutls.patch +%endif ##Patch0: csync2-urandom.patch ##Patch1: csync2-NULL-pointer.patch ##Patch2: csync2-sqlite3-wip.patch @@ -70,8 +74,6 @@ %prep %setup %patch0 -#patch1 -#patch2 tar -C $RPM_BUILD_DIR -xzf %{S:1} %{?suse_update_config:%{suse_update_config}} @@ -81,7 +83,7 @@ %build export CFLAGS="$RPM_OPT_FLAGS -I/usr/kerberos/include" if ! [ -f configure ]; then ./autogen.sh; fi -%configure && cat config.h +%configure %__make all cd $RPM_BUILD_DIR/sqlite-%{sqliteversion}