- update to 0.1.5
This commit is contained in:
parent
f9386c06d4
commit
43bf1c2204
@ -1 +1 @@
|
||||
rpmreaper-0.1.4.tar.gz
|
||||
rpmreaper-0.1.5.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: rpmreaper
|
||||
Version: 0.1.4
|
||||
Release: 2%{?dist}
|
||||
Version: 0.1.5
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool for removing packages from system
|
||||
|
||||
Group: Applications/System
|
||||
@ -19,7 +19,7 @@ allows removing unnecessary packages and their dependencies from the system.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -D_RPM_4_4_COMPAT"
|
||||
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -35,6 +35,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
|
||||
%changelog
|
||||
* Fri Sep 19 2008 Miroslav Lichvar <mlichvar@redhat.com> 0.1.5-1
|
||||
- update to 0.1.5
|
||||
|
||||
* Mon Jul 14 2008 Miroslav Lichvar <mlichvar@redhat.com> 0.1.4-2
|
||||
- fix building with new rpm (Panu Matilainen)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user