SPECS: rpm-analyzer.spec (NEW) - added

aredridel aredridel at pld-linux.org
Wed Feb 22 06:33:49 CET 2006


Author: aredridel                    Date: Wed Feb 22 05:33:49 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

---- Files affected:
SPECS:
   rpm-analyzer.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/rpm-analyzer.spec
diff -u /dev/null SPECS/rpm-analyzer.spec:1.1
--- /dev/null	Wed Feb 22 06:33:49 2006
+++ SPECS/rpm-analyzer.spec	Wed Feb 22 06:33:41 2006
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+Summary:	A graphical interface for RPM analyze
+Name:		rpm-analyzer
+Version:	1.0
+Release:	1
+Source0:	%{name}-%{version}.tar.bz2
+#Source0-MD5:	af90f4cb43b21f4597a2fd3b6eb80f5d
+License:	GPL
+Group:		Applications
+Requires:	libxml2-python
+Requires:	pygtk2
+Requires:	python2 >= 2.2
+Requires:	rhpl
+Requires:	rpm-python
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+rpm-analyzer provides a graphical interface that allows the user to
+view a RPM dependencies according to the local rpm configuration or a
+user-defined rpm configuration. This tool is hdlist based and may
+require a comps.xml file for some features so please consider
+installing comps.
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} DESTDIR=$RPM_BUILD_ROOT install
+%{__make} MANDIR=$RPM_BUILD_ROOT/%{_mandir} install-man
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING Changelog
+%{_prefix}/local/bin/rpm-analyzer
+%dir %{_datadir}/rpm-analyzer
+%{_datadir}/rpm-analyzer/*.py
+%dir %{_datadir}/rpm-analyzer/package_mgr
+%{_datadir}/rpm-analyzer/package_mgr/*.py
+%{_mandir}/man1/rpm-analyzer.*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/02/22 05:33:41  aredridel
+- added
+
================================================================


More information about the pld-cvs-commit mailing list