forked from pool/rpmlint
This commit is contained in:
parent
f0763065e9
commit
d4fa818a8b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 18 12:01:42 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Fix name of completions file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 12 09:40:01 CEST 2008 - dmueller@suse.de
|
Tue Aug 12 09:40:01 CEST 2008 - dmueller@suse.de
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Name: rpmlint
|
|||||||
BuildRequires: rpm-python
|
BuildRequires: rpm-python
|
||||||
Summary: Rpm correctness checker
|
Summary: Rpm correctness checker
|
||||||
Version: 0.83
|
Version: 0.83
|
||||||
Release: 27
|
Release: 28
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Source1: config
|
Source1: config
|
||||||
Source1001: config.in
|
Source1001: config.in
|
||||||
@ -192,6 +192,7 @@ make
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
mv $RPM_BUILD_ROOT/etc/bash_completion.d/rpmlint{,.sh}
|
||||||
mv $RPM_BUILD_ROOT/etc/rpmlint/config $RPM_BUILD_ROOT/usr/share/rpmlint/config
|
mv $RPM_BUILD_ROOT/etc/rpmlint/config $RPM_BUILD_ROOT/usr/share/rpmlint/config
|
||||||
head -n 8 $RPM_BUILD_ROOT/usr/share/rpmlint/config > $RPM_BUILD_ROOT/etc/rpmlint/config
|
head -n 8 $RPM_BUILD_ROOT/usr/share/rpmlint/config > $RPM_BUILD_ROOT/etc/rpmlint/config
|
||||||
# make sure that the package is sane
|
# make sure that the package is sane
|
||||||
@ -207,10 +208,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_prefix}/share/rpmlint
|
%{_prefix}/share/rpmlint
|
||||||
%config(noreplace) /etc/rpmlint/config
|
%config(noreplace) /etc/rpmlint/config
|
||||||
%dir /etc/rpmlint
|
%dir /etc/rpmlint
|
||||||
/etc/bash_completion.d/rpmlint
|
/etc/bash_completion.d/rpmlint.sh
|
||||||
/usr/share/man/man1/rpmlint.1.gz
|
/usr/share/man/man1/rpmlint.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 18 2008 schwab@suse.de
|
||||||
|
- Fix name of completions file.
|
||||||
* Tue Aug 12 2008 dmueller@suse.de
|
* Tue Aug 12 2008 dmueller@suse.de
|
||||||
- be more verbose in the lsb init script checks
|
- be more verbose in the lsb init script checks
|
||||||
* Mon Aug 04 2008 dmueller@suse.de
|
* Mon Aug 04 2008 dmueller@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user