forked from pool/perl-IO-String
Compare commits
13 Commits
06075c2cb0
...
main
Author | SHA256 | Date | |
---|---|---|---|
ada304f078 | |||
|
b98e7df548 | ||
|
6aa8436ffc | ||
|
e540782d65 | ||
|
5d3d8edf26 | ||
|
a80e157a14 | ||
|
c6dbc8f7ec | ||
|
8d4c469092 | ||
60bca24f9f | |||
|
0062f9df94 | ||
|
2764a4bbb4 | ||
|
de7221a6fc | ||
|
29926da41a |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 18 11:10:55 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- use original .tar.gz
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 18 19:35:41 UTC 2011 - andrea.turrini@gmail.com
|
||||||
|
|
||||||
|
- fixed typos in description of perl-IO-String.spec
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 2 13:41:09 UTC 2011 - vcizek@novell.com
|
||||||
|
|
||||||
|
- bzipped source tarball
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 30 19:20:21 UTC 2010 - coolo@novell.com
|
Tue Nov 30 19:20:21 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-IO-String (Version 1.08)
|
# spec file for package perl-IO-String
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,22 +19,24 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-IO-String
|
Name: perl-IO-String
|
||||||
License: Artistic
|
%define cpan_name IO-String
|
||||||
|
License: Artistic-1.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/~gaas/
|
Url: http://search.cpan.org/~gaas/
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Perl IO/String interface
|
Summary: Perl IO/String interface
|
||||||
Version: 1.08
|
Version: 1.08
|
||||||
Release: 144
|
Release: 152
|
||||||
Source: IO-String-%{version}.tar.gz
|
Source: %{cpan_name}-%{version}.tar.gz
|
||||||
|
Source100: README.md
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
|
||||||
%description
|
%description
|
||||||
IO::String is an IO::File (and IO::Handle) compatible class that read
|
IO::String is an IO::File (and IO::Handle) compatible class that reads
|
||||||
or write data from in-core strings.
|
or writes data from in-core strings.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -43,7 +45,7 @@ Authors:
|
|||||||
Gisle Aas. <gisle@aas.no>
|
Gisle Aas. <gisle@aas.no>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n IO-String-%{version}
|
%setup -n %{cpan_name}-%{version}
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Reference in New Issue
Block a user