rpms/rpmreaper/F-9 rpmreaper.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Miroslav Lichvar (mlichvar) fedora-extras-commits at redhat.com
Thu Jun 5 07:45:11 UTC 2008


Author: mlichvar

Update of /cvs/pkgs/rpms/rpmreaper/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15792

Modified Files:
	.cvsignore sources 
Added Files:
	rpmreaper.spec 
Log Message:
- initial release



--- NEW FILE rpmreaper.spec ---
Name:           rpmreaper
Version:        0.1.3
Release:        1%{?dist}
Summary:        A tool for removing packages from system

Group:          Applications/System
License:        GPLv2+
URL:            https://fedorahosted.org/rpmreaper/
Source0:        https://fedorahosted.org/releases/r/p/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  ncurses-devel rpm-devel

%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

%build
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

%changelog
* Tue Jun 03 2008 Miroslav Lichvar <mlichvar at redhat.com> 0.1.3-1
- initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rpmreaper/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Jun 2008 16:24:49 -0000	1.1
+++ .cvsignore	5 Jun 2008 07:44:29 -0000	1.2
@@ -0,0 +1 @@
+rpmreaper-0.1.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rpmreaper/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Jun 2008 16:24:49 -0000	1.1
+++ sources	5 Jun 2008 07:44:29 -0000	1.2
@@ -0,0 +1 @@
+be1f31514368fab7f80a8ee5631a0388  rpmreaper-0.1.3.tar.gz




More information about the fedora-extras-commits mailing list