rpmreaper/rpmreaper.spec

73 lines
2.1 KiB
RPMSpec
Raw Normal View History

2008-06-05 07:33:51 +00:00
Name: rpmreaper
2009-04-02 12:08:56 +00:00
Version: 0.1.6
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
Patch0: rpmreaper-0.1.6-librpm.patch
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
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
%patch0 -p1 -b .librpm
%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
* 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)
* Mon Feb 15 2010 Miroslav Lichvar <mlichvar@redhat.com> 0.1.6-3
- fix linking with --no-add-needed (#564724)
* 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
* 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
* 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