Search
j0ke.net Open Build Service
>
Projects
>
server:mail
>
ezmlm-idx
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 7
[-]
[+]
Changed
ezmlm-idx.spec
@@ -25,7 +25,9 @@ %if 0%{?suse_version} > 1020 BuildRequires: fdupes %endif +%if 0%{?suse_version} >= 1100 BuildRequires: sqlite-devel >= 3.0 +%endif %description ezmlm lets users set up their own mailing lists within qmail's address @@ -102,6 +104,7 @@ %description pgsql PostgreSQL support module for ezmlm-idx +%if 0%{?suse_version} >= 1100 %package sqlite Summary: SQLite support module for ezmlm-idx Group: Utilities/System @@ -110,6 +113,7 @@ %description sqlite SQLite support module for ezmlm-idx +%endif %package cgi Prefix: %ezcgi @@ -133,8 +137,11 @@ echo gcc %optflags -I%_includedir/mysql -I%_includedir/pgsql >conf-cc echo gcc %optflags -s -L%{_libdir}/mysql >conf-ld +%if 0%{?suse_version} >= 1100 make it man install mysql pgsql sqlite3 - +%else +make it man install mysql pgsql +%endif %install /bin/rm -rf %buildroot @@ -223,9 +230,11 @@ %defattr(-,root,root) %_libdir/ezmlm/sub-pgsql.so +%if 0%{?suse_version} >= 1100 %files sqlite %defattr(-,root,root) %_libdir/ezmlm/sub-sqlite3.so +%endif %changelog * Mon Dec 06 2010 Carsten Schoene <cs@linux-administrator.com> - 7.1.1-31