Re: drop default MTA for Fedora 15

2010-08-25 Thread Emmanuel Seyman
* mike cloaked [25/08/2010 12:27] :
>
> I wonder what fraction of users don't use DVD these days?

I've switched to PXE-based installs. Haven't used a DVD/CD in ages.

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


File EBook-EPUB-0.5.tar.gz uploaded to lookaside cache by eseyman

2010-08-30 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-EBook-EPUB:

ed6a49cba2a173db3c479b229aec0cc2  EBook-EPUB-0.5.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-EBook-EPUB] Initial import.

2010-08-30 Thread Emmanuel Seyman
commit c4b926e7185dab44060c63d62dd15554104fe5ae
Author: Emmanuel Seyman 
Date:   Mon Aug 30 22:02:26 2010 +0200

Initial import.

 .gitignore   |1 +
 perl-EBook-EPUB.spec |   66 ++
 sources  |1 +
 3 files changed, 68 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..15782f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/EBook-EPUB-0.5.tar.gz
diff --git a/perl-EBook-EPUB.spec b/perl-EBook-EPUB.spec
new file mode 100644
index 000..21c8e5d
--- /dev/null
+++ b/perl-EBook-EPUB.spec
@@ -0,0 +1,66 @@
+Name:   perl-EBook-EPUB
+Version:0.5
+Release:2%{?dist}
+Summary:Perl module for generating EPUB documents
+License:BSD
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/EBook-EPUB/
+Source0:
http://www.cpan.org/authors/id/O/OT/OTY/EBook-EPUB-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:  noarch
+BuildRequires:  perl(Archive::Zip)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Data::UUID)
+BuildRequires:  perl(Moose)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(XML::Writer)
+BuildRequires:  perl(version)
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%{?perl_default_subpackage_tests}
+
+%description
+This module permits creating EPUB documents.
+
+%prep
+%setup -q -n EBook-EPUB-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Aug 26 2010 Emmanuel Seyman  - 0.5-2
+- Add perl(version) to BR
+- Use DESTDIR instead of PERL_INSTALL_ROOT
+ 
+* Fri Aug 20 2010 Emmanuel Seyman  - 0.5-1
+- Update to 0.5
+
+* Tue Jul 20 2010 Emmanuel Seyman  - 0.4-1
+- Update to 0.4
+
+* Fri May 07 2010 Emmanuel Seyman  0.3-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..73c397b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ed6a49cba2a173db3c479b229aec0cc2  EBook-EPUB-0.5.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-EBook-EPUB/f14/master] Initial import.

2010-08-30 Thread Emmanuel Seyman
commit 1b39245bee570c1f7916abec73cd8f347dc97ddf
Author: Emmanuel Seyman 
Date:   Mon Aug 30 22:05:04 2010 +0200

Initial import.

 .gitignore   |1 +
 perl-EBook-EPUB.spec |   66 ++
 sources  |1 +
 3 files changed, 68 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..15782f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/EBook-EPUB-0.5.tar.gz
diff --git a/perl-EBook-EPUB.spec b/perl-EBook-EPUB.spec
new file mode 100644
index 000..21c8e5d
--- /dev/null
+++ b/perl-EBook-EPUB.spec
@@ -0,0 +1,66 @@
+Name:   perl-EBook-EPUB
+Version:0.5
+Release:2%{?dist}
+Summary:Perl module for generating EPUB documents
+License:BSD
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/EBook-EPUB/
+Source0:
http://www.cpan.org/authors/id/O/OT/OTY/EBook-EPUB-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:  noarch
+BuildRequires:  perl(Archive::Zip)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Data::UUID)
+BuildRequires:  perl(Moose)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(XML::Writer)
+BuildRequires:  perl(version)
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%{?perl_default_subpackage_tests}
+
+%description
+This module permits creating EPUB documents.
+
+%prep
+%setup -q -n EBook-EPUB-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Aug 26 2010 Emmanuel Seyman  - 0.5-2
+- Add perl(version) to BR
+- Use DESTDIR instead of PERL_INSTALL_ROOT
+ 
+* Fri Aug 20 2010 Emmanuel Seyman  - 0.5-1
+- Update to 0.5
+
+* Tue Jul 20 2010 Emmanuel Seyman  - 0.4-1
+- Update to 0.4
+
+* Fri May 07 2010 Emmanuel Seyman  0.3-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..73c397b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ed6a49cba2a173db3c479b229aec0cc2  EBook-EPUB-0.5.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-EBook-EPUB/f13/master] Initial import.

2010-08-30 Thread Emmanuel Seyman
commit 38b0d591622746369a455484fb5b2c1dd3d9b195
Author: Emmanuel Seyman 
Date:   Mon Aug 30 22:05:34 2010 +0200

Initial import.

 .gitignore   |1 +
 perl-EBook-EPUB.spec |   66 ++
 sources  |1 +
 3 files changed, 68 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..15782f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/EBook-EPUB-0.5.tar.gz
diff --git a/perl-EBook-EPUB.spec b/perl-EBook-EPUB.spec
new file mode 100644
index 000..21c8e5d
--- /dev/null
+++ b/perl-EBook-EPUB.spec
@@ -0,0 +1,66 @@
+Name:   perl-EBook-EPUB
+Version:0.5
+Release:2%{?dist}
+Summary:Perl module for generating EPUB documents
+License:BSD
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/EBook-EPUB/
+Source0:
http://www.cpan.org/authors/id/O/OT/OTY/EBook-EPUB-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:  noarch
+BuildRequires:  perl(Archive::Zip)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Data::UUID)
+BuildRequires:  perl(Moose)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(XML::Writer)
+BuildRequires:  perl(version)
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%{?perl_default_subpackage_tests}
+
+%description
+This module permits creating EPUB documents.
+
+%prep
+%setup -q -n EBook-EPUB-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Aug 26 2010 Emmanuel Seyman  - 0.5-2
+- Add perl(version) to BR
+- Use DESTDIR instead of PERL_INSTALL_ROOT
+ 
+* Fri Aug 20 2010 Emmanuel Seyman  - 0.5-1
+- Update to 0.5
+
+* Tue Jul 20 2010 Emmanuel Seyman  - 0.4-1
+- Update to 0.4
+
+* Fri May 07 2010 Emmanuel Seyman  0.3-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..73c397b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ed6a49cba2a173db3c479b229aec0cc2  EBook-EPUB-0.5.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-EBook-EPUB/f12/master] Initial import.

2010-08-30 Thread Emmanuel Seyman
commit 114174d83259b7658c30c884c0e063acd0f4eba7
Author: Emmanuel Seyman 
Date:   Mon Aug 30 22:07:53 2010 +0200

Initial import.

 .gitignore   |1 +
 perl-EBook-EPUB.spec |   66 ++
 sources  |1 +
 3 files changed, 68 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..15782f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/EBook-EPUB-0.5.tar.gz
diff --git a/perl-EBook-EPUB.spec b/perl-EBook-EPUB.spec
new file mode 100644
index 000..21c8e5d
--- /dev/null
+++ b/perl-EBook-EPUB.spec
@@ -0,0 +1,66 @@
+Name:   perl-EBook-EPUB
+Version:0.5
+Release:2%{?dist}
+Summary:Perl module for generating EPUB documents
+License:BSD
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/EBook-EPUB/
+Source0:
http://www.cpan.org/authors/id/O/OT/OTY/EBook-EPUB-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:  noarch
+BuildRequires:  perl(Archive::Zip)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Data::UUID)
+BuildRequires:  perl(Moose)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(XML::Writer)
+BuildRequires:  perl(version)
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%{?perl_default_subpackage_tests}
+
+%description
+This module permits creating EPUB documents.
+
+%prep
+%setup -q -n EBook-EPUB-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Aug 26 2010 Emmanuel Seyman  - 0.5-2
+- Add perl(version) to BR
+- Use DESTDIR instead of PERL_INSTALL_ROOT
+ 
+* Fri Aug 20 2010 Emmanuel Seyman  - 0.5-1
+- Update to 0.5
+
+* Tue Jul 20 2010 Emmanuel Seyman  - 0.4-1
+- Update to 0.4
+
+* Fri May 07 2010 Emmanuel Seyman  0.3-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..73c397b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ed6a49cba2a173db3c479b229aec0cc2  EBook-EPUB-0.5.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: fedora mission (was Re: systemd and changes)

2010-08-31 Thread Emmanuel Seyman
* Bruno Wolff III [31/08/2010 19:25] :
>
> Packages that need to sync to external servers or peers such as multiplayer
> games have similar issues. You need to be up to date to for the package
> to be useful in some cases.

Same goes for programs that scrape web pages (I'm thinking of gcstar but
I'm sure there are others). If the page layout changes, the page scraper
needs to be updated and that usually involves updating the package.

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: fedora mission (was Re: systemd and changes)

2010-08-31 Thread Emmanuel Seyman
* Bill Nottingham [31/08/2010 21:01] :
>
> That's gross.

Yup, no question about it.

>   (I realize you're blocked on the sites you rely on, but
> geez, can't you find sites with real APIs?)

For some of them, it is possible (DVDfr.com has a stable XML API and the
webmaster has contributed to GCstar). Sadly, it's the exception rather
than the rule.

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: xulrunner 2.0 in rawhide (F15) bundles several system libs

2010-10-06 Thread Emmanuel Seyman
* Brandon Lozza [06/10/2010 16:28] :
>
> Yes it is, that's not the issue. They aren't letting us distribute it
> ourselves, unless its brand is removed or we don't make those changes.

It's their brand, they get to decide what they do (or let you do) with it.

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Ubuntu 10.10's installer looks rather nice

2010-10-11 Thread Emmanuel Seyman
* Matthew Garrett [11/10/2010 19:57] :
>
> debian-installer? Yes.

Shipping 2 different installers is a recipe for disaster from a user and
QA perspective.Choose one between Ubiquity, Debian-installer and Anaconda.

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Ubuntu 10.10's installer looks rather nice

2010-10-13 Thread Emmanuel Seyman
* Chris Jones [13/10/2010 11:35] :
>
> As a full-time Ubuntu user, I just want to point out that I don't really
> like the Ubuntu installer and its whole process. Although I do prefer to
> use to distro itself.

Amen, I've lost count of the amount of times installing Ubuntu has
involved installing Fedora to partition the drive correctly then
installing Ubuntu telling it to use the existing partition.

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


File WebService-Google-Language-0.12.tar.gz uploaded to lookaside cache by eseyman

2010-10-14 Thread Emmanuel Seyman
A file has been added to the lookaside cache for 
perl-WebService-Google-Language:

9774dffedf830a36c52e27cd8e2ad6d9  WebService-Google-Language-0.12.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-WebService-Google-Language] Update to 0.12

2010-10-14 Thread Emmanuel Seyman
commit 84d479fc5afbb139371d8fb919d38b8c8b98ec25
Author: Emmanuel Seyman 
Date:   Thu Oct 14 22:47:15 2010 +0200

Update to 0.12

 .gitignore   |1 +
 perl-WebService-Google-Language.spec |7 +--
 sources  |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6709b0f..1e1a4cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 WebService-Google-Language-0.10.tar.gz
+/WebService-Google-Language-0.12.tar.gz
diff --git a/perl-WebService-Google-Language.spec 
b/perl-WebService-Google-Language.spec
index c400458..bf43938 100644
--- a/perl-WebService-Google-Language.spec
+++ b/perl-WebService-Google-Language.spec
@@ -1,6 +1,6 @@
 Name:   perl-WebService-Google-Language
-Version:0.10
-Release:3%{?dist}
+Version:0.12
+Release:1%{?dist}
 Summary:Perl interface to the Google AJAX Language API
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Oct 14 2010 Emmanuel Seyman  - 0.12-1
+- Update to 0.12
+
 * Fri May 07 2010 Marcela Maslanova  - 0.10-3
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index ab612cb..fd1f4bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4b7697b79880c574d9e6b9d326d4632e  WebService-Google-Language-0.10.tar.gz
+9774dffedf830a36c52e27cd8e2ad6d9  WebService-Google-Language-0.12.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File CGI-PSGI-0.12.tar.gz uploaded to lookaside cache by eseyman

2010-10-26 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-CGI-PSGI:

77d944c8eae1d1f021b1e46da43643d5  CGI-PSGI-0.12.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-CGI-PSGI] Update to 0.12

2010-10-26 Thread Emmanuel Seyman
commit 7023c15d7586833e431cb2c6ab6535832b2c1a5b
Author: Emmanuel Seyman 
Date:   Tue Oct 26 21:22:29 2010 +0200

Update to 0.12

 .gitignore |1 +
 perl-CGI-PSGI.spec |5 -
 sources|2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9ad601f..e8cfb73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 CGI-PSGI-0.11.tar.gz
+/CGI-PSGI-0.12.tar.gz
diff --git a/perl-CGI-PSGI.spec b/perl-CGI-PSGI.spec
index 3d96ed2..1b5fe50 100644
--- a/perl-CGI-PSGI.spec
+++ b/perl-CGI-PSGI.spec
@@ -1,5 +1,5 @@
 Name:   perl-CGI-PSGI
-Version:0.11
+Version:0.12
 Release:1%{?dist}
 Summary:Enable your CGI.pm aware applications to adapt PSGI protocol
 License:GPL+ or Artistic
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Oct 26 2010 Emmanuel Seyman  - 0.12-1
+- Update to 0.12.
+
 * Sun May 02 2010 Emmanuel Seyman  - 0.11-1
 - Update to 0.11.
 
diff --git a/sources b/sources
index 72edd68..0070656 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8ed25e9209c7e1d929343313f1a4149f  CGI-PSGI-0.11.tar.gz
+77d944c8eae1d1f021b1e46da43643d5  CGI-PSGI-0.12.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: bugzilla bugzappers?

2010-11-04 Thread Emmanuel Seyman
* Orcan Ogetbil [04/11/2010 09:35] :
>
> The extreme inefficiency comes from the bugs that I can't reproduce,
> the upstream can't reproduce, and the user isn't responding. And this
> happens *a lot*. Most of the time, they don't even put down the steps
> to reproduce. Can we at least mandate including the steps to reproduce
> in the ABRT reports?

Is there any reason you can't close these bugs with a INSUFFICIENT_DATA
resolution? This seems to be the most appropriate thing to do in this case.

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: bugzilla bugzappers?

2010-11-04 Thread Emmanuel Seyman
* Przemek Klosowski [04/11/2010 21:51] :
>
> (why do I need to know about new CC:s on the bug list)

FWIW, this can be configured:
https://bugzilla.redhat.com/userprefs.cgi?tab=email

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


File SVG-TT-Graph-0.17.tar.gz uploaded to lookaside cache by eseyman

2011-07-25 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-SVG-TT-Graph:

0c6acc4bd3299f08fb7bb8c02e5d32f2  SVG-TT-Graph-0.17.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-SVG-TT-Graph] Update to 0.17, clean up spec file

2011-07-25 Thread Emmanuel Seyman
commit 078f58dfbfcfe2d934d1a89cbc7fc91a8b915fd3
Author: Emmanuel Seyman 
Date:   Mon Jul 25 22:50:41 2011 +0200

Update to 0.17, clean up spec file

 .gitignore |1 +
 perl-SVG-TT-Graph.spec |   15 ++-
 sources|2 +-
 3 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 902a602..38b8a7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 SVG-TT-Graph-0.16.tar.gz
+/SVG-TT-Graph-0.17.tar.gz
diff --git a/perl-SVG-TT-Graph.spec b/perl-SVG-TT-Graph.spec
index 32c8a35..265073a 100644
--- a/perl-SVG-TT-Graph.spec
+++ b/perl-SVG-TT-Graph.spec
@@ -1,12 +1,11 @@
 Name:   perl-SVG-TT-Graph
-Version:0.16
-Release:5%{?dist}
+Version:0.17
+Release:1%{?dist}
 Summary:Base object for generating SVG Graphs
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/SVG-TT-Graph/
 Source0:
http://www.cpan.org/authors/id/F/FA/FANGLY/SVG-TT-Graph-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(CPAN)
 BuildRequires:  perl(DateTime)
@@ -33,8 +32,6 @@ chmod +x script/*.pl
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -45,16 +42,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes script
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 25 2011 Emmanuel Seyman  - 0.17-1
+- Update to 0.17
+- Clean up spec file.
+
 * Wed Jul 20 2011 Petr Sabata  - 0.16-5
 - Perl mass rebuild
 
diff --git a/sources b/sources
index d44d8f8..73f9636 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f75f71f7a0d500c57a1407cfc07abf1a  SVG-TT-Graph-0.16.tar.gz
+0c6acc4bd3299f08fb7bb8c02e5d32f2  SVG-TT-Graph-0.17.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: User-level instance of /bin in PATH

2011-07-26 Thread Emmanuel Seyman
* Genes MailLists [26/07/2011 15:14] :
>
> 
> >> On 26/07/11 10:22, Misha Shnurapet wrote:
>
> > Unlike ~/bin, which is in PATH though not even created.

It's the other way round on my machine. Both are in my $PATH but ~/bin
exists (I may have created it by hand) and ~/.local/bin/ doesn't.

>   Where in the path do the user 'bin' elements appear in the path?

These are defined by ~/.bash_profile which is copied from
/etc/skel/.bash_profile on account creation.

[manu@munshine ~]$ grep PATH /etc/skel/.bash_profile 
PATH=$PATH:$HOME/.local/bin:$HOME/bin
export PATH

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: User-level instance of /bin in PATH

2011-07-26 Thread Emmanuel Seyman
* Genes MailLists [26/07/2011 15:32] :
>
>  Mmm ok ... Can I assume root is excepted from this?

You can. That is the case.

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: koji: kernel-2.6.40-3.fc15

2011-07-29 Thread Emmanuel Seyman
* Reindl Harald [29/07/2011 15:58] :
>
> does this mean that F15 will get a rebased 2.6.40 sooner or
> later in stable repos to avoid troubles with the new versioning
> and will not stuck at 2.6.38 the whole life cycle?

Yes.
https://plus.google.com/106327083461132854143/posts/SbnL3KaVRtM

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


[perl-Eval-LineNumbers/f16] Initial import (#726245).

2011-08-01 Thread Emmanuel Seyman
Summary of changes:

  cadf760... Initial import (#726245). (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Eval-LineNumbers] Initial import (#726245).

2011-08-01 Thread Emmanuel Seyman
commit cadf760c497f4b091ecd0ba15527208f50236136
Author: Emmanuel Seyman 
Date:   Mon Aug 1 10:45:28 2011 +0200

Initial import (#726245).

 .gitignore |1 +
 perl-Eval-LineNumbers.spec |   41 +
 sources|1 +
 3 files changed, 43 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0ba1e2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Eval-LineNumbers-0.31.tar.gz
diff --git a/perl-Eval-LineNumbers.spec b/perl-Eval-LineNumbers.spec
new file mode 100644
index 000..7012c71
--- /dev/null
+++ b/perl-Eval-LineNumbers.spec
@@ -0,0 +1,41 @@
+Name:   perl-Eval-LineNumbers
+Version:0.31
+Release:1%{?dist}
+Summary:Add line numbers to hereis blocks that contain perl source code
+License:Artistic 2.0 or LGPLv2+
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Eval-LineNumbers/
+Source0:
http://www.cpan.org/authors/id/M/MU/MUIR/modules/Eval-LineNumbers-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%description
+This module adds a line number to hereis text that is going to be
+eval'ed so that error messages will point back to the right place.
+
+%prep
+%setup -q -n Eval-LineNumbers-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%{perl_vendorlib}/Eval
+%{_mandir}/man3/Eval::LineNumbers.3pm.gz
+
+%changelog
+* Thu Jul 28 2011 Emmanuel Seyman  0.31-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..5a0e97d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+69b20fbf576942a1ef7cffef456b0081  Eval-LineNumbers-0.31.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Config-Auto-0.38.tar.gz uploaded to lookaside cache by eseyman

2011-08-09 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Config-Auto:

cf6fbd37e27726dd8373faa13a85e31f  Config-Auto-0.38.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: rawhide report: 20110818 changes

2011-08-18 Thread Emmanuel Seyman
* Zaniyah [18/08/2011 15:17] :
>
> I put a review request in for the required Perl library some time ago,
> but nothing seems to have happened since.  I'm not aware of anything
> outstanding on it.

JFTR, the review is https://bugzilla.redhat.com/show_bug.cgi?id=621559

In his review, Mark asked for a number of changes:

* Putting the correct license in the spec file
* Move to using either tabs or spaces but not both
* a copy of the email in which the author clarified the license being added to
  the %doc stanza

Once you do that, I'm sure Mark will approve the module and you'll then be able
to import it into Fedora.

Emmanuel
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: rawhide report: 20110818 changes

2011-08-18 Thread Emmanuel Seyman

[ I've posting only on devel. This doesn't have a lot to do with testing. ]

* Zaniyah [18/08/2011 15:49] :
>
> I've done these two.

It's probably best to add a comment in the review ticket every time you update
your package, giving the urls to spec file and the new package.

> I'm not sure about this as I really don't want to include the full
> headers.  How much of the email is actually required?

>From the apropos wiki page[1]:
"A copy of the email, containing full headers, must be included as a source 
file"

Emmanuel

[1] https://fedoraproject.org/wiki/Packaging/LicensingGuidelines

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Marking zapped bugs

2011-09-02 Thread Emmanuel Seyman
* Adam Williamson [03/09/2011 00:21] :
>
> Hum, I didn't realize our resolutions were so customized, I thought they
> were the upstream ones; this is what I've been told when discussing
> custom resolutions in the past. It's certainly something you could
> propose as an enhancement by filing a bug against Bugzilla, then.

Custom resolutions these days fall in the configration scope. There is no
hacking of code required.

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Broken dependencies: perl-MooseX-Role-Matcher

2011-09-12 Thread Emmanuel Seyman
* Andy Shevchenko [12/09/2011 13:18] :
>
> Hmm... I couldn't build the package - the error from fedpkg build like
> "already built".

You need to bump the release number up a notch if you want to rebuild a
package.

Emmanuel
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Broken dependencies: perl-MooseX-Role-Matcher

2011-09-12 Thread Emmanuel Seyman
* Andy Shevchenko [12/09/2011 14:04] :
>
> On Mon, Sep 12, 2011 at 2:51 PM, Iain Arnell  wrote:
>
> > Looks like you just need to submit the f16 build to bodhi.
>
> I thought so, but there is no f16 build available in bodhi.

The build is tagged trashcan so I'm not sure you can still do that.

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


File Starman-0.2014.tar.gz uploaded to lookaside cache by eseyman

2011-09-19 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Starman:

9f2e58e3d9916148a90edc4c99452bf1  Starman-0.2014.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Starman] Update to 0.2014

2011-09-19 Thread Emmanuel Seyman
commit 351eb3f2c4996cd228817324c5aa0a72d067b25c
Author: Emmanuel Seyman 
Date:   Mon Sep 19 17:42:42 2011 +0200

Update to 0.2014

 .gitignore|1 +
 perl-Starman.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 588f3c3..ee402eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Starman-0.2013.tar.gz
+/Starman-0.2014.tar.gz
diff --git a/perl-Starman.spec b/perl-Starman.spec
index 7b1e268..1f43d7b 100644
--- a/perl-Starman.spec
+++ b/perl-Starman.spec
@@ -1,6 +1,6 @@
 Name:   perl-Starman
-Version:0.2013
-Release:3%{?dist}
+Version:0.2014
+Release:1%{?dist}
 Summary:High-performance preforking PSGI/Plack web server
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -57,6 +57,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 19 2011 Emmanuel Seyman  0.2014-1
+- Update to 0.2014
+
 * Wed Jul 20 2011 Petr Sabata  - 0.2013-3
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 5b423fa..1819cb2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-302a9955f8721a5a26f04e7d562f683c  Starman-0.2013.tar.gz
+9f2e58e3d9916148a90edc4c99452bf1  Starman-0.2014.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Data-Properties-0.02.tar.gz uploaded to lookaside cache by eseyman

2011-10-27 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Data-Properties:

c60600639265a20c9678a720527e3941  Data-Properties-0.02.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Data-Properties] Initial import (#747437)

2011-10-27 Thread Emmanuel Seyman
commit 65586c44b98f7815610d3611bafdbf24022ab341
Author: Emmanuel Seyman 
Date:   Thu Oct 27 16:01:58 2011 +0200

Initial import (#747437)

 .gitignore|1 +
 LICENSE   |   21 +++
 perl-Data-Properties.spec |   61 +
 sources   |1 +
 4 files changed, 84 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..d5cc5f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Data-Properties-0.02.tar.gz
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000..70d2348
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+*** The original email message, with full headers is held by Fedora
+Legal. If there is a need to see it, please email
+le...@fedoraproject.org. ***
+
+Subject: Re: Perl Data::Properties
+From: Brian Moseley 
+Date: 08/10/2010 07:00 PM
+To: OMITTED
+
+huh, I'm surprised that you find it that useful, but okay. it doesn't
+look like I included a license in the distribution, but if I were to
+do so today, it would be under the most recent Apache license.
+
+On Tue, Aug 10, 2010 at 9:18 AM, OMITTED wrote:
+> Hi
+>
+> I was trying to package this Perl module for inclusion in Fedora Linux,
+> and I am stumbling on the license.  On CPAN the license is listed as
+> 'unknown'.  Could you let me know what license it should be please?
+>
+> Many thanks
diff --git a/perl-Data-Properties.spec b/perl-Data-Properties.spec
new file mode 100644
index 000..a8bd594
--- /dev/null
+++ b/perl-Data-Properties.spec
@@ -0,0 +1,61 @@
+Name:   perl-Data-Properties
+Version:0.02
+Release:3%{?dist}
+Summary:Persistent properties
+
+# The upstream source itself does not specify a license.
+# When asked how he wanted to distribute it, the author replied:
+# "huh, I'm surprised that you find it that useful, but okay. it doesn't
+# look like I included a license in the distribution, but if I were to
+# do so today, it would be under the most recent Apache license."
+# Fedora Legal has a copy of the email (see the LICENSE file).
+License:ASL 2.0
+
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Data-Properties/
+Source0:
http://www.cpan.org/authors/id/I/IX/IX/Data-Properties-%{version}.tar.gz
+Source1:LICENSE
+BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%{?perl_default_filter}
+
+%description
+Data-Properties is a Perl version of Java's java.util.Properties and aims to be
+format-compatible with that class.
+
+%prep
+%setup -q -n Data-Properties-%{version}
+cp %{SOURCE1} .
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes LICENSE
+%{perl_vendorlib}/Data*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Oct 27 2011 Emmanuel Seyman  - 0.02-3
+- Fix perms on LICENSE
+- Use SOURCE1 instead of _sourcedir
+
+* Wed Oct 26 2011 Emmanuel Seyman  - 0.02-2
+- Add LICENSE file to clarify distribution
+
+* Wed Oct 19 2011 Emmanuel Seyman  0.02-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..31744b7 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c60600639265a20c9678a720527e3941  Data-Properties-0.02.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Data-Properties/f16] Initial import (#747437)

2011-10-27 Thread Emmanuel Seyman
commit 26efbc7eca38c0e2e2908aafad409d7814c60d8b
Author: Emmanuel Seyman 
Date:   Thu Oct 27 16:09:25 2011 +0200

Initial import (#747437)

 .gitignore|1 +
 LICENSE   |   21 +++
 perl-Data-Properties.spec |   61 +
 sources   |1 +
 4 files changed, 84 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..d5cc5f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Data-Properties-0.02.tar.gz
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000..70d2348
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+*** The original email message, with full headers is held by Fedora
+Legal. If there is a need to see it, please email
+le...@fedoraproject.org. ***
+
+Subject: Re: Perl Data::Properties
+From: Brian Moseley 
+Date: 08/10/2010 07:00 PM
+To: OMITTED
+
+huh, I'm surprised that you find it that useful, but okay. it doesn't
+look like I included a license in the distribution, but if I were to
+do so today, it would be under the most recent Apache license.
+
+On Tue, Aug 10, 2010 at 9:18 AM, OMITTED wrote:
+> Hi
+>
+> I was trying to package this Perl module for inclusion in Fedora Linux,
+> and I am stumbling on the license.  On CPAN the license is listed as
+> 'unknown'.  Could you let me know what license it should be please?
+>
+> Many thanks
diff --git a/perl-Data-Properties.spec b/perl-Data-Properties.spec
new file mode 100644
index 000..a8bd594
--- /dev/null
+++ b/perl-Data-Properties.spec
@@ -0,0 +1,61 @@
+Name:   perl-Data-Properties
+Version:0.02
+Release:3%{?dist}
+Summary:Persistent properties
+
+# The upstream source itself does not specify a license.
+# When asked how he wanted to distribute it, the author replied:
+# "huh, I'm surprised that you find it that useful, but okay. it doesn't
+# look like I included a license in the distribution, but if I were to
+# do so today, it would be under the most recent Apache license."
+# Fedora Legal has a copy of the email (see the LICENSE file).
+License:ASL 2.0
+
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Data-Properties/
+Source0:
http://www.cpan.org/authors/id/I/IX/IX/Data-Properties-%{version}.tar.gz
+Source1:LICENSE
+BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%{?perl_default_filter}
+
+%description
+Data-Properties is a Perl version of Java's java.util.Properties and aims to be
+format-compatible with that class.
+
+%prep
+%setup -q -n Data-Properties-%{version}
+cp %{SOURCE1} .
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes LICENSE
+%{perl_vendorlib}/Data*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Oct 27 2011 Emmanuel Seyman  - 0.02-3
+- Fix perms on LICENSE
+- Use SOURCE1 instead of _sourcedir
+
+* Wed Oct 26 2011 Emmanuel Seyman  - 0.02-2
+- Add LICENSE file to clarify distribution
+
+* Wed Oct 19 2011 Emmanuel Seyman  0.02-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..31744b7 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c60600639265a20c9678a720527e3941  Data-Properties-0.02.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Data-Properties/f15] Initial import (#747437)

2011-10-27 Thread Emmanuel Seyman
commit 0d81c3c1cdf0fa0fafb4c9f09fc50f1e33a19bb7
Author: Emmanuel Seyman 
Date:   Thu Oct 27 16:14:51 2011 +0200

Initial import (#747437)

 .gitignore|1 +
 LICENSE   |   21 +++
 perl-Data-Properties.spec |   61 +
 sources   |1 +
 4 files changed, 84 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..d5cc5f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Data-Properties-0.02.tar.gz
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000..70d2348
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+*** The original email message, with full headers is held by Fedora
+Legal. If there is a need to see it, please email
+le...@fedoraproject.org. ***
+
+Subject: Re: Perl Data::Properties
+From: Brian Moseley 
+Date: 08/10/2010 07:00 PM
+To: OMITTED
+
+huh, I'm surprised that you find it that useful, but okay. it doesn't
+look like I included a license in the distribution, but if I were to
+do so today, it would be under the most recent Apache license.
+
+On Tue, Aug 10, 2010 at 9:18 AM, OMITTED wrote:
+> Hi
+>
+> I was trying to package this Perl module for inclusion in Fedora Linux,
+> and I am stumbling on the license.  On CPAN the license is listed as
+> 'unknown'.  Could you let me know what license it should be please?
+>
+> Many thanks
diff --git a/perl-Data-Properties.spec b/perl-Data-Properties.spec
new file mode 100644
index 000..a8bd594
--- /dev/null
+++ b/perl-Data-Properties.spec
@@ -0,0 +1,61 @@
+Name:   perl-Data-Properties
+Version:0.02
+Release:3%{?dist}
+Summary:Persistent properties
+
+# The upstream source itself does not specify a license.
+# When asked how he wanted to distribute it, the author replied:
+# "huh, I'm surprised that you find it that useful, but okay. it doesn't
+# look like I included a license in the distribution, but if I were to
+# do so today, it would be under the most recent Apache license."
+# Fedora Legal has a copy of the email (see the LICENSE file).
+License:ASL 2.0
+
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Data-Properties/
+Source0:
http://www.cpan.org/authors/id/I/IX/IX/Data-Properties-%{version}.tar.gz
+Source1:LICENSE
+BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%{?perl_default_filter}
+
+%description
+Data-Properties is a Perl version of Java's java.util.Properties and aims to be
+format-compatible with that class.
+
+%prep
+%setup -q -n Data-Properties-%{version}
+cp %{SOURCE1} .
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes LICENSE
+%{perl_vendorlib}/Data*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Oct 27 2011 Emmanuel Seyman  - 0.02-3
+- Fix perms on LICENSE
+- Use SOURCE1 instead of _sourcedir
+
+* Wed Oct 26 2011 Emmanuel Seyman  - 0.02-2
+- Add LICENSE file to clarify distribution
+
+* Wed Oct 19 2011 Emmanuel Seyman  0.02-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..31744b7 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c60600639265a20c9678a720527e3941  Data-Properties-0.02.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-CGI-Application-Structured] Update to 0.006

2011-03-27 Thread Emmanuel Seyman
commit 5ebbf1487e8d6a1222ce1135685579859ac99bfc
Author: Emmanuel Seyman 
Date:   Sun Mar 27 17:17:01 2011 +0200

Update to 0.006

 .gitignore   |1 +
 perl-CGI-Application-Structured.spec |9 +++--
 sources  |2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ee3a597..7ac5239 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 CGI-Application-Structured-0.003.tar.gz
+/CGI-Application-Structured-0.006.tar.gz
diff --git a/perl-CGI-Application-Structured.spec 
b/perl-CGI-Application-Structured.spec
index 7b49ce2..7373672 100644
--- a/perl-CGI-Application-Structured.spec
+++ b/perl-CGI-Application-Structured.spec
@@ -1,6 +1,6 @@
 Name:   perl-CGI-Application-Structured
-Version:0.003
-Release:5%{?dist}
+Version:0.006
+Release:1%{?dist}
 Summary:Medium-weight, MVC, DB web framework
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -14,6 +14,7 @@ BuildRequires:  perl(CGI::Application::Plugin::AutoRunmode)
 BuildRequires:  perl(CGI::Application::Plugin::ConfigAuto)
 BuildRequires:  perl(CGI::Application::Plugin::DBH)
 BuildRequires:  perl(CGI::Application::Plugin::DBIC::Schema)
+BuildRequires:  perl(CGI::Application::Plugin::DebugScreen)
 BuildRequires:  perl(CGI::Application::Plugin::FillInForm)
 BuildRequires:  perl(CGI::Application::Plugin::Forward)
 BuildRequires:  perl(CGI::Application::Plugin::LogDispatch)
@@ -64,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sun Mar 27 2011 Emmanuel Seyman  - 0.006-1
+- Update to 0.006
+- Add perl(CGI::Application::Plugin::DebugScreen) as a BR
+
 * Tue Feb 08 2011 Fedora Release Engineering  
- 0.003-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 0c2f360..91716ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e4bc35585abea01559034c3dbd49942b  CGI-Application-Structured-0.003.tar.gz
+f2eeda1d16fe791ad44cc1beb10133a0  CGI-Application-Structured-0.006.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: File bugzilla-4.0-1.fc14.src.rpm uploaded to lookaside cache by eseyman

2011-03-27 Thread Emmanuel Seyman
* Rahul Sundaram [28/03/2011 00:23] :
> 
> Why are you uploading srpm to lookaside cache instead of the source tarball?

It's a mistake. I wanted to upload the source tarball and picked the
wrong file. Is there anything for me to undo?

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Broken dependencies: perl-WWW-Mechanize

2011-03-28 Thread Emmanuel Seyman
* build...@fedoraproject.org [28/03/2011 22:45] :
>
> perl-WWW-Mechanize has broken dependencies in the rawhide tree:
> On x86_64:
>   perl-WWW-Mechanize-1.66-3.fc15.noarch requires perl(HTML::Form) >= 
> 0:1.00
>   perl-WWW-Mechanize-1.66-3.fc15.noarch requires perl(HTML::Form) >= 
> 0:1.038

I've submitted a package for perl-HTML-Form:
https://bugzilla.redhat.com/show_bug.cgi?id=691226

If someone could find the time to review it, we could finally get rid of
these email reminders.

Emmanuel

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-CGI-Application-Plugin-RequireSSL/f13] Initial import.

2011-05-12 Thread Emmanuel Seyman
commit ab858877fdf5221537ce305bd09fa72e38103916
Author: Emmanuel Seyman 
Date:   Thu May 12 22:44:49 2011 +0200

Initial import.

 .gitignore  |1 +
 perl-CGI-Application-Plugin-RequireSSL.spec |   54 +++
 sources |1 +
 3 files changed, 56 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..151ec8c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/CGI-Application-Plugin-RequireSSL-0.04.tar.gz
diff --git a/perl-CGI-Application-Plugin-RequireSSL.spec 
b/perl-CGI-Application-Plugin-RequireSSL.spec
new file mode 100644
index 000..c1e81c2
--- /dev/null
+++ b/perl-CGI-Application-Plugin-RequireSSL.spec
@@ -0,0 +1,54 @@
+Name:   perl-CGI-Application-Plugin-RequireSSL
+Version:0.04
+Release:1%{?dist}
+Summary:Force SSL in specified pages or modules
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/CGI-Application-Plugin-RequireSSL/
+Source0:
http://www.cpan.org/authors/id/D/DH/DHORNE/CGI-Application-Plugin-RequireSSL-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl(CGI)
+BuildRequires:  perl(CGI::Application)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod)
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%{?perl_default_filter}
+
+%description
+CGI::Application::Plugin::RequireSSL allows individual run modes or whole
+modules to be protected by SSL. If a standard HTTP request is received, you
+can specify whether an error is raised or if the request should be
+redirected to the HTTPS equivalent URL.
+
+%prep
+%setup -q -n CGI-Application-Plugin-RequireSSL-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Nov 25 2010 Emmanuel Seyman  0.04-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..d8cdd84 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ffa4fbe3014ded658dc796aafc01a5f8  CGI-Application-Plugin-RequireSSL-0.04.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: incorrect-fsf-address

2011-05-28 Thread Emmanuel Seyman
* Ankur Sinha [28/05/2011 11:51] :
> 
> Recently, I've been getting a lot of "gnumed-server.noarch: E:
> incorrect-fsf-address" errors from rpmlint. How is this to be handled?

File a bug with upstream to update the copy of the license shipped with
their software.

The FSF's address is :
Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: incorrect-fsf-address

2011-05-28 Thread Emmanuel Seyman
* Ankur Sinha [28/05/2011 13:41] :
> 
> For the time being, for the review request, do we need to ask the
> submitter to patch the address to correct it?

I view patching licenses as being a bad thing. I ask the submitter to
file a bug upstream but do not block the review on this matter.

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


File Test-Pod-Content-0.0.5.tar.gz uploaded to lookaside cache by eseyman

2011-06-09 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Test-Pod-Content:

895452aebc0d809413c865452be28d6a  Test-Pod-Content-0.0.5.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: SYSTEMD: Give us a option for upstart

2011-06-13 Thread Emmanuel Seyman
* Steve Clark [13/06/2011 14:04] :
>
> Maybe Fedora should adhere to Linus's rule that we don't have regressions 
> that break users stuff.

Linus has no such thing. Google the min/max incident and the amount of drivers
that were removed from the kernel tree before 2.4.0's release if you want proof.

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: GNOME3 and au revoir WAS: systemd: please stop trying to take over the world :)

2011-06-17 Thread Emmanuel Seyman
* Domingo Becker [17/06/2011 14:21] :
>
> Access through keyboard was something missing in previous GNOME. End
> users go faster if they only use keyboard (of course, the program and
> the desktop environment should be prepared for that).

Agreed. Before installing F15, I was sceptic about having to search for
applications. After using it for a week, I can't imagine going back to a
menu-based solution.

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


File CGI-Application-Dispatch-3.00.tar.gz uploaded to lookaside cache by eseyman

2011-06-19 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-CGI-Application-Dispatch:

81323cdf46c8dd8191d6a50edfc79bff  CGI-Application-Dispatch-3.00.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-CGI-Application-Dispatch] Update to 3.00, Spec clean-up

2011-06-19 Thread Emmanuel Seyman
commit 9070f5e9fc901aec5a9f16d79eea1cff1e21f01c
Author: Emmanuel Seyman 
Date:   Mon Jun 20 01:42:12 2011 +0200

Update to 3.00, Spec clean-up

 .gitignore |1 +
 perl-CGI-Application-Dispatch.spec |   20 ++--
 sources|2 +-
 3 files changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e94af73..897eaa0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 CGI-Application-Dispatch-2.17.tar.gz
 /CGI-Application-Dispatch-2.18.tar.gz
+/CGI-Application-Dispatch-3.00.tar.gz
diff --git a/perl-CGI-Application-Dispatch.spec 
b/perl-CGI-Application-Dispatch.spec
index 6755661..04dfa71 100644
--- a/perl-CGI-Application-Dispatch.spec
+++ b/perl-CGI-Application-Dispatch.spec
@@ -1,24 +1,26 @@
 Name:   perl-CGI-Application-Dispatch
-Version:2.18
-Release:2%{?dist}
+Version:3.00
+Release:1%{?dist}
 Summary:Dispatch requests to CGI::Application based objects
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/CGI-Application-Dispatch/
 Source0:
http://www.cpan.org/authors/id/M/MA/MARKSTOS/CGI-Application-Dispatch-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(CGI)
-BuildRequires:  perl(CGI::Application) >= 3.2
+BuildRequires:  perl(CGI::Application) >= 4.50
 BuildRequires:  perl(Exception::Class)
 BuildRequires:  perl(Exception::Class::TryCatch)
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Plack)
 BuildRequires:  perl(Test::LongString)
 BuildRequires:  perl(Test::More)
 # Apache::Test must be configured before use.
 # BuildRequires:  perl(Apache::Test)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
+%{?perl_default_filter}
+
 %description
 This module provides a way (as a mod_perl handler or running under vanilla
 CGI) to look at the path (as returned by dispatch_path) of the incoming
@@ -33,8 +35,6 @@ of that module and run it.
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
@@ -43,16 +43,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes TODO
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 20 2011 Emmanuel Seyman  - 3.00-1
+- Update to 3.00
+- Spec clean-up
+
 * Tue Feb 08 2011 Fedora Release Engineering  
- 2.18-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index aa543ce..f5a55cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-30f9584587d66cdd65972aa0345ad539  CGI-Application-Dispatch-2.18.tar.gz
+81323cdf46c8dd8191d6a50edfc79bff  CGI-Application-Dispatch-3.00.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Test-ConsistentVersion/f15] Initial import.

2011-07-05 Thread Emmanuel Seyman
commit 9ab194bf113d263ec0396c4ff896b6684536c749
Author: Emmanuel Seyman 
Date:   Tue Jul 5 14:47:43 2011 +0200

Initial import.

 .gitignore   |1 +
 perl-Test-ConsistentVersion.spec |   51 ++
 sources  |1 +
 3 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..dd64b6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Test-ConsistentVersion-v0.2.3.tar.gz
diff --git a/perl-Test-ConsistentVersion.spec b/perl-Test-ConsistentVersion.spec
new file mode 100644
index 000..0527af6
--- /dev/null
+++ b/perl-Test-ConsistentVersion.spec
@@ -0,0 +1,51 @@
+Name:   perl-Test-ConsistentVersion
+Version:0.2.3
+Release:1%{?dist}
+Summary:Ensures a CPAN distribution has consistent versioning
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Test-ConsistentVersion/
+Source0:
http://www.cpan.org/authors/id/C/CE/CEBJYRE/Test-ConsistentVersion-v%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Test::Builder)
+BuildRequires:  perl(Test::Pod::Content)
+
+# Needed for TEST_AUTHOR tests
+BuildRequires:  perl(Test::Perl::Critic)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Simple)
+
+BuildRequires:  perl(version)
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%description
+The purpose of this module is to make it easy for other distribution
+authors to have consistent version numbers within the modules (as well as
+readme file and changelog) of the distribution.
+
+%prep
+%setup -q -n Test-ConsistentVersion-v%{version}
+
+%build
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+TEST_AUTHOR=1 ./Build test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon May 16 2011 Emmanuel Seyman  0.2.3-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..762ad35 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f4e90bd16dd08330e6c89da0abc7b8ec  Test-ConsistentVersion-v0.2.3.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Net-Server-SS-PreFork-0.05.tar.gz uploaded to lookaside cache by eseyman

2011-07-05 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Net-Server-SS-PreFork:

4198d48d27353f60cc297178f86c216f  Net-Server-SS-PreFork-0.05.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Net-Server-SS-PreFork] Initial import.

2011-07-05 Thread Emmanuel Seyman
commit c31401ce2b103de2f5d5e1910f86924c573b22c6
Author: Emmanuel Seyman 
Date:   Tue Jul 5 19:44:59 2011 +0200

Initial import.

 .gitignore  |1 +
 perl-Net-Server-SS-PreFork.spec |   56 +++
 sources |1 +
 3 files changed, 58 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ed393cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Net-Server-SS-PreFork-0.05.tar.gz
diff --git a/perl-Net-Server-SS-PreFork.spec b/perl-Net-Server-SS-PreFork.spec
new file mode 100644
index 000..8ad4b36
--- /dev/null
+++ b/perl-Net-Server-SS-PreFork.spec
@@ -0,0 +1,56 @@
+Name:   perl-Net-Server-SS-PreFork
+Version:0.05
+Release:2%{?dist}
+Summary:Hot-deployable variant of Net::Server::PreFork
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Net-Server-SS-PreFork/
+Source0:
http://www.cpan.org/authors/id/K/KA/KAZUHO/Net-Server-SS-PreFork-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(HTTP::Server::Simple::CGI)
+BuildRequires:  perl(LWP::Simple)
+BuildRequires:  perl(Net::Server)
+BuildRequires:  perl(Server::Starter)
+BuildRequires:  perl(Test::TCP)
+
+# Temporary workabout around bug #719048
+BuildRequires:  perl(CGI)
+
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%description
+Net::Server::SS::PreFork is a Net::Server personality, extending
+Net::Server::PreFork. It can be run by the start_server script of
+Server::Starter.
+
+%prep
+%setup -q -n Net-Server-SS-PreFork-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/Net
+%{_mandir}/man3/Net*
+
+%changelog
+* Tue Jul 05 2011 Emmanuel Seyman  0.05-2
+- Add perl(CGI) as a BuildRequires until brc #719048 is fixed.
+- Use more explicit entries in the files stanza
+
+* Fri Jun 17 2011 Emmanuel Seyman  0.05-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..ba5541d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+4198d48d27353f60cc297178f86c216f  Net-Server-SS-PreFork-0.05.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Net-Server-SS-PreFork/f15] Initial import.

2011-07-05 Thread Emmanuel Seyman
commit 6cb9f317774c3f46510ae965296215bf396c933b
Author: Emmanuel Seyman 
Date:   Tue Jul 5 19:55:17 2011 +0200

Initial import.

 .gitignore  |1 +
 perl-Net-Server-SS-PreFork.spec |   56 +++
 sources |1 +
 3 files changed, 58 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ed393cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Net-Server-SS-PreFork-0.05.tar.gz
diff --git a/perl-Net-Server-SS-PreFork.spec b/perl-Net-Server-SS-PreFork.spec
new file mode 100644
index 000..8ad4b36
--- /dev/null
+++ b/perl-Net-Server-SS-PreFork.spec
@@ -0,0 +1,56 @@
+Name:   perl-Net-Server-SS-PreFork
+Version:0.05
+Release:2%{?dist}
+Summary:Hot-deployable variant of Net::Server::PreFork
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Net-Server-SS-PreFork/
+Source0:
http://www.cpan.org/authors/id/K/KA/KAZUHO/Net-Server-SS-PreFork-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(HTTP::Server::Simple::CGI)
+BuildRequires:  perl(LWP::Simple)
+BuildRequires:  perl(Net::Server)
+BuildRequires:  perl(Server::Starter)
+BuildRequires:  perl(Test::TCP)
+
+# Temporary workabout around bug #719048
+BuildRequires:  perl(CGI)
+
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%description
+Net::Server::SS::PreFork is a Net::Server personality, extending
+Net::Server::PreFork. It can be run by the start_server script of
+Server::Starter.
+
+%prep
+%setup -q -n Net-Server-SS-PreFork-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/Net
+%{_mandir}/man3/Net*
+
+%changelog
+* Tue Jul 05 2011 Emmanuel Seyman  0.05-2
+- Add perl(CGI) as a BuildRequires until brc #719048 is fixed.
+- Use more explicit entries in the files stanza
+
+* Fri Jun 17 2011 Emmanuel Seyman  0.05-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..ba5541d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+4198d48d27353f60cc297178f86c216f  Net-Server-SS-PreFork-0.05.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Starman-0.2013.tar.gz uploaded to lookaside cache by eseyman

2011-07-07 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Starman:

302a9955f8721a5a26f04e7d562f683c  Starman-0.2013.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Starman] Initial import.

2011-07-07 Thread Emmanuel Seyman
commit d052a7c9106bcf4e9ca2edd13781086c8451bed6
Author: Emmanuel Seyman 
Date:   Thu Jul 7 15:41:58 2011 +0200

Initial import.

 .gitignore|1 +
 perl-Starman.spec |   64 +
 sources   |1 +
 3 files changed, 66 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..588f3c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Starman-0.2013.tar.gz
diff --git a/perl-Starman.spec b/perl-Starman.spec
new file mode 100644
index 000..a365aa9
--- /dev/null
+++ b/perl-Starman.spec
@@ -0,0 +1,64 @@
+Name:   perl-Starman
+Version:0.2013
+Release:2%{?dist}
+Summary:High-performance preforking PSGI/Plack web server
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Starman/
+Source0:
http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Starman-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(Data::Dump)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(HTTP::Date)
+BuildRequires:  perl(HTTP::Parser::XS)
+BuildRequires:  perl(HTTP::Status)
+BuildRequires:  perl(Net::Server)
+BuildRequires:  perl(Net::Server::SS::PreFork)
+BuildRequires:  perl(parent)
+BuildRequires:  perl(Plack)
+BuildRequires:  perl(Server::Starter)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Requires)
+BuildRequires:  perl(Test::TCP)
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%description
+Starman is a PSGI perl web server that has unique features such as high
+performance, preforking, use of signals and a small memory footprint. It is 
PSGI
+compatible and offers HTTP/1.1 support.
+
+%prep
+%setup -q -n Starman-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/HTTP
+%{perl_vendorlib}/Plack
+%{perl_vendorlib}/Starman
+%{perl_vendorlib}/Starman.pm
+%{_bindir}/starman
+%{_mandir}/man1/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Jul 07 2011 Emmanuel Seyman  0.2013-2
+- Change the files stanza to be more explicit
+
+* Fri Jun 17 2011 Emmanuel Seyman  0.2013-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..5b423fa 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+302a9955f8721a5a26f04e7d562f683c  Starman-0.2013.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File CGI-Application-Plugin-Authentication-0.20.tar.gz uploaded to lookaside cache by eseyman

2011-07-08 Thread Emmanuel Seyman
A file has been added to the lookaside cache for 
perl-CGI-Application-Plugin-Authentication:

5b4ff96b2f703b11bae13308aee7bd30  
CGI-Application-Plugin-Authentication-0.20.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-CGI-Application-Plugin-Authentication] Update to 0.20, add new BuildRequires and clean up spec file

2011-07-08 Thread Emmanuel Seyman
commit cfafb990bf1cac77366c3fc40c68981ebd6c1605
Author: Emmanuel Seyman 
Date:   Fri Jul 8 17:00:09 2011 +0200

Update to 0.20, add new BuildRequires and clean up spec file

 .gitignore  |1 +
 perl-CGI-Application-Plugin-Authentication.spec |   18 +-
 sources |2 +-
 3 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 97e7444..da74c9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 CGI-Application-Plugin-Authentication-0.18.tar.gz
 /CGI-Application-Plugin-Authentication-0.19.tar.gz
+/CGI-Application-Plugin-Authentication-0.20.tar.gz
diff --git a/perl-CGI-Application-Plugin-Authentication.spec 
b/perl-CGI-Application-Plugin-Authentication.spec
index 843d1b0..b546aa5 100644
--- a/perl-CGI-Application-Plugin-Authentication.spec
+++ b/perl-CGI-Application-Plugin-Authentication.spec
@@ -1,12 +1,11 @@
 Name:   perl-CGI-Application-Plugin-Authentication
-Version:0.19
-Release:2%{?dist}
+Version:0.20
+Release:1%{?dist}
 Summary:Authentication framework for CGI::Application
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:
http://search.cpan.org/dist/CGI-Application-Plugin-Authentication/
 Source0:
http://www.cpan.org/authors/id/S/SI/SILASMONK/CGI-Application-Plugin-Authentication-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl(Apache::Htpasswd)
@@ -21,7 +20,9 @@ BuildRequires:  perl(Crypt::PasswdMD5)
 BuildRequires:  perl(DBD::SQLite)
 BuildRequires:  perl(Digest::SHA1)
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Readonly)
 BuildRequires:  perl(Task::Weaken)
+BuildRequires:  perl(Test::ConsistentVersion)
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::MockObject)
 BuildRequires:  perl(Test::More)
@@ -51,8 +52,6 @@ CGI::Application::Plugin::Authentication plugin.
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
@@ -61,16 +60,17 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README example
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 08 2011 Emmanuel Seyman  - 0.20-1
+- Update to 0.20
+- Add new BuildRequires
+- Clean up spec file
+
 * Tue Feb 08 2011 Fedora Release Engineering  
- 0.19-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 402f0b0..dad4961 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-778f9e3c5ec4ba7702cc932d37bf9230  
CGI-Application-Plugin-Authentication-0.19.tar.gz
+5b4ff96b2f703b11bae13308aee7bd30  
CGI-Application-Plugin-Authentication-0.20.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File CGI-Application-Plugin-ValidateRM-2.4.tar.gz uploaded to lookaside cache by eseyman

2011-07-08 Thread Emmanuel Seyman
A file has been added to the lookaside cache for 
perl-CGI-Application-Plugin-ValidateRM:

39a1677de948fc9db519bf38fd645716  CGI-Application-Plugin-ValidateRM-2.4.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-CGI-Application-Plugin-ValidateRM] Update to 2.4 and clean up spec file

2011-07-08 Thread Emmanuel Seyman
commit a41ce51aa2e59eb1dec7c8119bf8e4293386fc91
Author: Emmanuel Seyman 
Date:   Fri Jul 8 17:13:55 2011 +0200

Update to 2.4 and clean up spec file

 .gitignore  |1 +
 perl-CGI-Application-Plugin-ValidateRM.spec |   17 -
 sources |2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7871a00..c4619a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 CGI-Application-Plugin-ValidateRM-2.3.tar.gz
+/CGI-Application-Plugin-ValidateRM-2.4.tar.gz
diff --git a/perl-CGI-Application-Plugin-ValidateRM.spec 
b/perl-CGI-Application-Plugin-ValidateRM.spec
index 9b0dada..be3a4ab 100644
--- a/perl-CGI-Application-Plugin-ValidateRM.spec
+++ b/perl-CGI-Application-Plugin-ValidateRM.spec
@@ -1,12 +1,11 @@
 Name:   perl-CGI-Application-Plugin-ValidateRM
-Version:2.3
-Release:8%{?dist}
+Version:2.4
+Release:1%{?dist}
 Summary:Help validate CGI::Application run modes using 
Data::FormValidator
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/CGI-Application-Plugin-ValidateRM/
 Source0:
http://www.cpan.org/authors/id/M/MA/MARKSTOS/CGI-Application-Plugin-ValidateRM-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(CGI)
 BuildRequires:  perl(CGI::Application)
@@ -17,6 +16,8 @@ BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
+%{?perl_default_filter}
+
 %description
 CGI::Application::Plugin::ValidateRM helps to validate web forms when using
 the CGI::Application framework and the Data::FormValidator module.
@@ -30,8 +31,6 @@ chmod 644 Changes
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
@@ -41,16 +40,16 @@ chmod 0644 
$RPM_BUILD_ROOT/%{perl_vendorlib}/CGI/Application/Plugin/ValidateRM.p
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 08 2011 Emmanuel Seyman  - 2.4-1
+- Update to 2.4
+- Clean up spec file
+
 * Tue Feb 08 2011 Fedora Release Engineering  
- 2.3-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 97b9fd7..ea0f3ac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-689de4b8db1052d8902f8c4a2b7f5d35  CGI-Application-Plugin-ValidateRM-2.3.tar.gz
+39a1677de948fc9db519bf38fd645716  CGI-Application-Plugin-ValidateRM-2.4.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Config-Auto-0.36.tar.gz uploaded to lookaside cache by eseyman

2011-07-08 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Config-Auto:

e49f1314ee58972c91792977e9a99776  Config-Auto-0.36.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Config-Auto] Update to 0.36 and clean up spec file

2011-07-08 Thread Emmanuel Seyman
commit 1edb46ee4e01a7a869006eedd1ac18092f75dd91
Author: Emmanuel Seyman 
Date:   Fri Jul 8 17:23:47 2011 +0200

Update to 0.36 and clean up spec file

 .gitignore|1 +
 perl-Config-Auto.spec |   19 +--
 sources   |2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 228ad68..8a98797 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Config-Auto-0.20.tar.gz
 /Config-Auto-0.30.tar.gz
 /Config-Auto-0.32.tar.gz
 /Config-Auto-0.34.tar.gz
+/Config-Auto-0.36.tar.gz
diff --git a/perl-Config-Auto.spec b/perl-Config-Auto.spec
index 60ac164..c28cf97 100644
--- a/perl-Config-Auto.spec
+++ b/perl-Config-Auto.spec
@@ -1,12 +1,11 @@
 Name:   perl-Config-Auto
-Version:0.34
-Release:2%{?dist}
+Version:0.36
+Release:1%{?dist}
 Summary:Magical config file parser
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Config-Auto/
-Source0:
http://www.cpan.org/authors/id/K/KA/KANE/Config-Auto-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:
http://www.cpan.org/authors/id/B/BI/BINGOS/Config-Auto-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl(Config::IniFiles)
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -15,6 +14,8 @@ BuildRequires:  perl(Test::More)
 BuildRequires:  perl(YAML)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
+%{?perl_default_filter}
+
 %description
 This module was written after having to write Yet Another Config File
 Parser for some variety of colon-separated config. It searches the filesystem
@@ -29,8 +30,6 @@ and returns a data structure based on the file's contents.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -41,16 +40,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 08 2011 Emmanuel Seyman  - 0.36-1
+- Update to 0.36
+- Clean up spec file
+
 * Wed Jun 29 2011 Marcela Mašláňová  - 0.34-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index fa6a2f9..a51be20 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-31ec9bcc6595e283330847e13d48a6da  Config-Auto-0.34.tar.gz
+e49f1314ee58972c91792977e9a99776  Config-Auto-0.36.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File BZ-Client-1.03.tar.gz uploaded to lookaside cache by eseyman

2010-02-03 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-BZ-Client:

0e6eb6509afa40d9c03e9ee96d1f273f  BZ-Client-1.03.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


rpms/perl-Module-Starter-Plugin-CGIApp/devel perl-Module-Starter-Plugin-CGIApp.spec, 1.3, 1.4

2010-02-15 Thread Emmanuel Seyman
Author: eseyman

Update of /cvs/pkgs/rpms/perl-Module-Starter-Plugin-CGIApp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6563

Modified Files:
perl-Module-Starter-Plugin-CGIApp.spec 
Log Message:
Add missing Build-Requires
Fix build instructions so they actually work (#07)




Index: perl-Module-Starter-Plugin-CGIApp.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-Module-Starter-Plugin-CGIApp/devel/perl-Module-Starter-Plugin-CGIApp.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-Module-Starter-Plugin-CGIApp.spec  7 Dec 2009 00:43:55 -   
1.3
+++ perl-Module-Starter-Plugin-CGIApp.spec  15 Feb 2010 16:11:39 -  
1.4
@@ -1,6 +1,6 @@
 Name:   perl-Module-Starter-Plugin-CGIApp
 Version:0.10
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Template based module starter for CGI apps
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -16,6 +16,9 @@ BuildRequires:  perl(Pod::Coverage) >= 0
 BuildRequires:  perl(Test::Builder)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod) >= 1.22
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Test::WWW::Mechanize::CGIApp)
+BuildRequires:  perl(Titanium)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -32,20 +35,22 @@ sed -i 's/\r//' script/cgiapp-starter sc
 
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build
+%{__perl} Makefile.PL installdirs=vendor
+make
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+find $RPM_BUILD_ROOT -name .packlist -exec rm -f {} 2>/dev/null \;
+find $RPM_BUILD_ROOT -name perllocal.pod -exec rm -f {} 2>/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 %{?!_with_signature_test:rm t/00-signature.t}
-./Build test
+make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -61,6 +66,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 15 2010 Emmanuel Seyman  - 0.10-4
+- Add missing Build-Requires
+- Fix build instructions so they actually work (#07)
+
 * Mon Dec  7 2009 Stepan Kasal  - 0.10-3
 - rebuild against perl 5.10.1
 

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Data-JavaScript-1.13.tgz uploaded to lookaside cache by eseyman

2010-03-01 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Data-JavaScript:

14a2e422d2a22d34749e762614b4736f  Data-JavaScript-1.13.tgz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: Worthless updates

2010-03-03 Thread Emmanuel Seyman
* Jaroslav Reznik [03/03/2010 15:41] :
>
> It's very easy - latest KDE stable release.

Not if they've never updated their install, in which case they've got
the version of KDE that shipped on release date.

If they updated their distribution until some point in the past,
they've got any version of KDE between the former and whatever's in
updates right now.

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Worthless updates

2010-03-03 Thread Emmanuel Seyman
* Thomas Janssen [03/03/2010 16:00] :
>
> Helper: please run in a terminal "kde4-config --version"

If you're going to ask users to use the CLI, you're better off asking
them the output of "rpm -q kdelibs", the answer will be more precise.

> Not to hard to find out.

And in contradiction to what Jaroslav stated (users are always running
the latest stable release version of KDE).

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Worthless updates

2010-03-03 Thread Emmanuel Seyman
* Thomas Janssen [03/03/2010 17:41] :
>
> Really? And that shows me the QT version now? I must miss something.

"If they ask about F12 KDE, who knows."

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


File File-DirCompare-0.6.tar.gz uploaded to lookaside cache by eseyman

2010-03-04 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-File-DirCompare:

75b150e32d5d9bd120e32c7e2ee01125  File-DirCompare-0.6.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


rpms/perl-File-DirCompare/devel .cvsignore, 1.2, 1.3 perl-File-DirCompare.spec, 1.1, 1.2 sources, 1.2, 1.3

2010-03-04 Thread Emmanuel Seyman
Author: eseyman

Update of /cvs/pkgs/rpms/perl-File-DirCompare/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4060

Modified Files:
.cvsignore perl-File-DirCompare.spec sources 
Log Message:
Update to 0.6


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-File-DirCompare/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore  4 Mar 2010 00:12:16 -   1.2
+++ .cvsignore  4 Mar 2010 13:34:39 -   1.3
@@ -1 +1 @@
-File-DirCompare-0.5.tar.gz
+File-DirCompare-0.6.tar.gz


Index: perl-File-DirCompare.spec
===
RCS file: /cvs/pkgs/rpms/perl-File-DirCompare/devel/perl-File-DirCompare.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- perl-File-DirCompare.spec   4 Mar 2010 00:12:17 -   1.1
+++ perl-File-DirCompare.spec   4 Mar 2010 13:34:40 -   1.2
@@ -1,5 +1,5 @@
 Name:   perl-File-DirCompare
-Version:0.5
+Version:0.6
 Release:1%{?dist}
 Summary:Perl module to compare two directories using callbacks
 License:GPL+ or Artistic
@@ -50,5 +50,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 04 2010 Emmanuel Seyman  0.6-1
+- Update to 0.6.
+
 * Mon Mar 01 2010 Emmanuel Seyman  0.5-1
 - Specfile autogenerated by cpanspec 1.78.


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-File-DirCompare/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 4 Mar 2010 00:12:17 -   1.2
+++ sources 4 Mar 2010 13:34:40 -   1.3
@@ -1 +1 @@
-56ea28d4a362d7b78f26ba7a3fa8b920  File-DirCompare-0.5.tar.gz
+75b150e32d5d9bd120e32c7e2ee01125  File-DirCompare-0.6.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: how to make things better(tm)

2010-03-05 Thread Emmanuel Seyman
* Thomas Janssen [05/03/2010 17:03] :
>
> If you ask me, i say, have a face, have a character and offer
> something the others dont. Fedora is exactly that right now.

We're left with the problem that what Fedora is right now isn't
working (massive amounts of updates that our users have to download,
daily composes that take 8 hours, ...).

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: F13 Alpha - Zarafa

2010-03-10 Thread Emmanuel Seyman
* Kevin Kofler [11/03/2010 00:08] :
>
> OpenChange is an implementation of the M$ Exchange protocols, allowing Free 
> Software groupware clients to interoperate with M$ Exchange.

It's a requirement for Zarafa which is basically a bridge between open
protocols (IMAP, POP, Caldav, ...) and Exchange's MAPI protocol.

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Orphaning Packages

2010-03-21 Thread Emmanuel Seyman
* Warren Togami [18/03/2010 02:38] :
>
> perl-Finance-YahooQuote

I've taken this package for the currently supported branches.

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Stable Release Updates types proposal

2010-03-26 Thread Emmanuel Seyman
* Till Maas [26/03/2010 18:00] :
>
> You added the section about informing upstream about half a year ago,
> therefore I guess the majority of package maintainer did not do this. I
> know I never did this, unless they already list other distributions or I
> had to send a patch.

I've always done this (although I suppose a number of packages have
fallen through the cracks), even before that section was there.

Interestingly enough, the first upstream I informed replied that I was
the first packager to do so despite the fact that his work was already
featured in a number of distributions.

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


File SVG-TT-Graph-0.14.tar.gz uploaded to lookaside cache by eseyman

2010-04-05 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-SVG-TT-Graph:

05d35dd63a0c77f274a0f29217f361e9  SVG-TT-Graph-0.14.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: Dropping the ownership model

2011-11-22 Thread Emmanuel Seyman
* "Jóhann B. Guðmundsson" [22/11/2011 19:28] :
>
> What do people see as pros and cons continuing to use the current 
> package ownership model?

Pro: it enforces responsibility. The way things currently work, it's
relatively obvious whose work it is to fix a given bug.

Con: the thing that kicked off the cleanup thread. A package which has an
maintainer that doesn't know how to fix it, no co-maintainers and that isn't
high-profile enough to grab the attention of a proven-packager will not be
updated/fixed/improved.

> Would it be viable to move to something like language SIG based 
> ownership of packages?

For every single package? Probably not.
FTR, How is this different from co-maintership?

> As in lower the barrier of entry of contributor without the need and or 
> introduction of an package or any sponsorship and have them assigned to 
> relevant SIG based on language they either know or want to learn. ( not 
> necessarly having to tie packaging with code contribution ).

While I'm all for having more maintainers and co-maintainers, I'ld worried
that lowering the barrier of entry will lead to packagers who don't have the
skills necessary to fix the problems that their packages will have.

> The governing body of the SIG would in essence be the once that would be 
> responsible for the components.

For a number of SIGs, this is already the case. As Kevin has said, the KDE
SIG works like this and there's a high sense of ownership in the Perl SIG.

> Do you know or want to learn python. Join the python SIG etc...

I'm not convinced that joining a language SIG is going to help you learn said
language. Seeing diffs of spec files go by won't get you very far.

Emmanuel
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[perl-Data-Random] Update to 0.06, refresh patch, clean up spec file and enable all tests

2011-12-07 Thread Emmanuel Seyman
commit 45ca4e4e816ab4e61b17f4de48ec5daba93ac41f
Author: Emmanuel Seyman 
Date:   Wed Dec 7 20:44:42 2011 +0100

Update to 0.06, refresh patch, clean up spec file and enable all tests

 .gitignore |1 +
 ...ndom-0.06-Check-if-_to_secs-returns-undef.patch |   51 +---
 perl-Data-Random.spec  |   24 +-
 sources|2 +-
 4 files changed, 27 insertions(+), 51 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c9898ed..394c9a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Data-Random-0.05.tar.gz
+/Data-Random-0.06.tar.gz
diff --git a/perl-Data-Random-0.05-Check-if-_to_secs-returns-undef.patch 
b/perl-Data-Random-0.06-Check-if-_to_secs-returns-undef.patch
similarity index 51%
rename from perl-Data-Random-0.05-Check-if-_to_secs-returns-undef.patch
rename to perl-Data-Random-0.06-Check-if-_to_secs-returns-undef.patch
index 078ff4f..d5b505e 100644
--- a/perl-Data-Random-0.05-Check-if-_to_secs-returns-undef.patch
+++ b/perl-Data-Random-0.06-Check-if-_to_secs-returns-undef.patch
@@ -1,24 +1,15 @@
-From 7dcdfa9edfc632609b3fc99aabb46a40b0083875 Mon Sep 17 00:00:00 2001
-From: Niko Tyni 
-Date: Fri, 17 Dec 2010 10:35:33 +0100
-Subject: [PATCH] Check if _to_secs() returns undef
+Description: Fix test failures when rand_time() returns "00:00:00".
+Origin: vendor
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=27392
+Bug-Debian: http://bugs.debian.org/441746
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=27392
+Author: Damyan Ivanov 
+Reviewed-by: gregor herrmann 
+Last-Update: 2011-11-26
 
-t/rand_time.t fails when rand_time() returns "00:00:00", since
-_to_secs() then returns 0 which evaluates to false. This happens with a
-probability of about 7 % and was found in an automatic build of the Debian
-packaged version of Data::Random.
-
-https://rt.cpan.org/Public/Bug/Display.html?id=27392

- t/rand_datetime.t |   10 +-
- t/rand_time.t |2 +-
- 2 files changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/t/rand_datetime.t b/t/rand_datetime.t
-index b7a2118..00d8993 100755
 --- a/t/rand_datetime.t
 +++ b/t/rand_datetime.t
-@@ -35,7 +35,7 @@ SKIP: {
+@@ -35,7 +35,7 @@
  
  $pass = 0
unless $delta >= 0 && $delta <= $max_days
@@ -27,7 +18,7 @@ index b7a2118..00d8993 100755
  
  $i++;
  }
-@@ -59,7 +59,7 @@ SKIP: {
+@@ -59,7 +59,7 @@
  
  $pass = 0
unless $delta >= 0 && $delta <= $max_days
@@ -36,7 +27,7 @@ index b7a2118..00d8993 100755
  
  $i++;
  }
-@@ -89,7 +89,7 @@ SKIP: {
+@@ -89,7 +89,7 @@
  
  $pass = 0
unless $delta >= 0 && $delta <= $max_days
@@ -45,7 +36,7 @@ index b7a2118..00d8993 100755
  
  $i++;
  }
-@@ -121,7 +121,7 @@ SKIP: {
+@@ -121,7 +121,7 @@
  
  $pass = 0
unless $delta >= 0 && $delta <= $max_days
@@ -54,7 +45,7 @@ index b7a2118..00d8993 100755
  
  $i++;
  }
-@@ -139,7 +139,7 @@ SKIP: {
+@@ -139,7 +139,7 @@
  
  $pass = 0
unless $new_year == $year && $new_month == $month && $new_day == 
$day
@@ -63,19 +54,3 @@ index b7a2118..00d8993 100755
  
  ok($pass);
  }
-diff --git a/t/rand_time.t b/t/rand_time.t
-index 1f9b656..3592c7e 100755
 a/t/rand_time.t
-+++ b/t/rand_time.t
-@@ -16,7 +16,7 @@ use Data::Random qw( rand_time );
- while ( $pass && $i < $max_secs ) {
- my $time = rand_time();
- 
--$pass = 0 unless _to_secs($time);
-+$pass = 0 unless defined( _to_secs($time) );
- 
- $i++;
- }
--- 
-1.7.3.3
-
diff --git a/perl-Data-Random.spec b/perl-Data-Random.spec
index 3f152c8..0318312 100644
--- a/perl-Data-Random.spec
+++ b/perl-Data-Random.spec
@@ -1,17 +1,18 @@
 Name:   perl-Data-Random
-Version:0.05
-Release:6%{?dist}
+Version:0.06
+Release:1%{?dist}
 Summary:Perl module to generate random data
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Data-Random/
-Source0:
http://www.cpan.org/authors/id/A/AD/ADEO/Data-Random-%{version}.tar.gz
-Patch0: perl-Data-Random-0.05-Check-if-_to_secs-returns-undef.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:
http://www.cpan.org/authors/id/B/BA/BAREFOOT/Data-Random-%{version}.tar.gz
+Patch0: perl-Data-Random-0.06-Check-if-_to_secs-returns-undef.patch
 BuildArch:  noarch
 BuildRequires:  perl(Date::Calc)
 BuildRequires:  perl(GD)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_C

File JSON-RPC-1.01.tar.gz uploaded to lookaside cache by eseyman

2011-12-09 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-JSON-RPC:

802d5bb488f3587f16aa69e8c002132b  JSON-RPC-1.01.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: service version disclosure

2012-01-06 Thread Emmanuel Seyman
* Reindl Harald [07/01/2012 08:37] :
>
> however - why do we spit the current running versions to everyone?

In the case of openssh, it's to allow the client to work around known bugs
in the server. In other cases, it's simply of case of not wanting to patch
gratuitously packages.

Emmanuel
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Packages with inactive owners orphaned and inactive comaintainers removed

2012-01-11 Thread Emmanuel Seyman
* Ralf Corsepius [11/01/2012 09:59] :
>
> Also, in cases nobody steps up and takes action, you (who is
> subscribed to the perl-list) could step up in any case.

If perl-sig is the maintainer, only provenpackagers will be able to commit.

Emmanuel
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

File FCGI-ProcManager-0.24.tar.gz uploaded to lookaside cache by eseyman

2012-01-12 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-FCGI-ProcManager:

0aa184b1e5339e0ad92f4c1439406304  FCGI-ProcManager-0.24.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Losing package maintainers (Re: [ACTION REQUIRED] Retiring packages for F-17)

2012-01-14 Thread Emmanuel Seyman
* Kevin Kofler [14/01/2012 22:06] :
>
> That's exactly why we need proper support for group ownership in pkgdb.

I believe that this isn't going to happen unless the people who want it
actually submit patches for pkgdb to implement it. Should it be none the less
implemented by other people, there's a fair chance it will probably not work
the way the way these people want it to work.

Emmanuel
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Packaging guidelines for packaging vala bindings

2012-01-17 Thread Emmanuel Seyman
* Christophe Fergeau [17/01/2012 19:16] :
>
> By that reasoning, shouldn't we also fold python bindings in the -devel
> package? They are small, python is already implicitly installed, so this
> should be fine too.

This is going to make things harder for spins and Fedora-based distributions
who might not have python in their base install.

Emmanuel
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: [ACTION REQUIRED] Retiring packages for F-17

2012-01-17 Thread Emmanuel Seyman
* Ralf Corsepius [17/01/2012 20:34] :
> 
> It's not uncommon to Fedora users to confronted with /dev/null style
> answers. It's just that they are called  "FIXED RAWHIDE", "FIXED
> UPSTREAM" or "no reply" and not explicitly labeled "/dev/null" ;)

Nitpick: There is no status "FIXED" in Fedora's bugzilla instance.

Emmanuel
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Requesting a change to the BugStatusWorkFlow: Closed/UPSTREAM

2012-01-20 Thread Emmanuel Seyman
* Ralf Corsepius [20/01/2012 15:25] :
>
> ... and why no simply keep these BZs "open" and/or to add a note

Because the bug isn't open. There's nothing more to do on it in its present
state and having it show up in lists of open bugs is counter-productive.

>  This would at least reflect the actual situation in Fedora:
>   Bug is still present.

Just like every open bug in upstream's bugtracker that hasn't been
reported in brc.

Emmanuel
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Requesting a change to the BugStatusWorkFlow: Closed/UPSTREAM

2012-01-20 Thread Emmanuel Seyman
* Ralf Corsepius [20/01/2012 19:53] :
>
> Surely the bug is open: The product you are supposed to be
> responsible for (A Fedora package) suffers from an unfixed bug,
> documented in bugzilla.

Anyone looking in brc for the unfixed bugs of a package is going to be severely
disappointed. Bugs there will only be a minute of the bugs the upstream
bugtracker contains.

If you're looking for this type of information, using anything but upstream's
bugtracker is a waste of time.

> Surely, there are things to be done.
> 
> - Others might be able to fix it.
> - You can cross check if its fixed in the next upstream release

In both cases, it make more sense to do this work in upstream's context
rather than a Fedora context.

Emmanuel
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Rolling release Fedora - fantastic idea

2012-01-29 Thread Emmanuel Seyman
* Genes MailLists [29/01/2012 09:51] :
>
>   Possibly - but without the support from at least some of the Fedora
> core team (fesco, board, key redhatters etc) and possibly some on the RH
> business side recognizing some potential benefit in the enterprise
> setting, this is quite likely not to go too far .. and so far I'm not
> aware of much support for this ..

I have no idea why you'ld want to wait for the Board and key redhatters to do
something and waiting for the RH business side seems even more futile.

>Given that, do folks still believe it could be worthwhile for the
> rolling-releasers to build a case in a wiki somewhere?

Yes. This is a bare minimun for stuff to get done.

Emmanuel
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Rolling release Fedora - fantastic idea

2012-01-31 Thread Emmanuel Seyman
* Przemek Klosowski [31/01/2012 00:37] :
>
> To solve that, I'd be nice if there was a way to roll over an EOL
> version into an appropriate release of one of the
> long-term-supported systems such as RHEL, Centos or Scientific
> Linux.

This would be a massive distraction from our mission.

Get the $FOO people to cover migrations from other distributions to $FOO.
The Fedora people should only be concerned with migrations to Fedora, not
from it.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Rolling release Fedora - fantastic idea

2012-02-01 Thread Emmanuel Seyman
* Przemek Klosowski [01/02/2012 19:58] :
>
> I am just trying to explore if there's a way around that.

The answer is the same on this subject and the rolling release:
You need to get a group together, put together a set of specifications
that everybody agrees on and start working on making it happen.

If nobody is willing to do this, nothing is going to happen.

Emmanuel
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[perl-Fedora-Bugzilla] Clean up spec file and add perl default filter

2012-02-01 Thread Emmanuel Seyman
commit bea7f42782c4cf86f9125e310d9f30822de4b25b
Author: Emmanuel Seyman 
Date:   Thu Feb 2 00:38:36 2012 +0100

Clean up spec file and add perl default filter

 perl-Fedora-Bugzilla.spec |   16 +++-
 1 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/perl-Fedora-Bugzilla.spec b/perl-Fedora-Bugzilla.spec
index abbe2f2..12ae166 100644
--- a/perl-Fedora-Bugzilla.spec
+++ b/perl-Fedora-Bugzilla.spec
@@ -1,6 +1,6 @@
 Name:   perl-Fedora-Bugzilla
 Version:0.13
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:Access Fedora's Bugzilla
 
 Group:  Development/Libraries
@@ -8,7 +8,6 @@ License:LGPLv2+
 URL:http://camelus.fedorahosted.org
 Source0:
http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/Fedora-Bugzilla-%{version}.tar.gz
 Patch0: perl-Fedora-Bugzilla-0.13-no-CascadeClear.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 BuildArch:  noarch
@@ -48,6 +47,8 @@ Requires:   perl(Crypt::SSLeay)
 Requires:   perl(MooseX::MultiInitArg)
 Requires:   perl(RPC::XML::Client)
 
+%{?perl_default_filter}
+
 %description
 The XML-RPC interface to bugzilla is quite useful, and while Bugzilla 3.x 
 is starting to flesh their interface out a bit more (see, e.g.,
@@ -70,8 +71,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf %{buildroot}
-
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
@@ -83,18 +82,17 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null 
';'
 make test
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %files
-%defattr(-,root,root,-)
 %doc README Changes TODO COPYING
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Thu Feb  2 2012 Emmanuel Seyman  - 0.13-11
+- Clean up spec file
+- Add perl default filter
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 0.13-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Config-Auto-0.42.tar.gz uploaded to lookaside cache by eseyman

2012-02-08 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Config-Auto:

baa0907e5c79c0bf8c91cfe8b56577de  Config-Auto-0.42.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File CGI-Application-Structured-Tools-0.015.tar.gz uploaded to lookaside cache by eseyman

2012-02-13 Thread Emmanuel Seyman
A file has been added to the lookaside cache for 
perl-CGI-Application-Structured-Tools:

72cb59cfe6d6c78d1cb1fc77aaa7ecca  CGI-Application-Structured-Tools-0.015.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Acme-Damn-0.05.tar.gz uploaded to lookaside cache by eseyman

2012-02-16 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Acme-Damn:

8c5df1482e9631529581b67a4882dfec  Acme-Damn-0.05.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Acme-Damn] Update to 0.05 and clean up spec file

2012-02-16 Thread Emmanuel Seyman
commit 245b8d7667d9299b7d886530721fe5370c9d7a65
Author: Emmanuel Seyman 
Date:   Thu Feb 16 14:24:32 2012 +0100

Update to 0.05 and clean up spec file

 .gitignore  |1 +
 perl-Acme-Damn.spec |   26 +-
 sources |2 +-
 3 files changed, 11 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3f88006..c1e0b05 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Acme-Damn-0.04.tar.gz
+/Acme-Damn-0.05.tar.gz
diff --git a/perl-Acme-Damn.spec b/perl-Acme-Damn.spec
index de1ffb5..fb61c16 100644
--- a/perl-Acme-Damn.spec
+++ b/perl-Acme-Damn.spec
@@ -1,25 +1,18 @@
 Name:   perl-Acme-Damn
-Version:0.04
-Release:8%{?dist}
+Version:0.05
+Release:1%{?dist}
 Summary:Unbless Perl objects
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Acme-Damn/
 Source0:
http://search.cpan.org/CPAN/authors/id/I/IB/IBB/Acme-Damn-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::More)
 
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-# don't "provide" private Perl libs
-%global _use_internal_dependency_generator 0
-%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; 
done | /bin/sort -u
-%global __find_provides /bin/sh -c "%{__grep} -v '%{perl_vendorarch}/.*\\.so$' 
| %{__deploop P}"
-%global __find_requires /bin/sh -c "%{__deploop R}"
-
-### auto-added brs!
-BuildRequires:  perl(Test::More)
+%{?perl_default_filter}
 
 %description
 Acme::Damn provides a single routine, damn(), which takes a blessed
@@ -36,8 +29,6 @@ able to do it.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
@@ -49,17 +40,18 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null 
\;
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Acme*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 16 2012 Emmanuel Seyman  - 0.05-1
+- Update to 0.05
+- Clean up spec file
+- Switch to the perl default filter
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 0.04-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 0d04c44..5b3e20b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-71b2eabfe0601c7d9ff850aab5f86567  Acme-Damn-0.04.tar.gz
+8c5df1482e9631529581b67a4882dfec  Acme-Damn-0.05.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-HTTP-Exception] Update to 0.04, move to Makefile.PL

2012-02-21 Thread Emmanuel Seyman
commit c0e61812e28c6c3f654bd3e7ee443d104a72e5d8
Author: Emmanuel Seyman 
Date:   Tue Feb 21 14:51:31 2012 +0100

Update to 0.04, move to Makefile.PL

 .gitignore   |1 +
 perl-HTTP-Exception.spec |   23 +++
 sources  |2 +-
 3 files changed, 17 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 68c74a7..d66a0ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /HTTP-Exception-0.03001.tar.gz
+/HTTP-Exception-0.04.tar.gz
diff --git a/perl-HTTP-Exception.spec b/perl-HTTP-Exception.spec
index 36b6ba9..c6fa022 100644
--- a/perl-HTTP-Exception.spec
+++ b/perl-HTTP-Exception.spec
@@ -1,11 +1,11 @@
 Name:   perl-HTTP-Exception
-Version:0.03001
-Release:3%{?dist}
+Version:0.04000
+Release:1%{?dist}
 Summary:Throw HTTP-Errors as (Exception::Class-) Exceptions
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/HTTP-Exception/
-Source0:
http://www.cpan.org/authors/id/T/TM/TMUELLER/HTTP-Exception-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/T/TM/TMUELLER/HTTP-Exception-0.04.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl(Exception::Class)
 BuildRequires:  perl(HTTP::Status)
@@ -26,20 +26,23 @@ Exception::Class::Base for information on what methods a 
caught
 exception also has.
 
 %prep
-%setup -q -n HTTP-Exception-%{version}
+%setup -q -n HTTP-Exception-0.04
+find . -type f -exec chmod 644 {} \;
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-./Build test
+make test
 
 %files
 %doc Changes README
@@ -47,6 +50,10 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 21 2012 Emmanuel Seyman  - 
0.04000-1
+- Update to 0.04 (using the version 0.04000 for rpm's sake)
+- Move from the Build.PL method to the Makefile.PL one
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 0.03001-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 3a32466..7d54e7f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3541f70932c99c0c44a1d0666bfec151  HTTP-Exception-0.03001.tar.gz
+7dac086fb3366cf58d940904c0a9e1cc  HTTP-Exception-0.04.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Issues with yum

2012-02-27 Thread Emmanuel Seyman
* John Reiser [27/02/2012 22:50] :
>
> OK, so both rpm and yum could do better: at the first mention of 
> 'transaction',
> then the documentation (manual page, ...) should specify "not ACID".

It would help if you filed a bug (preferably with a patch attached).

> There is a database involved, and the word 'transaction' had a decade
> of precedence in the database world before rpm was written.

a) Databases have been around since the late-60s and rpm was written
   in the early-90s.

b) I just did a quick poll around my office and the consensus is that
   'transaction' does not imply 'ACID'.

Emmanuel
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Old Fedora versions and bugzilla

2012-03-09 Thread Emmanuel Seyman
* Mattia Verga [09/03/2012 23:26] :
>
>  why
> bugzilla should accept to create bugs for unmaintained versions? Is
> there a logic that I cannot see, or it could be a thing to tweak?

Bugzilla did not have the ability to retire versions until 4.2
https://bugzilla.mozilla.org/show_bug.cgi?id=77193

Emmanuel
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Old Fedora versions and bugzilla

2012-03-10 Thread Emmanuel Seyman
* Mattia Verga [10/03/2012 11:53] :
>
> Il 09/03/2012 23:56, Emmanuel Seyman ha scritto:
>
> >Bugzilla did not have the ability to retire versions until 4.2

[ snip ]

> I don't think this is working as expected...

It isn't working at all. Red Hat's Bugzilla is v3.6 so it doesn't have
that fix yet.

Emmanuel
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Fixing the glibc adobe flash incompatibility

2010-11-17 Thread Emmanuel Seyman
* Magnus Glantz [17/11/2010 21:33] :
>
> I really can't see why it would be a bad thing Fedora would do QA on a 
> proprietary software that is very important for a majority of the Fedora 
> users.

1) Time spent doing QA on proprietary software is time that will not be
   spent doing QA on free software
2) Issues found in proprietary software cannot be fixed by anybody except
   the vendor

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Fixing the glibc adobe flash incompatibility

2010-11-17 Thread Emmanuel Seyman
* John Reiser [17/11/2010 22:30] :
> 
> On 11/17/2010 12:41 PM, Emmanuel Seyman wrote:
>
> > 2) Issues found in proprietary software cannot be fixed by anybody except
> >the vendor
> 
> False.  In this particular case,

FWIW, I was refering to the general case.

>  it is possible to binary edit the plugin
> libflashplayer.so so that all its calls to memcpy become calls to memmove.

With all due respects, this looks more like a hack than a fix.

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Fixing the glibc adobe flash incompatibility

2010-11-17 Thread Emmanuel Seyman
* Peter Jones [17/11/2010 23:31] :
>
> To be fair, we're not packaging flash in Fedora anyway.

>From the post that started this thread:

 "This solution could be reverting the problem causing glibc change, or
  maybe changing it to do forward memcpy's while still using the new SSE
  instructions, or something more specific to the flash plugin, as long
  as it will automatically fix things with a yum upgrade without requiring
  ^^
  any further user intervention."

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Fixing the glibc adobe flash incompatibility

2010-11-18 Thread Emmanuel Seyman
* Magnus Glantz [18/11/2010 17:07] :
>
> I meant patching in general, doesn't have to be glibc. Just temporarily 
> solving the issue, in general by patching something :-)

I'm unclear as why you feel the 'something' in question should be anything
other than libflashplayer.so .

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Updates Criteria Summary/Brainstorming

2010-11-22 Thread Emmanuel Seyman
* Adam Miller [22/11/2010 18:03] :
> 
> As though swearing it will never happen is even possible to deliver? 

I believe that's Michael's whole point.

The whole 'push directly to stable' arguement rests heavily on the principle
that an update is always better (from a QA standpoint) than whatever it's
replacing. The problem is that there's no way to guarantee this, essentielly
because it isn't true.

Emmanuel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


  1   2   3   4   >