[rpmlint] 1.3

Tom Callaway spot at fedoraproject.org
Tue Jul 12 14:59:16 UTC 2011


commit 76c1090bd211bc97556e26ee8bcd1902bf121262
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Tue Jul 12 10:59:05 2011 -0400

    1.3

 .gitignore   |    1 +
 rpmlint.spec |   12 ++++--------
 sources      |    2 +-
 3 files changed, 6 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1575f27..7dee4a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /rpmlint-1.0.tar.bz2
 /rpmlint-1.1.tar.xz
 /rpmlint-1.2.tar.xz
+/rpmlint-1.3.tar.xz
diff --git a/rpmlint.spec b/rpmlint.spec
index 667e1b8..8a8a490 100644
--- a/rpmlint.spec
+++ b/rpmlint.spec
@@ -1,5 +1,5 @@
 Name:           rpmlint
-Version:        1.2
+Version:        1.3
 Release:        1%{?dist}
 Summary:        Tool for checking common errors in RPM packages
 
@@ -14,7 +14,6 @@ Source3:        %{name}-etc.config
 Source4:        %{name}.config.el4
 # EL-5 specific config
 Source5:        %{name}.config.el5
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python >= 2.4
 BuildRequires:  rpm-python >= 4.4
@@ -53,7 +52,6 @@ make COMPILE_PYC=1
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 touch rpmlint.pyc rpmlint.pyo # just for the %%exclude to work everywhere
 make install DESTDIR=$RPM_BUILD_ROOT ETCDIR=%{_sysconfdir} MANDIR=%{_mandir} \
   LIBDIR=%{_datadir}/rpmlint BINDIR=%{_bindir}
@@ -70,12 +68,7 @@ popd
 make check
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,0755)
 %doc AUTHORS COPYING ChangeLog CHANGES.package.old README config.example
 %config(noreplace) %{_sysconfdir}/rpmlint/
 %{_sysconfdir}/bash_completion.d/
@@ -88,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jul 12 2011 Tom Callaway <spot at fedoraproject.org> - 1.3-1
+- update to 1.3
+
 * Sun Apr 24 2011 Tom Callaway <spot at fedoraproject.org> - 1.2-1
 - update to 1.2
 - filter away files-attr-not-set for all targets except EL-4 (bz694579)
diff --git a/sources b/sources
index 3ec254f..78f6659 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-adc01e86aa1ebb8a93d162bbac238444  rpmlint-1.2.tar.xz
+afe1b906776d1ab8148888c25fd31006  rpmlint-1.3.tar.xz


More information about the scm-commits mailing list