SPECS: yumex.spec (NEW) - initial PLD release

patrys patrys at pld-linux.org
Wed May 23 20:10:32 CEST 2007


Author: patrys                       Date: Wed May 23 18:10:32 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

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

---- Diffs:

================================================================
Index: SPECS/yumex.spec
diff -u /dev/null SPECS/yumex.spec:1.1
--- /dev/null	Wed May 23 20:10:32 2007
+++ SPECS/yumex.spec	Wed May 23 20:10:27 2007
@@ -0,0 +1,72 @@
+# $Revision$, $Date$
+Summary:	YumExtender - a graphical frontend to yum
+Name:		yumex
+Version:	1.9.6
+Release:	1
+License:	GPL v2
+Group:		Applications/System
+Source0:	http://www.yum-extender.org/dnl/yumex/source/%{name}-%{version}.tar.gz
+# Source0-md5:	d48a858c5dfb307c724a2c2c2bcc4e00
+Patch0:		%{name}-yum-config.patch
+Patch1:		%{name}-gnomesu.patch
+URL:		http://www.yum-extender.org/
+BuildRequires:	gettext-devel
+Requires:	gnomesu
+Requires:	yum
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+YumExtender - a graphical frontend to yum
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p1
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	PYLIBDIR=%{py_sitescriptdir}/..
+
+rm $RPM_BUILD_ROOT%{_bindir}/yumex
+ln -s /usr/share/yumex/yumex $RPM_BUILD_ROOT%{_bindir}/yumex
+
+%py_postclean
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc COPYING ChangeLog
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/yumex.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/yumex.profiles.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pam.d/yumex
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/security/console.apps/yumex
+%attr(755,root,root) %{_bindir}/yumex
+%dir %{py_sitescriptdir}/yumgui
+%{py_sitescriptdir}/*/*.py[co]
+%{_desktopdir}/yumex.desktop
+%dir %{_datadir}/yumex
+%attr(755,root,root) %{_datadir}/yumex/yumex
+%{_datadir}/yumex/*.py*
+%{_datadir}/yumex/*.glade
+%{_pixmapsdir}/yumex
+
+%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  2007/05/23 18:10:27  patrys
+- initial PLD release
+
================================================================


More information about the pld-cvs-commit mailing list