Delete unused package
authorSunghyun Kwon <sh0701.kwon@samsung.com>
Sat, 19 Jan 2013 08:06:34 +0000 (17:06 +0900)
committerSunghyun Kwon <sh0701.kwon@samsung.com>
Sat, 19 Jan 2013 08:06:34 +0000 (17:06 +0900)
email-core/email-core-mime.c
packaging/email-service.spec

index 65c476f..443795d 100755 (executable)
@@ -5183,6 +5183,7 @@ INTERNAL_FUNC int emcore_parse_mime_file_to_mail(char *eml_file_path, email_mail
 
        if (!emcore_mime_parse_header(eml_fp, is_file, &mmsg->rfc822header, &mmsg->header, &err)) {
                EM_DEBUG_EXCEPTION("emcore_mime_parse_header failed : [%d]", err);
+               err = EMAIL_ERROR_INVALID_DATA;
                goto FINISH_OFF;
        }
 
@@ -5194,6 +5195,7 @@ INTERNAL_FUNC int emcore_parse_mime_file_to_mail(char *eml_file_path, email_mail
 
        if (!emcore_mime_parse_body(eml_fp, is_file, mmsg, cnt_info, NULL, &err)) {
                EM_DEBUG_EXCEPTION("emcore_mime_parse_body failed : [%d]", err);
+               err = EMAIL_ERROR_INVALID_DATA;
                goto FINISH_OFF;
        }
 
index a68c1c3..a6b4f66 100755 (executable)
@@ -41,7 +41,6 @@ BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(cert-svc)
-BuildRequires:  pkgconfig(mdm)
 BuildRequires:  pkgconfig(badge)
 BuildRequires:  pkgconfig(feedback)