rpms/yum-utils/devel yum-utils.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Sat Jun 11 19:28:22 UTC 2005


Author: skvidal

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

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


--- NEW FILE yum-utils.spec ---
Summary: Utilities based around the yum package manager
Name: yum-utils
Version: 0.2
Release: 2
License: GPL
Group: Development/Tools
Source: http://linux.duke.edu/yum/download/yum-utils/%{name}-%{version}.tar.gz
URL: http://linux.duke.edu/yum/download/yum-utils/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: python, yum >= 2.3.2

%description
yum-utils is a collection of utilities and examples for the yum package
manager. It includes utilities by different authors that make yum easier and 
more powerful to use.

%package -n yum-updateonboot
Summary: Run yum update on system boot
Group: System Environment/Base
Requires: python, yum >= 2.3.2
Requires(pre): chkconfig
Requires(post): chkconfig

%description -n yum-updateonboot
Runs yum update on system boot. This allows machines that have been turned
off for an extended amount of time to become secure immediately, instead of
waiting until the next early morning cron job.

%prep
%setup -q

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
make -C updateonboot DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT

%post -n yum-updateonboot
/sbin/chkconfig --add yum-updateonboot >/dev/null 2>&1 || :;

%preun -n yum-updateonboot
if [ $1 = 0 ]; then
    /sbin/service yum-updateonboot stop >/dev/null 2>&1 || :;
    /sbin/chkconfig --del yum >/dev/null 2>&1 || :;
fi

%files
%defattr(-, root, root)
%doc README 
%{_bindir}/package-cleanup
%{_bindir}/repoclosure
%{_bindir}/repomanage
%{_bindir}/repoquery
%{_bindir}/repo-rss
%{_bindir}/yumdownloader
%{_bindir}/yum-builddep

%files -n yum-updateonboot
%defattr(-, root, root)
%doc updateonboot/README
%{_sysconfdir}/sysconfig/yum-updateonboot
%{_initrddir}/yum-updateonboot

%changelog
* Wed Jun  1 2005 Seth Vidal <skvidal at phy.duke.edu>
- 0.2

* Mon May 23 2005 Panu Matilainen <pmatilai at laiskiainen.org>
- add yum-updateboot subpackage

* Mon May 16 2005 Gijs Hollestelle <gijs at gewis.nl>
- first version based on the mock spec file


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/yum-utils/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Jun 2005 19:27:59 -0000	1.1
+++ .cvsignore	11 Jun 2005 19:28:20 -0000	1.2
@@ -0,0 +1 @@
+yum-utils-0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/yum-utils/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Jun 2005 19:27:59 -0000	1.1
+++ sources	11 Jun 2005 19:28:20 -0000	1.2
@@ -0,0 +1 @@
+4e7a416d040c194c1cb9e77651f0c86f  yum-utils-0.2.tar.gz




More information about the fedora-extras-commits mailing list