rpmreaper/rpmreaper.spec

104 lines
3.5 KiB
RPMSpec
Raw Normal View History

2008-06-05 07:33:51 +00:00
Name: rpmreaper
2014-04-22 13:38:11 +00:00
Version: 0.2.0
2014-05-06 09:08:44 +00:00
Release: 2%{?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
Patch1: rpmreaper-provfilename.patch
2008-06-05 07:33:51 +00:00
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
%patch1 -p1 -b .provfilename
2008-06-05 07:33:51 +00:00
%build
2014-04-22 13:38:11 +00:00
make %{?_smp_mflags} EXTRA_CFLAGS="$RPM_OPT_FLAGS"
2008-06-05 07:33:51 +00:00
%install
%makeinstall
%files
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
2014-05-06 09:08:44 +00:00
* Tue May 06 2014 Miroslav Lichvar <mlichvar@redhat.com> 0.2.0-2
- canonize also provided filenames for symlinked system dirs
2014-04-22 13:40:34 +00:00
* Tue Apr 22 2014 Miroslav Lichvar <mlichvar@redhat.com> 0.2.0-1
- update to 0.2.0
2013-12-04 16:35:34 +00:00
* Wed Dec 04 2013 Miroslav Lichvar <mlichvar@redhat.com> 0.1.6-14
- fix building with -Werror=format-security (#1037309)
- remove obsolete macros
- fix weekdays in changelog
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.6-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.6-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.6-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2013-12-04 16:41:57 +00:00
* Fri Mar 23 2012 Miroslav Lichvar <mlichvar@redhat.com> 0.1.6-10
2012-03-26 11:39:06 +00:00
- rebuild for new rpm
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.6-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Wed Jun 01 2011 Miroslav Lichvar <mlichvar@redhat.com> 0.1.6-8
- call rpmcliFini() only on exit (#709421)
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.6-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-01-31 16:36:40 +00:00
* Mon Jan 31 2011 Miroslav Lichvar <mlichvar@redhat.com> 0.1.6-6
- fix reading of package provides
* Fri Jan 21 2011 Miroslav Lichvar <mlichvar@redhat.com> 0.1.6-5
- rebuild for new rpm
- use RPMDBI_PACKAGES index when iterating rpmdb (#671149)
* 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