forked from pool/perl-IO-String
Compare commits
12 Commits
06075c2cb0
...
b98e7df548
Author | SHA256 | Date | |
---|---|---|---|
|
b98e7df548 | ||
|
6aa8436ffc | ||
|
e540782d65 | ||
|
5d3d8edf26 | ||
|
a80e157a14 | ||
|
c6dbc8f7ec | ||
|
8d4c469092 | ||
60bca24f9f | |||
|
0062f9df94 | ||
|
2764a4bbb4 | ||
|
de7221a6fc | ||
|
29926da41a |
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,22 +19,23 @@
|
||||
|
||||
|
||||
Name: perl-IO-String
|
||||
License: Artistic
|
||||
%define cpan_name IO-String
|
||||
License: Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/~gaas/
|
||||
AutoReqProv: on
|
||||
Summary: Perl IO/String interface
|
||||
Version: 1.08
|
||||
Release: 144
|
||||
Source: IO-String-%{version}.tar.gz
|
||||
Release: 152
|
||||
Source: %{cpan_name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
|
||||
%description
|
||||
IO::String is an IO::File (and IO::Handle) compatible class that read
|
||||
or write data from in-core strings.
|
||||
IO::String is an IO::File (and IO::Handle) compatible class that reads
|
||||
or writes data from in-core strings.
|
||||
|
||||
|
||||
|
||||
@@ -43,7 +44,7 @@ Authors:
|
||||
Gisle Aas. <gisle@aas.no>
|
||||
|
||||
%prep
|
||||
%setup -n IO-String-%{version}
|
||||
%setup -n %{cpan_name}-%{version}
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
%build
|
||||
|
Reference in New Issue
Block a user