Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37891427
en ru br
ALT Linux repos
S:1.19-alt1
5.0: 1.3-alt1

Group :: System/Configuration/Packaging
RPM: rpmorphan

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: rpmorphan
Version: 1.3
Release: alt1

Summary: Find orphaned RPM packages

Group: System/Configuration/Packaging
License: GPL
Url: http://rpmorphan.sourceforge.net/

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://prdownloads.sourceforge.net/sourceforge/rpmorphan/rpmorphan-%version.tar.bz2

#Requires: perl-Tk

#Requires: rpm
BuildArch: noarch

%description
rpmorphan  finds  "orphaned"  packages  on  your system. It determines
which packages have no other packages depending on their installation,
and shows you a list of these packages.
It intends to be clone of deborphan debian tools for rpm packages.

It will try to help you to remove unused packages, for exemple :
- after a distribution upgrade
- when you want to suppress packages after some tests

several tools are also provided :
- rpmusage : display rpm packages last use date
- rpmdep   : display the full dependency of an installed rpm package
- rpmduplicates : find programs with several version installed

%prep
%setup -q

%install
%makeinstall_std
rm -r %buildroot%_docdir

%files
%doc Authors Changelog COPYING NEWS Readme rpmorphan.lsm Todo
%_bindir/rpmorphan*
%_bindir/rpmorphan-lib.pl
%_bindir/rpmusage*
%_bindir/rpmdep*
%_bindir/rpmduplicates*
%_man1dir/rpmorphan.1*
%_man1dir/rpmusage.1*
%_man1dir/rpmdep.1*
%_man1dir/rpmduplicates.1*
%dir %_var/lib/rpmorphan/
%_var/lib/rpmorphan/keep

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin