diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,2 @@ +libc.so.6 +librt.so.1 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,18 @@ +name : perl-time-hires +version : 1.9753 +release : 1 +source : + - https://cpan.metacpan.org/authors/id/J/JH/JHI/Time-HiRes-1.9753.tar.gz : 0fbfd5f99cdd26011d5c0bc3a8e369dacc4a9e1d1658f4663ac6018f2cec4915 +license : Artistic-1.0-Perl +component : programming.perl +summary : Time::HiRes - High resolution alarm, sleep, gettimeofday, interval timers +description: | + Implement usleep, ualarm, and gettimeofday for Perl, as well as wrappers to implement time, sleep, and alarm that know about non-integral seconds. +setup : | + %perl_setup +build : | + %perl_build +install : | + %perl_install +check : | + %perl_build test diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,37 @@ + + + perl-time-hires + + Simon Friend + simbiotiqu@gmail.com + + Artistic-1.0-Perl + programming.perl + Time::HiRes - High resolution alarm, sleep, gettimeofday, interval timers + Implement usleep, ualarm, and gettimeofday for Perl, as well as wrappers to implement time, sleep, and alarm that know about non-integral seconds. + + https://solus-project.com/sources/README.Solus + + + perl-time-hires + Time::HiRes - High resolution alarm, sleep, gettimeofday, interval timers + Implement usleep, ualarm, and gettimeofday for Perl, as well as wrappers to implement time, sleep, and alarm that know about non-integral seconds. + + programming.perl + + /usr/lib64/perl5/vendor_perl/5.26/x86_64-linux-thread-multi/Time/HiRes.pm + /usr/lib64/perl5/vendor_perl/5.26/x86_64-linux-thread-multi/auto/Time/HiRes/.packlist + /usr/lib64/perl5/vendor_perl/5.26/x86_64-linux-thread-multi/auto/Time/HiRes/HiRes.so + /usr/share/man + + + + + 2018-01-29 + 1.9753 + Packaging update + Simon Friend + simbiotiqu@gmail.com + + + \ No newline at end of file