forked from pool/dialog
Accepting request 88918 from Base:System
OBS-URL: https://build.opensuse.org/request/show/88918 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=17
This commit is contained in:
commit
971aba5b56
@ -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
|
||||
|
||||
|
23
dialog.spec
23
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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,7 +15,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: dialog
|
||||
@ -30,22 +29,11 @@ Group: Development/Libraries/Other
|
||||
Source: dialog-1.1-20080727.tar.bz2
|
||||
Source1: dialog.ko.po.bz2
|
||||
Patch: dialog-1.1-20080727.dif
|
||||
AutoReqProv: on
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
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
|
||||
%setup -n dialog-1.1-20080727
|
||||
bzcat %{S:1} > po/ko.po
|
||||
@ -64,9 +52,7 @@ bzcat %{S:1} > po/ko.po
|
||||
break
|
||||
done
|
||||
export CC LIBS CFLAGS
|
||||
./configure --prefix=%{_prefix} \
|
||||
--infodir=%{_infodir} \
|
||||
--mandir=%{_mandir} \
|
||||
%configure \
|
||||
--enable-nls \
|
||||
--enable-included-msgs \
|
||||
--enable-widec \
|
||||
@ -79,9 +65,6 @@ bzcat %{S:1} > po/ko.po
|
||||
rm -rf %{buildroot}%{_datadir}/locale/rm/ # Rhaeto-Romance
|
||||
%find_lang %name
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files -f %name.lang
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGES README VERSION COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user