SPECS: dovecot.spec - adapter (but not all)
arvenil
arvenil at pld-linux.org
Sun Sep 16 18:55:44 CEST 2007
Author: arvenil Date: Sun Sep 16 16:55:44 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- adapter (but not all)
---- Files affected:
SPECS:
dovecot.spec (1.67 -> 1.68)
---- Diffs:
================================================================
Index: SPECS/dovecot.spec
diff -u SPECS/dovecot.spec:1.67 SPECS/dovecot.spec:1.68
--- SPECS/dovecot.spec:1.67 Sun Sep 16 18:45:41 2007
+++ SPECS/dovecot.spec Sun Sep 16 18:55:39 2007
@@ -25,8 +25,8 @@
BuildRequires: autoconf
BuildRequires: automake
%{?with_sasl:BuildRequires: cyrus-sasl-devel >= 2.0}
-#BuildRequires: krb5-devel
BuildRequires: gettext-devel
+#BuildRequires: krb5-devel
BuildRequires: libtool
%{?with_mysql:BuildRequires: mysql-devel}
%{?with_ldap:BuildRequires: openldap-devel >= 2.3.0}
@@ -112,9 +112,9 @@
plików może być problematyczna
%package devel
-Summary: Libraries and headers for Dovecot
-Group: Development/Libraries
-Requires: %name = %{version}-%{release}
+Summary: Libraries and headers for Dovecot
+Group: Development/Libraries
+Requires: %name = %{version}-%{release}
%description devel
This package contains development files for linking against %{name}.
@@ -165,21 +165,21 @@
touch $RPM_BUILD_ROOT/etc/security/blacklist.imap
-# devel
+# devel
for folder in deliver imap lib lib-imap lib-mail lib-storage; do
- mkdir -p $RPM_BUILD_ROOT%{_includedir}/%{name}/$folder
+ install -d $RPM_BUILD_ROOT%{_includedir}/%{name}/$folder
install -p -m644 src/$folder/*.h $RPM_BUILD_ROOT%{_includedir}/%{name}/$folder/
done
for folder in lib lib-imap lib-mail lib-storage; do
- mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/$folder
+ install -d $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/$folder
install -p -m644 src/$folder/*.a $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/$folder/
done
-
+
for f in dovecot-config config.h stamp.h; do
install -p -m644 $f $RPM_BUILD_ROOT%{_includedir}/%{name}
done
-
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -272,6 +272,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.68 2007/09/16 16:55:39 arvenil
+- adapter (but not all)
+
Revision 1.67 2007/09/16 16:45:41 arvenil
- added missing dirs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dovecot.spec?r1=1.67&r2=1.68&f=u
More information about the pld-cvs-commit
mailing list