rpms/preupgrade/devel preupgrade.spec,NONE,1.1 sources,1.1,1.2

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Tue Apr 8 21:26:37 UTC 2008


Author: skvidal

Update of /cvs/extras/rpms/preupgrade/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4741

Modified Files:
	sources 
Added Files:
	preupgrade.spec 
Log Message:
first for devel, too




--- NEW FILE preupgrade.spec ---
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Summary: Preresolves dependencies and prepares a system for an upgrade
Name: preupgrade
Version: 0.9
Release: 2%{?dist}
License: GPLv2+
Group: System Environment/Base
Source: https://fedorahosted.org/releases/p/r/preupgrade/%{name}-%{version}.tar.gz
URL: https://fedorahosted.org/preupgrade/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: python >= 2.1, rpm-python, rpm >= 0:4.1.1
Requires: yum-metadata-parser, yum >= 3.2.8
Requires: usermode
BuildRequires: desktop-file-utils, python

%description
Preresolves all dependencies, downloads the packages and makes your system 
ready for an upgrade via anaconda.

%prep
%setup -q

%build
# no op

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
ln -s consolehelper $RPM_BUILD_ROOT/%{_bindir}/%{name}
rm -rf $RPM_BUILD_ROOT/%{_sbindir}/%{name}-cli

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-, root, root)
%dir %{_datadir}/%{name}
%doc ChangeLog README COPYING
%config(noreplace) %{_sysconfdir}/pam.d/*
%config(noreplace) %{_sysconfdir}/security/console.apps/*
%{_datadir}/%{name}/*
%{_sbindir}/%{name}
%{_bindir}/%{name}
%{python_sitelib}/%{name}

%changelog
* Mon Apr  7 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.9-2
- add dist tag
- fix buildroot
- fix buildarchitectures to buildarch


* Thu Apr  3 2008 Will Woods <wwoods at redhat.com> - 0.9-1
- Remove .desktop file; we'll run from a puplet notification (or by hand)
- Check file size on downloaded boot images to make sure they're the right ones
- More descriptive title for boot item
- Update releases.list - add Fedora 9 Beta
- Add python as a buildreq 

* Wed Mar 26 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.8-1
- remove the cli for now b/c it is broken!

* Mon Mar 24 2008 Will Woods <wwoods at redhat.com> - 0.8-1
- Functionally nearly complete
- Add .desktop file for GUI

* Thu Feb  7 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.1-1
- first pkging attempt


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/preupgrade/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Apr 2008 20:49:54 -0000	1.1
+++ sources	8 Apr 2008 21:25:45 -0000	1.2
@@ -0,0 +1 @@
+03b8ef0eef68ce59a67b10347f2c2ebc  preupgrade-0.9.tar.gz




More information about the fedora-extras-commits mailing list