forked from pool/perl-Convert-UUlib
This commit is contained in:
committed by
Git OBS Bridge
parent
651e67886c
commit
5270447acd
@@ -1,25 +1,33 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Convert-UUlib (Version 1.051)
|
# spec file for package perl-Convert-UUlib (Version 1.051)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
# Please submit bugfixes or comments via http://www.suse.de/feedback/
|
# 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
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Convert-UUlib
|
Name: perl-Convert-UUlib
|
||||||
License: GPL, Artistic License
|
License: Artistic License; GPL v2 or later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Provides: p_conulb
|
Provides: p_conulb
|
||||||
Obsoletes: p_conulb
|
Obsoletes: p_conulb
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Summary: Perl interface to the uulib library
|
Summary: Perl interface to the uulib library
|
||||||
Version: 1.051
|
Version: 1.051
|
||||||
Release: 1
|
Release: 133
|
||||||
Source: Convert-UUlib-%{version}.tar.gz
|
Source: Convert-UUlib-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@@ -39,14 +47,18 @@ Authors:
|
|||||||
%build
|
%build
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
make
|
make
|
||||||
|
|
||||||
|
%check
|
||||||
make test
|
make test
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
|
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{perl_vendorarch}/Convert
|
%dir %{perl_vendorarch}/Convert
|
||||||
@@ -57,33 +69,33 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|||||||
/var/adm/perl-modules/perl-Convert-UUlib
|
/var/adm/perl-modules/perl-Convert-UUlib
|
||||||
%doc COPYING COPYING.Artistic COPYING.GNU Changes MANIFEST README example-decoder doc
|
%doc COPYING COPYING.Artistic COPYING.GNU Changes MANIFEST README example-decoder doc
|
||||||
|
|
||||||
%changelog -n perl-Convert-UUlib
|
%changelog
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Fri Apr 15 2005 - schubi@suse.de
|
* Fri Apr 15 2005 schubi@suse.de
|
||||||
- update to most recent version 1.051
|
- update to most recent version 1.051
|
||||||
* Fri Feb 27 2004 - choeger@suse.de
|
* Fri Feb 27 2004 choeger@suse.de
|
||||||
- update to most recent version 1.0
|
- update to most recent version 1.0
|
||||||
* Sun Jan 11 2004 - adrian@suse.de
|
* Sun Jan 11 2004 adrian@suse.de
|
||||||
- add %%defattr
|
- add %%defattr
|
||||||
* Fri Aug 22 2003 - mjancar@suse.cz
|
* Fri Aug 22 2003 mjancar@suse.cz
|
||||||
- require the perl version we build with
|
- require the perl version we build with
|
||||||
* Thu Jul 17 2003 - choeger@suse.de
|
* Thu Jul 17 2003 choeger@suse.de
|
||||||
- use install_vendor and new %%perl_process_packlist macro
|
- use install_vendor and new %%perl_process_packlist macro
|
||||||
* Tue Jun 17 2003 - choeger@suse.de
|
* Tue Jun 17 2003 choeger@suse.de
|
||||||
- updated filelist
|
- updated filelist
|
||||||
- update to version 0.31
|
- update to version 0.31
|
||||||
* Mon May 19 2003 - choeger@suse.de
|
* Mon May 19 2003 choeger@suse.de
|
||||||
- remove installed (but unpackaged) file perllocal.pod
|
- remove installed (but unpackaged) file perllocal.pod
|
||||||
* Mon Aug 05 2002 - link@suse.de
|
* Mon Aug 05 2002 link@suse.de
|
||||||
- updated to 0.213
|
- updated to 0.213
|
||||||
- overhauled spec file
|
- overhauled spec file
|
||||||
* Tue Jul 02 2002 - mls@suse.de
|
* Tue Jul 02 2002 mls@suse.de
|
||||||
- remove race in .packlist generation
|
- remove race in .packlist generation
|
||||||
* Sun Jan 13 2002 - link@suse.de
|
* Sun Jan 13 2002 link@suse.de
|
||||||
- update to v0.201
|
- update to v0.201
|
||||||
* Wed Nov 15 2000 - choeger@suse.de
|
* Wed Nov 15 2000 choeger@suse.de
|
||||||
- long package name
|
- long package name
|
||||||
- buildroot
|
- buildroot
|
||||||
* Wed Jul 19 2000 - choeger@suse.de
|
* Wed Jul 19 2000 choeger@suse.de
|
||||||
- first package, v0.11
|
- first package, v0.11
|
||||||
|
Reference in New Issue
Block a user