[notmuch] Removed Buildroot and %clean

Karel Klíč kklic at fedoraproject.org
Thu Nov 25 11:00:05 UTC 2010


commit 245ea3572665abe119007bed9a4ba3c57ad06dea
Author: Karel Klic <kklic at redhat.com>
Date:   Thu Nov 25 12:00:08 2010 +0100

    Removed Buildroot and %clean

 notmuch.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/notmuch.spec b/notmuch.spec
index d6c6c03..86a31fe 100644
--- a/notmuch.spec
+++ b/notmuch.spec
@@ -10,13 +10,12 @@
 
 Name: notmuch
 Version: 0.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: System for indexing, searching, and tagging email
 Group: Applications/Internet
 License: GPLv3+
 URL: http://notmuchmail.org/
 Source0: http://notmuchmail.org/releases/notmuch-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: xapian-core-devel
 BuildRequires: gmime-devel
@@ -87,9 +86,6 @@ make install DESTDIR=%{buildroot}
 # Enable dynamic library stripping.
 find %{buildroot}%{_libdir} -name *.so* -exec chmod 755 {} \;
 
-%clean
-rm -rf %{buildroot}
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -118,6 +114,10 @@ rm -rf %{buildroot}
 %{_emacs_sitelispdir}/*.el
 
 %changelog
+* Thu Nov 25 2010 Karel Klic <kklic at redhat.com> - 0.5-2
+- Removed BuildRoot tag
+- Removed %%clean section
+
 * Mon Nov 15 2010 Karel Klic <kklic at redhat.com> - 0.5-1
 - New upstream release
 


More information about the scm-commits mailing list