rpms/gnome-yum/devel gnome-yum.spec, 1.2, 1.3 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

András Tóth (tbandi72) fedora-extras-commits at redhat.com
Mon Jun 5 13:40:15 UTC 2006


Author: tbandi72

Update of /cvs/extras/rpms/gnome-yum/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8977/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gnome-yum.spec 
Log Message:
auto-import gnome-yum-0.1.3-2.fc6 on branch devel from gnome-yum-0.1.3-2.fc6.src.rpm


Index: gnome-yum.spec
===================================================================
RCS file: gnome-yum.spec
diff -N gnome-yum.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ gnome-yum.spec	5 Jun 2006 13:40:15 -0000	1.3
@@ -0,0 +1,57 @@
+Summary:         GNOME interface for YUM
+Name:            gnome-yum
+Version:         0.1.3
+Release:         2%{?dist}
+Group:           Applications/System
+License:         GPL
+Source0:         http://prdownloads.sourceforge.net/g/gn/gnome-yum/%{name}-%{version}.tar.bz2
+Url:             http://gnome-yum.sourceforge.net
+Requires:        usermode
+BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:   GConf2-devel vte-devel gnome-vfs2-devel desktop-file-utils libgnomeui-devel
+
+%description 
+GNOME Interface for YUM
+
+%prep
+%setup -q
+
+%build
+%configure
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%makeinstall
+%find_lang gnome-yum
+rm -f $RPM_BUILD_ROOT%{_bindir}/gnome-yum
+cd $RPM_BUILD_ROOT%{_bindir}
+ln -s consolehelper gnome-yum
+for doc in ABOUT-NLS AUTHORS README COPYING INSTALL NEWS TODO ChangeLog; do
+	rm -f $RPM_BUILD_ROOT%{_prefix}/doc/gnome-yum/$doc
+done
+desktop-file-install --vendor fedora --delete-original       \
+  --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
+  $RPM_BUILD_ROOT%{_datadir}/applications/gnome-yum.desktop
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f gnome-yum.lang
+%doc ABOUT-NLS AUTHORS README COPYING INSTALL TODO ChangeLog 
+%defattr(-,root,root)
+%dir %{_datadir}/pixmaps/gnome-yum
+%{_datadir}/pixmaps/gnome-yum
+%{_datadir}/applications/*.desktop
+%{_bindir}/gnome-yum
+%{_sbindir}/gnome-yum
+%config(noreplace) %{_sysconfdir}/pam.d/gnome-yum
+%config(noreplace) %{_sysconfdir}/security/console.apps/gnome-yum
+%attr(0755,root,root) %{_datadir}/gnome-yum/gyum-query.sh
+
+%changelog
+* Mon Jun 5 2006 András Tóth  <toth_bandi at users.sourceforge.net> - 0.1.3-2
+- Rebuild for fedora-extras-development: resolve broken dependencies
+
+* Sat Jan 14 2006 András Tóth  <toth_bandi at users.sourceforge.net> - 0.1.3-1
+- Fixed specfile format bugs


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gnome-yum/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Mar 2006 04:50:44 -0000	1.1
+++ .cvsignore	5 Jun 2006 13:40:15 -0000	1.2
@@ -0,0 +1 @@
+gnome-yum-0.1.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gnome-yum/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Mar 2006 04:50:44 -0000	1.1
+++ sources	5 Jun 2006 13:40:15 -0000	1.2
@@ -0,0 +1 @@
+6238e0ab0f99d6909ea55e9193bf9fd6  gnome-yum-0.1.3.tar.bz2




More information about the scm-commits mailing list