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)
This commit is contained in:
Martin Kolman 2015-04-23 18:44:08 +02:00
parent e9e5730cf5
commit 070c0a2c4f
3 changed files with 20 additions and 10 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <mkolman@redhat.com> - 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 <mkolman@redhat.com> - 0.3.32-1
- Point out the err in case that ks parsing failed (#1145130) (fabiand)
- Switch to Zanata for translations (mkolman)

View File

@ -1 +1 @@
be34404c000dd7b968aca079e47223c2 initial-setup-0.3.32.tar.gz
ead1d2357f1d90c796ee86d857ae3469 initial-setup-0.3.33.tar.gz