1.3
This commit is contained in:
parent
6a047fdab5
commit
76c1090bd2
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/rpmlint-1.0.tar.bz2
|
/rpmlint-1.0.tar.bz2
|
||||||
/rpmlint-1.1.tar.xz
|
/rpmlint-1.1.tar.xz
|
||||||
/rpmlint-1.2.tar.xz
|
/rpmlint-1.2.tar.xz
|
||||||
|
/rpmlint-1.3.tar.xz
|
||||||
|
12
rpmlint.spec
12
rpmlint.spec
@ -1,5 +1,5 @@
|
|||||||
Name: rpmlint
|
Name: rpmlint
|
||||||
Version: 1.2
|
Version: 1.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for checking common errors in RPM packages
|
Summary: Tool for checking common errors in RPM packages
|
||||||
|
|
||||||
@ -14,7 +14,6 @@ Source3: %{name}-etc.config
|
|||||||
Source4: %{name}.config.el4
|
Source4: %{name}.config.el4
|
||||||
# EL-5 specific config
|
# EL-5 specific config
|
||||||
Source5: %{name}.config.el5
|
Source5: %{name}.config.el5
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python >= 2.4
|
BuildRequires: python >= 2.4
|
||||||
BuildRequires: rpm-python >= 4.4
|
BuildRequires: rpm-python >= 4.4
|
||||||
@ -53,7 +52,6 @@ make COMPILE_PYC=1
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
touch rpmlint.pyc rpmlint.pyo # just for the %%exclude to work everywhere
|
touch rpmlint.pyc rpmlint.pyo # just for the %%exclude to work everywhere
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT ETCDIR=%{_sysconfdir} MANDIR=%{_mandir} \
|
make install DESTDIR=$RPM_BUILD_ROOT ETCDIR=%{_sysconfdir} MANDIR=%{_mandir} \
|
||||||
LIBDIR=%{_datadir}/rpmlint BINDIR=%{_bindir}
|
LIBDIR=%{_datadir}/rpmlint BINDIR=%{_bindir}
|
||||||
@ -70,12 +68,7 @@ popd
|
|||||||
make check
|
make check
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,0755)
|
|
||||||
%doc AUTHORS COPYING ChangeLog CHANGES.package.old README config.example
|
%doc AUTHORS COPYING ChangeLog CHANGES.package.old README config.example
|
||||||
%config(noreplace) %{_sysconfdir}/rpmlint/
|
%config(noreplace) %{_sysconfdir}/rpmlint/
|
||||||
%{_sysconfdir}/bash_completion.d/
|
%{_sysconfdir}/bash_completion.d/
|
||||||
@ -88,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 12 2011 Tom Callaway <spot@fedoraproject.org> - 1.3-1
|
||||||
|
- update to 1.3
|
||||||
|
|
||||||
* Sun Apr 24 2011 Tom Callaway <spot@fedoraproject.org> - 1.2-1
|
* Sun Apr 24 2011 Tom Callaway <spot@fedoraproject.org> - 1.2-1
|
||||||
- update to 1.2
|
- update to 1.2
|
||||||
- filter away files-attr-not-set for all targets except EL-4 (bz694579)
|
- filter away files-attr-not-set for all targets except EL-4 (bz694579)
|
||||||
|
Loading…
Reference in New Issue
Block a user