0.02
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Color-Library?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
Color-Library-0.02.tar.gz
Normal file
3
Color-Library-0.02.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9b65e287e092727020e92611bd5581d4a54358b4727be7c001af58f7a2cdd9e0
|
||||||
|
size 352195
|
5
perl-Color-Library.changes
Normal file
5
perl-Color-Library.changes
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 24 21:41:25 UTC 2010 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
- initial package (0.02)
|
||||||
|
|
53
perl-Color-Library.spec
Normal file
53
perl-Color-Library.spec
Normal file
@@ -0,0 +1,53 @@
|
|||||||
|
# vim: set sw=4 ts=4 et nu:
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
Name: perl-Color-Library
|
||||||
|
Version: 0.02
|
||||||
|
Release: 0
|
||||||
|
Summary: Easy-to-use and Comprehensive Named-Color Library
|
||||||
|
Source: http://search.cpan.org/CPAN/authors/id/R/RK/RKRIMEN/Color-Library-%{version}.tar.gz
|
||||||
|
URL: http://search.cpan.org/dist/Color-Library/
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
|
License: Perl License
|
||||||
|
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||||
|
Requires: perl = %{perl_version}
|
||||||
|
BuildRequires: make perl
|
||||||
|
BuildRequires: perl(Test::Pod::Coverage)
|
||||||
|
BuildRequires: perl(Class::Accessor::Fast)
|
||||||
|
BuildRequires: perl(Class::Data::Inheritable)
|
||||||
|
|
||||||
|
%description
|
||||||
|
Color::Library is an easy-to-use and comprehensive named-color dictionary.
|
||||||
|
Currently provides coverage for www (svg, html, css) colors, x11 colors, and
|
||||||
|
more.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n "Color-Library-%{version}"
|
||||||
|
%__sed -i '/^auto_install/d' Makefile.PL
|
||||||
|
|
||||||
|
%build
|
||||||
|
%__perl Makefile.PL PREFIX="%{_prefix}"
|
||||||
|
%__make %{?jobs:-j%{jobs}}
|
||||||
|
|
||||||
|
%install
|
||||||
|
%perl_make_install
|
||||||
|
%perl_process_packlist
|
||||||
|
|
||||||
|
%check
|
||||||
|
%__make test
|
||||||
|
|
||||||
|
%clean
|
||||||
|
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc Changes README
|
||||||
|
%dir %{perl_vendorlib}/Color
|
||||||
|
%{perl_vendorlib}/Color/Library.pm
|
||||||
|
%{perl_vendorlib}/Color/Library
|
||||||
|
%dir %{perl_vendorarch}/auto/Color
|
||||||
|
%{perl_vendorarch}/auto/Color/Library
|
||||||
|
%doc %{perl_man3dir}/Color::Library.%{perl_man3ext}%{ext_man}
|
||||||
|
%doc %{perl_man3dir}/Color::Library::*.%{perl_man3ext}%{ext_man}
|
||||||
|
/var/adm/perl-modules/%{name}
|
||||||
|
|
Reference in New Issue
Block a user