forked from pool/perl-Convert-UUlib
102 lines
2.9 KiB
RPMSpec
102 lines
2.9 KiB
RPMSpec
#
|
|
# spec file for package perl-Convert-UUlib (Version 1.051)
|
|
#
|
|
# Copyright (c) 2008 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
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
|
|
Name: perl-Convert-UUlib
|
|
License: Artistic License; GPL v2 or later
|
|
Group: Development/Libraries/Perl
|
|
Provides: p_conulb
|
|
Obsoletes: p_conulb
|
|
Requires: perl = %{perl_version}
|
|
AutoReqProv: on
|
|
Summary: Perl interface to the uulib library
|
|
Version: 1.051
|
|
Release: 133
|
|
Source: Convert-UUlib-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
Perl interface to the uulib library
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Marc Lehmann <pcg@goof.com>
|
|
|
|
%prep
|
|
%setup -n Convert-UUlib-%{version}
|
|
# ---------------------------------------------------------------------------
|
|
|
|
%build
|
|
perl Makefile.PL
|
|
make
|
|
|
|
%check
|
|
make test
|
|
# ---------------------------------------------------------------------------
|
|
|
|
%install
|
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|
%perl_process_packlist
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%dir %{perl_vendorarch}/Convert
|
|
%{perl_vendorarch}/Convert/UUlib.pm
|
|
%dir %{perl_vendorarch}/auto/Convert
|
|
%{perl_vendorarch}/auto/Convert/UUlib
|
|
%doc /usr/share/man/man3/Convert::UUlib.3pm.gz
|
|
/var/adm/perl-modules/perl-Convert-UUlib
|
|
%doc COPYING COPYING.Artistic COPYING.GNU Changes MANIFEST README example-decoder doc
|
|
|
|
%changelog
|
|
* Wed Jan 25 2006 mls@suse.de
|
|
- converted neededforbuild to BuildRequires
|
|
* Fri Apr 15 2005 schubi@suse.de
|
|
- update to most recent version 1.051
|
|
* Fri Feb 27 2004 choeger@suse.de
|
|
- update to most recent version 1.0
|
|
* Sun Jan 11 2004 adrian@suse.de
|
|
- add %%defattr
|
|
* Fri Aug 22 2003 mjancar@suse.cz
|
|
- require the perl version we build with
|
|
* Thu Jul 17 2003 choeger@suse.de
|
|
- use install_vendor and new %%perl_process_packlist macro
|
|
* Tue Jun 17 2003 choeger@suse.de
|
|
- updated filelist
|
|
- update to version 0.31
|
|
* Mon May 19 2003 choeger@suse.de
|
|
- remove installed (but unpackaged) file perllocal.pod
|
|
* Mon Aug 05 2002 link@suse.de
|
|
- updated to 0.213
|
|
- overhauled spec file
|
|
* Tue Jul 02 2002 mls@suse.de
|
|
- remove race in .packlist generation
|
|
* Sun Jan 13 2002 link@suse.de
|
|
- update to v0.201
|
|
* Wed Nov 15 2000 choeger@suse.de
|
|
- long package name
|
|
- buildroot
|
|
* Wed Jul 19 2000 choeger@suse.de
|
|
- first package, v0.11
|