osc copypac from project:home:lrupp:EDU package:perl-UI-Dialog revision:3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-UI-Dialog?expand=0&rev=1
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
UI-Dialog-1.08.tar.bz2
Normal file
3
UI-Dialog-1.08.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9e4cb1c88e1a4eea11a1fab4c115601fa4666521e7d2b43830116b256a2d8d98
|
||||||
|
size 59708
|
5
perl-UI-Dialog.changes
Normal file
5
perl-UI-Dialog.changes
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 6 21:26:17 CEST 2008 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
- initial version 1.08
|
||||||
|
|
68
perl-UI-Dialog.spec
Normal file
68
perl-UI-Dialog.spec
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
#
|
||||||
|
# spec file for package perl-UI-Dialog
|
||||||
|
#
|
||||||
|
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
Name: perl-UI-Dialog
|
||||||
|
%define real_name UI-Dialog
|
||||||
|
Summary: OOPerl wrapper for the various dialog applications.
|
||||||
|
Url: http://search.cpan.org/perldoc?UI::Dialog
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
|
License: Artistic License
|
||||||
|
Version: 1.08
|
||||||
|
Release: 1
|
||||||
|
Vendor: openSUSE-Education
|
||||||
|
Source: %{real_name}-%{version}.tar.bz2
|
||||||
|
Requires: perl = %{perl_version}
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
%description
|
||||||
|
UI::Dialog is a OOPerl wrapper for the various dialog applications. These
|
||||||
|
dialog backends are currently supported: Zenity, XDialog, GDialog, KDialog,
|
||||||
|
CDialog, and Whiptail. There is also an ASCII backend provided as a last resort
|
||||||
|
interface for the console based dialog variants. UI::Dialog is a class that
|
||||||
|
provides a strict interface to these various backend modules. By using
|
||||||
|
UI:Dialog (with it's imposed limitations on the widgets) you can ensure that
|
||||||
|
your Perl program will function with any available interfaces.
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Kevin C. Krinke, <kckrinke@opendoorsoftware.com>
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -n %{real_name}-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
perl Makefile.PL
|
||||||
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%check
|
||||||
|
make test
|
||||||
|
|
||||||
|
%install
|
||||||
|
%perl_make_install
|
||||||
|
%if 0%{?suse_version}
|
||||||
|
%perl_process_packlist
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%doc Changes README MANIFEST*
|
||||||
|
%doc %{_mandir}/man3/*
|
||||||
|
%dir %{perl_vendorarch}/auto/UI
|
||||||
|
%dir %{perl_vendorarch}/auto/UI/Dialog
|
||||||
|
%dir %{perl_vendorlib}/UI
|
||||||
|
%dir %{perl_vendorlib}/UI/Dialog
|
||||||
|
%{perl_vendorlib}/UI/*.pm
|
||||||
|
%{perl_vendorlib}/UI/*.pod
|
||||||
|
%{perl_vendorlib}/UI/Dialog/*
|
||||||
|
%{perl_vendorarch}/auto/UI/Dialog/.packlist
|
||||||
|
%if 0%{?suse_version}
|
||||||
|
/var/adm/perl-modules/%{name}
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%changelog
|
Reference in New Issue
Block a user