forked from pool/dialog
Accepting request 83251 from home:jengelh:bl-d
- Remove redundant tags/sections from specfile (cf. packaging guidelines) OBS-URL: https://build.opensuse.org/request/show/83251 OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
d47087ff12
commit
11962f81e8
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections from specfile
|
||||||
|
(cf. packaging guidelines)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de
|
Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
25
dialog.spec
25
dialog.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dialog (Version 1.1)
|
# spec file for package dialog
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 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: dialog
|
Name: dialog
|
||||||
@@ -24,28 +23,17 @@ BuildRequires: ncurses-devel
|
|||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Url: http://invisible-island.net/dialog/
|
Url: http://invisible-island.net/dialog/
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 39
|
Release: 40
|
||||||
Summary: Menus and Input Boxes for Shell Scripts
|
Summary: Menus and Input Boxes for Shell Scripts
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Source: dialog-1.1-20080727.tar.bz2
|
Source: dialog-1.1-20080727.tar.bz2
|
||||||
Source1: dialog.ko.po.bz2
|
Source1: dialog.ko.po.bz2
|
||||||
Patch: dialog-1.1-20080727.dif
|
Patch: dialog-1.1-20080727.dif
|
||||||
AutoReqProv: on
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This program lets you use menus and dialog boxes in shell scripts.
|
This program lets you use menus and dialog boxes in shell scripts.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Savio Lam <lam836@cs.cuhk.hk>
|
|
||||||
Alessandro Rubini <rubini@ipvvis.unipv.it>
|
|
||||||
Florian La Roche <florian@suse.de>
|
|
||||||
Marc Ewing <marc@redhat.com>
|
|
||||||
T.Dickey <dickey@clark.net>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n dialog-1.1-20080727
|
%setup -n dialog-1.1-20080727
|
||||||
bzcat %{S:1} > po/ko.po
|
bzcat %{S:1} > po/ko.po
|
||||||
@@ -64,9 +52,7 @@ bzcat %{S:1} > po/ko.po
|
|||||||
break
|
break
|
||||||
done
|
done
|
||||||
export CC LIBS CFLAGS
|
export CC LIBS CFLAGS
|
||||||
./configure --prefix=%{_prefix} \
|
%configure \
|
||||||
--infodir=%{_infodir} \
|
|
||||||
--mandir=%{_mandir} \
|
|
||||||
--enable-nls \
|
--enable-nls \
|
||||||
--enable-included-msgs \
|
--enable-included-msgs \
|
||||||
--enable-widec \
|
--enable-widec \
|
||||||
@@ -79,9 +65,6 @@ bzcat %{S:1} > po/ko.po
|
|||||||
rm -rf %{buildroot}%{_datadir}/locale/rm/ # Rhaeto-Romance
|
rm -rf %{buildroot}%{_datadir}/locale/rm/ # Rhaeto-Romance
|
||||||
%find_lang %name
|
%find_lang %name
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %name.lang
|
%files -f %name.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CHANGES README VERSION COPYING
|
%doc CHANGES README VERSION COPYING
|
||||||
|
Reference in New Issue
Block a user