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

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Tue Jul 24 15:20:53 UTC 2007


Author: katzj

Update of /cvs/pkgs/rpms/yum-updatesd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21554

Modified Files:
	.cvsignore sources 
Added Files:
	yum-updatesd.spec 
Log Message:
* Tue Jul 24 2007 Jeremy Katz <katzj at redhat.com> - 1:0.4-1
- minor review fixes.  add --oneshot mode



--- NEW FILE yum-updatesd.spec ---
Summary: Update notification daemon
Name: yum-updatesd
Epoch: 1
Version: 0.4
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
# source is from the 0.4 tag at http://linux.duke.edu/yum/git/yum-updatesd.git
Source0: %{name}-%{version}.tar.bz2
URL: http://linux.duke.edu/yum/
BuildArch: noarch
BuildRequires: python
Requires: python >= 2.4
Requires: yum >= 3.2.0
Requires: dbus-python
Requires: pygobject2
Requires: gamin-python
Requires(preun): /sbin/chkconfig
Requires(post): /sbin/chkconfig
Requires(preun): /sbin/service
Requires(post): /sbin/service
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
yum-updatesd provides a daemon which checks for available updates and 
can notify you when they are available via email, syslog or dbus. 

%prep
%setup -q

%build
make

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

%clean
rm -rf $RPM_BUILD_ROOT

%post
/sbin/chkconfig --add yum-updatesd
/sbin/service yum-updatesd condrestart >/dev/null 2>&1
exit 0

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

%files
%defattr(-,root,root,-)
%doc COPYING
%{_sysconfdir}/rc.d/init.d/yum-updatesd
%config(noreplace) %{_sysconfdir}/yum/yum-updatesd.conf
%config %{_sysconfdir}/dbus-1/system.d/yum-updatesd.conf
%{_sbindir}/yum-updatesd
%{_libexecdir}/yum-updatesd-helper
%{_mandir}/man*/yum-updatesd*


%changelog
* Tue Jul 24 2007 Jeremy Katz <katzj at redhat.com> - 1:0.4-1
- minor review fixes.  add --oneshot mode

* Mon Jul 23 2007 Jeremy Katz <katzj at redhat.com> - 1:0.3-1
- update to new version

* Thu Jul 19 2007 Jeremy Katz <katzj at redhat.com> - 1:0.1-1
- new package for standalone yum-updatesd


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/yum-updatesd/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Jul 2007 21:05:24 -0000	1.1
+++ .cvsignore	24 Jul 2007 15:20:20 -0000	1.2
@@ -0,0 +1 @@
+yum-updatesd-0.4.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-updatesd/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Jul 2007 21:05:24 -0000	1.1
+++ sources	24 Jul 2007 15:20:20 -0000	1.2
@@ -0,0 +1 @@
+9ae8c8c5d92442f2430096cbbe17ecfd  yum-updatesd-0.4.tar.bz2




More information about the fedora-extras-commits mailing list