2008-06-05 07:33:51 +00:00
|
|
|
Name: rpmreaper
|
2009-04-02 12:08:56 +00:00
|
|
|
Version: 0.1.6
|
2010-08-24 13:58:06 +00:00
|
|
|
Release: 4%{?dist}
|
2008-06-05 07:33:51 +00:00
|
|
|
Summary: A tool for removing packages from system
|
|
|
|
|
|
|
|
Group: Applications/System
|
|
|
|
License: GPLv2+
|
|
|
|
URL: https://fedorahosted.org/rpmreaper/
|
2009-04-02 12:08:56 +00:00
|
|
|
Source0: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
|
2010-02-15 12:32:47 +00:00
|
|
|
Patch0: rpmreaper-0.1.6-librpm.patch
|
2010-08-24 13:58:06 +00:00
|
|
|
Patch1: rpmreaper-0.1.6-f2help.patch
|
2008-06-05 07:33:51 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
BuildRequires: ncurses-devel rpm-devel
|
2010-08-24 13:58:06 +00:00
|
|
|
Requires: less rpm
|
2008-06-05 07:33:51 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
rpmreaper is a simple ncurses application with a mutt-like interface that
|
|
|
|
allows removing unnecessary packages and their dependencies from the system.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2010-02-15 12:32:47 +00:00
|
|
|
%patch0 -p1 -b .librpm
|
2010-08-24 13:58:06 +00:00
|
|
|
%patch1 -p1 -b .f2help
|
2008-06-05 07:33:51 +00:00
|
|
|
|
|
|
|
%build
|
2008-09-19 13:02:30 +00:00
|
|
|
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
|
2008-06-05 07:33:51 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2008-06-25 17:28:09 +00:00
|
|
|
%doc COPYING NEWS README
|
2008-06-05 07:33:51 +00:00
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_mandir}/man1/%{name}.1*
|
|
|
|
|
|
|
|
%changelog
|
2010-08-24 13:58:06 +00:00
|
|
|
* Tue Aug 24 2010 Miroslav Lichvar <mlichvar@redhat.com> 0.1.6-4
|
|
|
|
- print F2 as help key in help line (#472039)
|
|
|
|
- require less (#599183)
|
|
|
|
|
2010-02-15 12:32:47 +00:00
|
|
|
* Mon Feb 15 2010 Miroslav Lichvar <mlichvar@redhat.com> 0.1.6-3
|
|
|
|
- fix linking with --no-add-needed (#564724)
|
|
|
|
|
2009-07-27 03:14:15 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-04-02 12:08:56 +00:00
|
|
|
* Thu Apr 02 2009 Miroslav Lichvar <mlichvar@redhat.com> 0.1.6-1
|
|
|
|
- update to 0.1.6
|
|
|
|
|
2009-03-06 22:58:44 +00:00
|
|
|
* Fri Mar 06 2009 Jesse Keating <jkeating@redhat.com> - 0.1.5-3
|
|
|
|
- Rebuild for new rpm
|
|
|
|
|
2009-02-25 20:31:51 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-09-19 13:02:30 +00:00
|
|
|
* Fri Sep 19 2008 Miroslav Lichvar <mlichvar@redhat.com> 0.1.5-1
|
|
|
|
- update to 0.1.5
|
|
|
|
|
2008-07-14 16:42:30 +00:00
|
|
|
* Mon Jul 14 2008 Miroslav Lichvar <mlichvar@redhat.com> 0.1.4-2
|
|
|
|
- fix building with new rpm (Panu Matilainen)
|
|
|
|
|
2008-06-25 17:28:09 +00:00
|
|
|
* Wed Jun 25 2008 Miroslav Lichvar <mlichvar@redhat.com> 0.1.4-1
|
|
|
|
- update to 0.1.4
|
|
|
|
|
2008-06-05 07:33:51 +00:00
|
|
|
* Tue Jun 03 2008 Miroslav Lichvar <mlichvar@redhat.com> 0.1.3-1
|
|
|
|
- initial release
|