New upstream release
This commit is contained in:
parent
1a2b5ac972
commit
980363b7fa
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/gnome-desktop-testing-2013.1.tar.xz
|
||||
/gnome-desktop-testing-2014.1.tar.xz
|
||||
|
@ -1,15 +1,14 @@
|
||||
Name: gnome-desktop-testing
|
||||
Version: 2013.1
|
||||
Release: 2%{?dist}
|
||||
Version: 2014.1
|
||||
Release: 1%{?dist}
|
||||
Summary: GNOME test runner for installed tests
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://live.gnome.org/GnomeGoals/InstalledTests
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop-testing/2013.1/%{name}-%{version}.tar.xz
|
||||
URL: https://live.gnome.org/Initiatives/GnomeGoals/InstalledTests
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop-testing/%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(libsystemd-journal)
|
||||
|
||||
%description
|
||||
gnome-desktop-testing-runner is a basic runner for tests that are
|
||||
@ -17,18 +16,15 @@ installed in /usr/share/installed-tests.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%configure --with-systemd-journal
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%doc COPYING README
|
||||
%{_bindir}/gnome-desktop-testing-runner
|
||||
@ -36,6 +32,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 30 2014 Colin Walters <walters@verbum.org> - 2014.1-1
|
||||
- New upstream release
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2013.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user