parent
bc130ad35c
commit
066c4f5439
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
||||
/gnome-desktop-testing-2013.1.tar.xz
|
40
gnome-desktop-testing.spec
Normal file
40
gnome-desktop-testing.spec
Normal file
@ -0,0 +1,40 @@
|
||||
Name: gnome-desktop-testing
|
||||
Version: 2013.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
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: systemd-devel
|
||||
|
||||
%description
|
||||
gnome-desktop-testing-runner is a basic runner for tests that are
|
||||
installed in /usr/share/installed-tests.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
%configure --with-systemd-journal
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%doc COPYING README
|
||||
%{_bindir}/gnome-desktop-testing-runner
|
||||
%{_libdir}/gnome-desktop-testing
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> - 2013.1-1
|
||||
- Initial packaging (#976919)
|
Loading…
Reference in New Issue
Block a user