From 070c0a2c4f088c5dacdb8a0ffa7628490de48c92 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Apr 23 2015 16:44:08 +0000 Subject: new version - Improve the Makefile (mkolman) - Remove old GUI testing code from the Makefile (mkolman) - Update upstream URL (#1213101) (mkolman) - Update upstream Git repository URL (mkolman) --- diff --git a/.gitignore b/.gitignore index bba33c3..3ec3146 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /initial-setup-0.3.29.tar.gz /initial-setup-0.3.31.tar.gz /initial-setup-0.3.32.tar.gz +/initial-setup-0.3.33.tar.gz diff --git a/initial-setup.spec b/initial-setup.spec index 47e4fa2..6a6f6f8 100644 --- a/initial-setup.spec +++ b/initial-setup.spec @@ -1,7 +1,7 @@ Summary: Initial system configuration utility Name: initial-setup -URL: http://fedoraproject.org/wiki/FirstBoot -Version: 0.3.32 +URL: https://fedoraproject.org/wiki/InitialSetup +Version: 0.3.33 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to @@ -9,7 +9,7 @@ Release: 1%{?dist} # # The source is thus available only from within this SRPM # or via direct git checkout: -# git clone git://git.fedorahosted.org/initial-setup.git +# git clone https://github.com/rhinstaller/initial-setup Source0: %{name}-%{version}.tar.gz %define debug_package %{nil} @@ -26,6 +26,7 @@ BuildRequires: gtk3-devel BuildRequires: glade-devel BuildRequires: anaconda >= %{anacondaver} BuildRequires: python-di +BuildRequires: intltool Requires: python Requires: anaconda-tui >= %{anacondaver} @@ -60,18 +61,20 @@ initial-setup utility. rm -rf *.egg-info %build -python setup.py build -make po-files +make %check -export XDG_RUNTIME_DIR=/tmp -python setup.py nosetests +make test %install -python setup.py install --skip-build --root $RPM_BUILD_ROOT -make install-po-files +rm -rf %{buildroot} +make DESTDIR=%{buildroot} install + %find_lang %{name} +%clean +rm -rf %{buildroot} + %post if [ $1 -ne 2 -a ! -f /etc/sysconfig/initial-setup ]; then platform="$(arch)" @@ -115,6 +118,12 @@ fi %{_unitdir}/initial-setup-graphical.service %changelog +* Thu Apr 23 2015 Martin Kolman - 0.3.33-1 +- Improve the Makefile (mkolman) +- Remove old GUI testing code from the Makefile (mkolman) +- Update upstream URL (#1213101) (mkolman) +- Update upstream Git repository URL (mkolman) + * Tue Mar 31 2015 Martin Kolman - 0.3.32-1 - Point out the err in case that ks parsing failed (#1145130) (fabiand) - Switch to Zanata for translations (mkolman) diff --git a/sources b/sources index 856670e..9332ba0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -be34404c000dd7b968aca079e47223c2 initial-setup-0.3.32.tar.gz +ead1d2357f1d90c796ee86d857ae3469 initial-setup-0.3.33.tar.gz