forked from pool/alevt
Accepting request 82736 from multimedia:apps
- Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel build (forwarded request 82719 from jengelh) OBS-URL: https://build.opensuse.org/request/show/82736 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alevt?expand=0&rev=12
This commit is contained in:
parent
9ae696285b
commit
0672a37d04
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 17 10:54:11 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections from specfile
|
||||||
|
- Use %_smp_mflags for parallel build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 25 20:18:34 CET 2009 - meissner@suse.de
|
Wed Nov 25 20:18:34 CET 2009 - meissner@suse.de
|
||||||
|
|
||||||
|
17
alevt.spec
17
alevt.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package alevt (Version 1.6.2)
|
# spec file for package alevt
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,7 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: alevt
|
Name: alevt
|
||||||
@ -29,7 +28,6 @@ BuildRequires: libpng-devel pkgconfig update-desktop-files xorg-x11-devel
|
|||||||
Url: http://www.goron.de/~froese/
|
Url: http://www.goron.de/~froese/
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Hardware/TV
|
Group: Hardware/TV
|
||||||
AutoReqProv: on
|
|
||||||
Summary: Teletext and Videotext Decoder for the BTTV Driver
|
Summary: Teletext and Videotext Decoder for the BTTV Driver
|
||||||
Version: 1.6.2
|
Version: 1.6.2
|
||||||
Release: 71
|
Release: 71
|
||||||
@ -47,12 +45,6 @@ driver (/dev/vbi) and the X Window System. It features multiple
|
|||||||
windows, a page cache, regexp searching, a built-in manual, and more.
|
windows, a page cache, regexp searching, a built-in manual, and more.
|
||||||
There is also a program to get the time from teletext.
|
There is also a program to get the time from teletext.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Edgar Toernig <froese@gmx.de>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
@ -60,7 +52,7 @@ Authors:
|
|||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make OPT="$RPM_OPT_FLAGS"
|
make OPT="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
echo "Using _prefix=%{_prefix} _man_dir=%{_man_dir}"
|
echo "Using _prefix=%{_prefix} _man_dir=%{_man_dir}"
|
||||||
@ -69,9 +61,6 @@ mkdir -p $RPM_BUILD_ROOT%{_prefix}/bin $RPM_BUILD_ROOT%{_prefix}/%{_man_dir}/man
|
|||||||
make rpm-install USR_X11R6=%{_prefix} MAN=%{_man_dir}
|
make rpm-install USR_X11R6=%{_prefix} MAN=%{_man_dir}
|
||||||
%suse_update_desktop_file -i alevt AudioVideo TV
|
%suse_update_desktop_file -i alevt AudioVideo TV
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CHANGELOG COPYRIGHT README
|
%doc CHANGELOG COPYRIGHT README
|
||||||
|
Loading…
Reference in New Issue
Block a user