hi,
I'm just recoginze that dovecot contains an rpm spec file. unfortunately
it's not too useful since an
rpm -ta dovecot-.x.y.tar.gz
can't be used since just the dovecot.spec.in is in the tarbar and not
the actual spec file (which is in this from not useful in the above
form). anyway here is my patch to the spec.in.
--
Levente "Si vis pacem para bellum!"
--- dovecot/dovecot.spec.in.lfarkas 2003-05-05 16:36:16.000000000 +0200
+++ dovecot/dovecot.spec.in 2003-05-05 17:04:30.000000000 +0200
@@ -1,9 +1,11 @@
# DarContact: Timo Sirainen
On Mon, 2003-05-05 at 18:17, Farkas Levente wrote:
hi, I'm just recoginze that dovecot contains an rpm spec file. unfortunately it's not too useful since an rpm -ta dovecot-.x.y.tar.gz can't be used since just the dovecot.spec.in is in the tarbar and not the actual spec file (which is in this from not useful in the above form). anyway here is my patch to the spec.in.
Oh, right. I should have included .spec in tarball too (but not in cvs).
-BuildRequires: openssl-devel %{!?rh62:, pam-devel} %{?rh62: pam} +BuildRequires: openssl-devel %{!?rh62:, pam-devel} %{?rh62: pam} gettext
Why is gettext needed? Dovecot itself doesn't use it.
since (AFAIS) you don't apply the previous patch, here is a better one which can compile:-) Timo Sirainen wrote:
On Mon, 2003-05-05 at 18:17, Farkas Levente wrote:
hi, I'm just recoginze that dovecot contains an rpm spec file. unfortunately it's not too useful since an rpm -ta dovecot-.x.y.tar.gz can't be used since just the dovecot.spec.in is in the tarbar and not the actual spec file (which is in this from not useful in the above form). anyway here is my patch to the spec.in.
Oh, right. I should have included .spec in tarball too (but not in cvs).
-BuildRequires: openssl-devel %{!?rh62:, pam-devel} %{?rh62: pam} +BuildRequires: openssl-devel %{!?rh62:, pam-devel} %{?rh62: pam} gettext
Why is gettext needed? Dovecot itself doesn't use it.
--
Levente "Si vis pacem para bellum!"
--- dovecot/dovecot.spec.in.lfarkas 2003-05-07 17:00:24.000000000 +0200
+++ dovecot/dovecot.spec.in 2003-05-07 17:03:08.000000000 +0200
@@ -1,9 +1,11 @@
# DarContact: Timo Sirainen
participants (2)
-
Farkas Levente
-
Timo Sirainen