rpms/perl-MooseX-Singleton/F-12 import.log, 1.1, 1.2 perl-MooseX-Singleton.spec, 1.4, 1.5

2009-12-10 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-MooseX-Singleton/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19889/F-12

Modified Files:
import.log perl-MooseX-Singleton.spec 
Log Message:

- Update BR.
- Remove README from docs.



Index: import.log
===
RCS file: /cvs/pkgs/rpms/perl-MooseX-Singleton/F-12/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log  5 Mar 2009 21:20:55 -   1.1
+++ import.log  10 Dec 2009 13:09:49 -  1.2
@@ -1 +1,2 @@
 
perl-MooseX-Singleton-0_14-1_fc10:HEAD:perl-MooseX-Singleton-0.14-1.fc10.src.rpm:1236287799
+perl-MooseX-Singleton-0_21-2_fc12:F-12:perl-MooseX-Singleton-0.21-2.fc12.src.rpm:1260450530


Index: perl-MooseX-Singleton.spec
===
RCS file: /cvs/pkgs/rpms/perl-MooseX-Singleton/F-12/perl-MooseX-Singleton.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- perl-MooseX-Singleton.spec  19 Sep 2009 18:52:39 -  1.4
+++ perl-MooseX-Singleton.spec  10 Dec 2009 13:09:49 -  1.5
@@ -1,6 +1,6 @@
 Name:   perl-MooseX-Singleton
 Version:0.21
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Turn your Moose class into a singleton
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -13,6 +13,8 @@ BuildRequires:  perl(Moose) = 0.82
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Warn)
+BuildRequires:  perl(MooseX::StrictConstructor)
+BuildRequires:  perl(Test::Exception)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 Requires:   perl(Moose) = 0.82
@@ -61,11 +63,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog README
+%doc ChangeLog
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Dec 10 2009 Allisson Azevedo allis...@gmail.com 0.21-2
+- Update BR.
+- Remove README from docs.
+
 * Sat Sep 19 2009 Chris Weyl cw...@alumni.drew.edu 0.21-1
 - auto-update to 0.21 (by cpan-spec-update 0.01)
 - altered br on perl(Moose) (0.74 = 0.82)

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MooseX-Singleton/devel import.log, 1.1, 1.2 perl-MooseX-Singleton.spec, 1.5, 1.6

2009-12-10 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-MooseX-Singleton/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23905/devel

Modified Files:
import.log perl-MooseX-Singleton.spec 
Log Message:

- Update BR.
- Remove README from docs.



Index: import.log
===
RCS file: /cvs/pkgs/rpms/perl-MooseX-Singleton/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log  5 Mar 2009 21:20:55 -   1.1
+++ import.log  10 Dec 2009 13:21:56 -  1.2
@@ -1 +1,2 @@
 
perl-MooseX-Singleton-0_14-1_fc10:HEAD:perl-MooseX-Singleton-0.14-1.fc10.src.rpm:1236287799
+perl-MooseX-Singleton-0_21-3_fc12:HEAD:perl-MooseX-Singleton-0.21-3.fc12.src.rpm:1260451189


Index: perl-MooseX-Singleton.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-MooseX-Singleton/devel/perl-MooseX-Singleton.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- perl-MooseX-Singleton.spec  4 Dec 2009 02:44:19 -   1.5
+++ perl-MooseX-Singleton.spec  10 Dec 2009 13:21:56 -  1.6
@@ -1,6 +1,6 @@
 Name:   perl-MooseX-Singleton
 Version:0.21
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Turn your Moose class into a singleton
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -13,6 +13,8 @@ BuildRequires:  perl(Moose) = 0.82
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Warn)
+BuildRequires:  perl(MooseX::StrictConstructor)
+BuildRequires:  perl(Test::Exception)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 Requires:   perl(Moose) = 0.82
@@ -61,11 +63,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog README
+%doc ChangeLog
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Dec 10 2009 Allisson Azevedo allis...@gmail.com 0.21-3
+- Update BR.
+- Remove README from docs.
+
 * Fri Dec  4 2009 Stepan Kasal ska...@redhat.com - 0.21-2
 - rebuild against perl 5.10.1
 

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


Orphaning some packages

2009-07-27 Thread Allisson Azevedo
I am orphaning this packages because i don't have time to maintain them.
clutterhttps://admin.fedoraproject.org/pkgdb/packages/name/clutter?_csrf_token=7d5cb9303441cf36d1b4fcb4a5432efeed555f38--
Open Source software library for creating rich graphical user
interfaces
clutter-cairohttps://admin.fedoraproject.org/pkgdb/packages/name/clutter-cairo?_csrf_token=7d5cb9303441cf36d1b4fcb4a5432efeed555f38--
A basic Cairo clutter widget
clutter-gsthttps://admin.fedoraproject.org/pkgdb/packages/name/clutter-gst?_csrf_token=7d5cb9303441cf36d1b4fcb4a5432efeed555f38--
ClutterMedia interface to GStreamer
clutter-gtkhttps://admin.fedoraproject.org/pkgdb/packages/name/clutter-gtk?_csrf_token=7d5cb9303441cf36d1b4fcb4a5432efeed555f38--
A basic GTK clutter widget
pyclutterhttps://admin.fedoraproject.org/pkgdb/packages/name/pyclutter?_csrf_token=7d5cb9303441cf36d1b4fcb4a5432efeed555f38--
Python modules that allow you to use the Clutter toolkit

Regards.
-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list

rpms/perl-MooseX-Singleton/devel import.log, NONE, 1.1 perl-MooseX-Singleton.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-03-05 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-MooseX-Singleton/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24485/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-MooseX-Singleton.spec 
Log Message:

First import



--- NEW FILE import.log ---
perl-MooseX-Singleton-0_14-1_fc10:HEAD:perl-MooseX-Singleton-0.14-1.fc10.src.rpm:1236287799


--- NEW FILE perl-MooseX-Singleton.spec ---
Name:   perl-MooseX-Singleton
Version:0.14
Release:1%{?dist}
Summary:Turn your Moose class into a singleton
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/MooseX-Singleton/
Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/MooseX-Singleton-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Moose) = 0.65
BuildRequires:  perl(Test::Exception)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Warn)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
A singleton is a class that has only one instance in an application.
MooseX::Singleton lets you easily upgrade (or downgrade, as it were) your
Moose class to a singleton.

%prep
%setup -q -n MooseX-Singleton-%{version}

# Filter requires
cat  \EOF  %{name}-req
#!/bin/sh
%{__perl_requires} $* |\
sed -e '/perl(MooseX::Singleton::Meta::Class)/d' |\
sed -e '/perl(MooseX::Singleton::Meta::Instance)/d' |\
sed -e '/perl(MooseX::Singleton::Meta::Method::Constructor)/d' |\
sed -e '/perl(MooseX::Singleton::Object)/d'
EOF

%define __perl_requires %{_builddir}/MooseX-Singleton-%{version}/%{name}-req
chmod +x %{__perl_requires}


%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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ChangeLog README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Mar 04 2009 Allisson Azevedo allis...@gmail.com 0.14-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-MooseX-Singleton/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  5 Mar 2009 20:44:13 -   1.1
+++ .cvsignore  5 Mar 2009 21:20:55 -   1.2
@@ -0,0 +1 @@
+MooseX-Singleton-0.14.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-MooseX-Singleton/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 5 Mar 2009 20:44:13 -   1.1
+++ sources 5 Mar 2009 21:20:55 -   1.2
@@ -0,0 +1 @@
+2e1aefa342d4d73bd8ff6fe2ab0ab34e  MooseX-Singleton-0.14.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MooseX-Singleton/F-10 import.log, NONE, 1.1 perl-MooseX-Singleton.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-03-05 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-MooseX-Singleton/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26340/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-MooseX-Singleton.spec 
Log Message:

First import



--- NEW FILE import.log ---
perl-MooseX-Singleton-0_14-1_fc10:F-10:perl-MooseX-Singleton-0.14-1.fc10.src.rpm:1236288213


--- NEW FILE perl-MooseX-Singleton.spec ---
Name:   perl-MooseX-Singleton
Version:0.14
Release:1%{?dist}
Summary:Turn your Moose class into a singleton
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/MooseX-Singleton/
Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/MooseX-Singleton-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Moose) = 0.65
BuildRequires:  perl(Test::Exception)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Warn)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
A singleton is a class that has only one instance in an application.
MooseX::Singleton lets you easily upgrade (or downgrade, as it were) your
Moose class to a singleton.

%prep
%setup -q -n MooseX-Singleton-%{version}

# Filter requires
cat  \EOF  %{name}-req
#!/bin/sh
%{__perl_requires} $* |\
sed -e '/perl(MooseX::Singleton::Meta::Class)/d' |\
sed -e '/perl(MooseX::Singleton::Meta::Instance)/d' |\
sed -e '/perl(MooseX::Singleton::Meta::Method::Constructor)/d' |\
sed -e '/perl(MooseX::Singleton::Object)/d'
EOF

%define __perl_requires %{_builddir}/MooseX-Singleton-%{version}/%{name}-req
chmod +x %{__perl_requires}


%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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ChangeLog README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Mar 04 2009 Allisson Azevedo allis...@gmail.com 0.14-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-MooseX-Singleton/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  5 Mar 2009 20:44:13 -   1.1
+++ .cvsignore  5 Mar 2009 21:29:52 -   1.2
@@ -0,0 +1 @@
+MooseX-Singleton-0.14.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-MooseX-Singleton/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 5 Mar 2009 20:44:13 -   1.1
+++ sources 5 Mar 2009 21:29:52 -   1.2
@@ -0,0 +1 @@
+2e1aefa342d4d73bd8ff6fe2ab0ab34e  MooseX-Singleton-0.14.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MooseX-Singleton/F-9 import.log, NONE, 1.1 perl-MooseX-Singleton.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-03-05 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-MooseX-Singleton/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27588/F-9

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-MooseX-Singleton.spec 
Log Message:

First import



--- NEW FILE import.log ---
perl-MooseX-Singleton-0_14-1_fc10:F-9:perl-MooseX-Singleton-0.14-1.fc10.src.rpm:1236288672


--- NEW FILE perl-MooseX-Singleton.spec ---
Name:   perl-MooseX-Singleton
Version:0.14
Release:1%{?dist}
Summary:Turn your Moose class into a singleton
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/MooseX-Singleton/
Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/MooseX-Singleton-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Moose) = 0.65
BuildRequires:  perl(Test::Exception)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Warn)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
A singleton is a class that has only one instance in an application.
MooseX::Singleton lets you easily upgrade (or downgrade, as it were) your
Moose class to a singleton.

%prep
%setup -q -n MooseX-Singleton-%{version}

# Filter requires
cat  \EOF  %{name}-req
#!/bin/sh
%{__perl_requires} $* |\
sed -e '/perl(MooseX::Singleton::Meta::Class)/d' |\
sed -e '/perl(MooseX::Singleton::Meta::Instance)/d' |\
sed -e '/perl(MooseX::Singleton::Meta::Method::Constructor)/d' |\
sed -e '/perl(MooseX::Singleton::Object)/d'
EOF

%define __perl_requires %{_builddir}/MooseX-Singleton-%{version}/%{name}-req
chmod +x %{__perl_requires}


%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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ChangeLog README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Mar 04 2009 Allisson Azevedo allis...@gmail.com 0.14-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-MooseX-Singleton/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  5 Mar 2009 20:44:13 -   1.1
+++ .cvsignore  5 Mar 2009 21:33:37 -   1.2
@@ -0,0 +1 @@
+MooseX-Singleton-0.14.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-MooseX-Singleton/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 5 Mar 2009 20:44:13 -   1.1
+++ sources 5 Mar 2009 21:33:37 -   1.2
@@ -0,0 +1 @@
+2e1aefa342d4d73bd8ff6fe2ab0ab34e  MooseX-Singleton-0.14.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-AnyEvent-XMPP/F-9 import.log, NONE, 1.1 perl-AnyEvent-XMPP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-28 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-AnyEvent-XMPP/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv364/F-9

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-AnyEvent-XMPP.spec 
Log Message:

First import



--- NEW FILE import.log ---
perl-AnyEvent-XMPP-0_4-1_fc10:F-9:perl-AnyEvent-XMPP-0.4-1.fc10.src.rpm:1235865727


--- NEW FILE perl-AnyEvent-XMPP.spec ---
Name:   perl-AnyEvent-XMPP
Version:0.4
Release:1%{?dist}
Summary:Implementation of the XMPP Protocol
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/AnyEvent-XMPP/
Source0:
http://www.cpan.org/authors/id/E/EL/ELMEX/AnyEvent-XMPP-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(AnyEvent)
BuildRequires:  perl(AnyEvent::Handle)
BuildRequires:  perl(AnyEvent::Socket)
BuildRequires:  perl(Authen::SASL)
BuildRequires:  perl(Digest::SHA1)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Net::LibIDN)
BuildRequires:  perl(Object::Event)
BuildRequires:  perl(XML::Parser::Expat)
BuildRequires:  perl(XML::Writer)
BuildRequires:  perl(Test::More)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
AnyEvent::XMPP - An implementation of the XMPP Protocol.


%prep
%setup -q -n AnyEvent-XMPP-%{version}

# Filter requires
cat  \EOF  %{name}-req
#!/bin/sh
%{__perl_requires} $* |\
sed -e '/perl(AnyEvent::XMPP::Client)/d' |\
sed -e '/perl(AnyEvent::XMPP::Connection)/d' |\
sed -e '/perl(AnyEvent::XMPP::Error)/d' |\
sed -e '/perl(AnyEvent::XMPP::Error::Exception)/d' |\
sed -e '/perl(AnyEvent::XMPP::Error::IQ)/d' |\
sed -e '/perl(AnyEvent::XMPP::Error::IQAuth)/d' |\
sed -e '/perl(AnyEvent::XMPP::Error::MUC)/d' |\
sed -e '/perl(AnyEvent::XMPP::Error::Message)/d' |\
sed -e '/perl(AnyEvent::XMPP::Error::Parser)/d' |\
sed -e '/perl(AnyEvent::XMPP::Error::Presence)/d' |\
sed -e '/perl(AnyEvent::XMPP::Error::Register)/d' |\
sed -e '/perl(AnyEvent::XMPP::Error::SASL)/d' |\
sed -e '/perl(AnyEvent::XMPP::Error::Stanza)/d' |\
sed -e '/perl(AnyEvent::XMPP::Error::Stream)/d' |\
sed -e '/perl(AnyEvent::XMPP::Ext)/d' |\
sed -e '/perl(AnyEvent::XMPP::Ext::DataForm)/d' |\
sed -e '/perl(AnyEvent::XMPP::Ext::Disco::Info)/d' |\
sed -e '/perl(AnyEvent::XMPP::Ext::Disco::Items)/d' |\
sed -e '/perl(AnyEvent::XMPP::Ext::MUC::Message)/d' |\
sed -e '/perl(AnyEvent::XMPP::Ext::MUC::Room)/d' |\
sed -e '/perl(AnyEvent::XMPP::Ext::MUC::RoomInfo)/d' |\
sed -e '/perl(AnyEvent::XMPP::Ext::MUC::User)/d' |\
sed -e '/perl(AnyEvent::XMPP::Ext::OOB)/d' |\
sed -e '/perl(AnyEvent::XMPP::Ext::RegisterForm)/d' |\
sed -e '/perl(AnyEvent::XMPP::Extendable)/d' |\
sed -e '/perl(AnyEvent::XMPP::IM::Account)/d' |\
sed -e '/perl(AnyEvent::XMPP::IM::Connection)/d' |\
sed -e '/perl(AnyEvent::XMPP::IM::Contact)/d' |\
sed -e '/perl(AnyEvent::XMPP::IM::Delayed)/d' |\
sed -e '/perl(AnyEvent::XMPP::IM::Message)/d' |\
sed -e '/perl(AnyEvent::XMPP::IM::Presence)/d' |\
sed -e '/perl(AnyEvent::XMPP::IM::Roster)/d' |\
sed -e '/perl(AnyEvent::XMPP::Namespaces)/d' |\
sed -e '/perl(AnyEvent::XMPP::Node)/d' |\
sed -e '/perl(AnyEvent::XMPP::Parser)/d' |\
sed -e '/perl(AnyEvent::XMPP::SimpleConnection)/d' |\
sed -e '/perl(AnyEvent::XMPP::Util)/d' |\
sed -e '/perl(AnyEvent::XMPP::Writer)/d'
EOF

%define __perl_requires %{_builddir}/AnyEvent-XMPP-%{version}/%{name}-req
chmod +x %{__perl_requires}


%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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes CONTRIBUTORS README TODO
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Feb 27 2009 Allisson Azevedo allis...@gmail.com 0.4-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-AnyEvent-XMPP/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  28 Feb 2009 23:47:23 -  1.1
+++ .cvsignore  1 Mar 2009 00:03:02 -   1.2
@@ -0,0 +1 @@
+AnyEvent-XMPP-0.4.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-AnyEvent-XMPP/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 28 Feb 2009 23:47:23 -  1.1
+++ sources 1 Mar 2009 00:03:02 -   1.2
@@ -0,0 +1 @@
+6c25cb47a603f48b81b76f5a20394fcd  AnyEvent-XMPP-0.4.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com

rpms/perl-Test-JSON/devel import.log, NONE, 1.1 perl-Test-JSON.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-26 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Test-JSON/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16535/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Test-JSON.spec 
Log Message:

First import



--- NEW FILE import.log ---
perl-Test-JSON-0_06-1_fc10:HEAD:perl-Test-JSON-0.06-1.fc10.src.rpm:1235694359


--- NEW FILE perl-Test-JSON.spec ---
Name:   perl-Test-JSON
Version:0.06
Release:1%{?dist}
Summary:Test JSON data
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Test-JSON/
Source0:
http://www.cpan.org/authors/id/O/OV/OVID/Test-JSON-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(JSON::Any) = 1.14
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Differences) = 0.47
BuildRequires:  perl(Test::Simple) = 0.62
BuildRequires:  perl(Test::Tester) = 0.103
BuildRequires:  perl(Test::Pod::Coverage) = 1.04
BuildRequires:  perl(Test::Pod) = 1.14
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
JavaScript Object Notation (JSON) is a lightweight data interchange format.
Test::JSON makes it easy to verify that you have built valid JSON and that
it matches your expected output.

%prep
%setup -q -n Test-JSON-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./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 \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Feb 05 2009 Allisson Azevedo allis...@gmail.com 0.06-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Test-JSON/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  24 Feb 2009 20:51:35 -  1.1
+++ .cvsignore  27 Feb 2009 00:27:42 -  1.2
@@ -0,0 +1 @@
+Test-JSON-0.06.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Test-JSON/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 24 Feb 2009 20:51:35 -  1.1
+++ sources 27 Feb 2009 00:27:42 -  1.2
@@ -0,0 +1 @@
+9d8f4c2e724f67e66317f06efaa53e03  Test-JSON-0.06.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Test-JSON/F-10 import.log, NONE, 1.1 perl-Test-JSON.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-26 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Test-JSON/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18427/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Test-JSON.spec 
Log Message:

First import



--- NEW FILE import.log ---
perl-Test-JSON-0_06-1_fc10:F-10:perl-Test-JSON-0.06-1.fc10.src.rpm:1235694606


--- NEW FILE perl-Test-JSON.spec ---
Name:   perl-Test-JSON
Version:0.06
Release:1%{?dist}
Summary:Test JSON data
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Test-JSON/
Source0:
http://www.cpan.org/authors/id/O/OV/OVID/Test-JSON-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(JSON::Any) = 1.14
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Differences) = 0.47
BuildRequires:  perl(Test::Simple) = 0.62
BuildRequires:  perl(Test::Tester) = 0.103
BuildRequires:  perl(Test::Pod::Coverage) = 1.04
BuildRequires:  perl(Test::Pod) = 1.14
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
JavaScript Object Notation (JSON) is a lightweight data interchange format.
Test::JSON makes it easy to verify that you have built valid JSON and that
it matches your expected output.

%prep
%setup -q -n Test-JSON-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./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 \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Feb 05 2009 Allisson Azevedo allis...@gmail.com 0.06-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Test-JSON/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  24 Feb 2009 20:51:35 -  1.1
+++ .cvsignore  27 Feb 2009 00:31:42 -  1.2
@@ -0,0 +1 @@
+Test-JSON-0.06.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Test-JSON/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 24 Feb 2009 20:51:35 -  1.1
+++ sources 27 Feb 2009 00:31:42 -  1.2
@@ -0,0 +1 @@
+9d8f4c2e724f67e66317f06efaa53e03  Test-JSON-0.06.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Test-JSON/F-9 import.log, NONE, 1.1 perl-Test-JSON.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-26 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Test-JSON/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21554/F-9

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Test-JSON.spec 
Log Message:

First import



--- NEW FILE import.log ---
perl-Test-JSON-0_06-1_fc10:F-9:perl-Test-JSON-0.06-1.fc10.src.rpm:1235694873


--- NEW FILE perl-Test-JSON.spec ---
Name:   perl-Test-JSON
Version:0.06
Release:1%{?dist}
Summary:Test JSON data
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Test-JSON/
Source0:
http://www.cpan.org/authors/id/O/OV/OVID/Test-JSON-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(JSON::Any) = 1.14
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Differences) = 0.47
BuildRequires:  perl(Test::Simple) = 0.62
BuildRequires:  perl(Test::Tester) = 0.103
BuildRequires:  perl(Test::Pod::Coverage) = 1.04
BuildRequires:  perl(Test::Pod) = 1.14
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
JavaScript Object Notation (JSON) is a lightweight data interchange format.
Test::JSON makes it easy to verify that you have built valid JSON and that
it matches your expected output.

%prep
%setup -q -n Test-JSON-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./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 \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Feb 05 2009 Allisson Azevedo allis...@gmail.com 0.06-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Test-JSON/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  24 Feb 2009 20:51:35 -  1.1
+++ .cvsignore  27 Feb 2009 00:37:20 -  1.2
@@ -0,0 +1 @@
+Test-JSON-0.06.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Test-JSON/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 24 Feb 2009 20:51:35 -  1.1
+++ sources 27 Feb 2009 00:37:20 -  1.2
@@ -0,0 +1 @@
+9d8f4c2e724f67e66317f06efaa53e03  Test-JSON-0.06.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Object-Event/F-10 import.log, NONE, 1.1 perl-Object-Event.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-23 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Object-Event/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7273/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Object-Event.spec 
Log Message:

First import for F-10



--- NEW FILE import.log ---
perl-Object-Event-0_7-1_fc10:F-10:perl-Object-Event-0.7-1.fc10.src.rpm:1235181349


--- NEW FILE perl-Object-Event.spec ---
Name:   perl-Object-Event
Version:0.7
Release:1%{?dist}
Summary:Class that provides an event callback interface
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Object-Event/
Source0:
http://www.cpan.org/authors/id/E/EL/ELMEX/Object-Event-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
This module was mainly written for Net::XMPP2, Net::IRC3, AnyEvent::HTTPD
and BS to provide a consistent API for registering and emitting events.
Even though I originally wrote it for those modules I released it
separately in case anyone may find this module useful.

%prep
%setup -q -n Object-Event-%{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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Feb 19 2009 Allisson Azevedo allis...@gmail.com 0.7-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Object-Event/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  20 Feb 2009 20:21:29 -  1.1
+++ .cvsignore  21 Feb 2009 02:01:19 -  1.2
@@ -0,0 +1 @@
+Object-Event-0.7.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Object-Event/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Feb 2009 20:21:29 -  1.1
+++ sources 21 Feb 2009 02:01:19 -  1.2
@@ -0,0 +1 @@
+a6d9daa3091d38a6cfe310100a00b897  Object-Event-0.7.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Object-Event/F-9 import.log, NONE, 1.1 perl-Object-Event.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-23 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Object-Event/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7640/F-9

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Object-Event.spec 
Log Message:

First import for F-9



--- NEW FILE import.log ---
perl-Object-Event-0_7-1_fc10:F-9:perl-Object-Event-0.7-1.fc10.src.rpm:1235181651


--- NEW FILE perl-Object-Event.spec ---
Name:   perl-Object-Event
Version:0.7
Release:1%{?dist}
Summary:Class that provides an event callback interface
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Object-Event/
Source0:
http://www.cpan.org/authors/id/E/EL/ELMEX/Object-Event-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
This module was mainly written for Net::XMPP2, Net::IRC3, AnyEvent::HTTPD
and BS to provide a consistent API for registering and emitting events.
Even though I originally wrote it for those modules I released it
separately in case anyone may find this module useful.

%prep
%setup -q -n Object-Event-%{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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Feb 19 2009 Allisson Azevedo allis...@gmail.com 0.7-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Object-Event/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  20 Feb 2009 20:21:29 -  1.1
+++ .cvsignore  21 Feb 2009 02:04:13 -  1.2
@@ -0,0 +1 @@
+Object-Event-0.7.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Object-Event/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Feb 2009 20:21:29 -  1.1
+++ sources 21 Feb 2009 02:04:13 -  1.2
@@ -0,0 +1 @@
+a6d9daa3091d38a6cfe310100a00b897  Object-Event-0.7.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Net-DBus-GLib/devel import.log, NONE, 1.1 perl-Net-DBus-GLib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-23 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Net-DBus-GLib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9398/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Net-DBus-GLib.spec 
Log Message:

First import for devel



--- NEW FILE import.log ---
perl-Net-DBus-GLib-0_33_0-1_fc10:HEAD:perl-Net-DBus-GLib-0.33.0-1.fc10.src.rpm:1235182538


--- NEW FILE perl-Net-DBus-GLib.spec ---
Name:   perl-Net-DBus-GLib
Version:0.33.0
Release:1%{?dist}
Summary:Perl extension for the DBus GLib bindings
License:GPLv2+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Net-DBus-GLib/
Source0:
http://www.cpan.org/authors/id/D/DA/DANBERR/Net-DBus-GLib-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Glib)
BuildRequires:  perl(Net::DBus) = 0.33.0
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  dbus-glib-devel
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
Net::DBus::GLib provides an extension to the Net::DBus module allowing
integration with the GLib mainloop. To integrate with the main loop, simply
get a connection to the bus via the methods in Net::DBus::GLib rather than
the usual Net::DBus module. That's it - every other API remains the same.

%prep
%setup -q -n Net-DBus-GLib-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
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 -type f -name '*.bs' -size 0 -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 AUTHORS CHANGES LICENSE README examples/
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Net*
%{_mandir}/man3/*

%changelog
* Thu Feb 19 2009 Allisson Azevedo allis...@gmail.com 0.33.0-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Net-DBus-GLib/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  20 Feb 2009 20:22:23 -  1.1
+++ .cvsignore  21 Feb 2009 02:19:21 -  1.2
@@ -0,0 +1 @@
+Net-DBus-GLib-0.33.0.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Net-DBus-GLib/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Feb 2009 20:22:23 -  1.1
+++ sources 21 Feb 2009 02:19:21 -  1.2
@@ -0,0 +1 @@
+d86fac8abef6781e7f652b1062f474ff  Net-DBus-GLib-0.33.0.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Net-DBus-GLib/F-10 import.log, NONE, 1.1 perl-Net-DBus-GLib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-23 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Net-DBus-GLib/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10034/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Net-DBus-GLib.spec 
Log Message:

First import for F-10



--- NEW FILE import.log ---
perl-Net-DBus-GLib-0_33_0-1_fc10:F-10:perl-Net-DBus-GLib-0.33.0-1.fc10.src.rpm:1235182741


--- NEW FILE perl-Net-DBus-GLib.spec ---
Name:   perl-Net-DBus-GLib
Version:0.33.0
Release:1%{?dist}
Summary:Perl extension for the DBus GLib bindings
License:GPLv2+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Net-DBus-GLib/
Source0:
http://www.cpan.org/authors/id/D/DA/DANBERR/Net-DBus-GLib-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Glib)
BuildRequires:  perl(Net::DBus) = 0.33.0
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  dbus-glib-devel
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
Net::DBus::GLib provides an extension to the Net::DBus module allowing
integration with the GLib mainloop. To integrate with the main loop, simply
get a connection to the bus via the methods in Net::DBus::GLib rather than
the usual Net::DBus module. That's it - every other API remains the same.

%prep
%setup -q -n Net-DBus-GLib-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
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 -type f -name '*.bs' -size 0 -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 AUTHORS CHANGES LICENSE README examples/
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Net*
%{_mandir}/man3/*

%changelog
* Thu Feb 19 2009 Allisson Azevedo allis...@gmail.com 0.33.0-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Net-DBus-GLib/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  20 Feb 2009 20:22:23 -  1.1
+++ .cvsignore  21 Feb 2009 02:22:22 -  1.2
@@ -0,0 +1 @@
+Net-DBus-GLib-0.33.0.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Net-DBus-GLib/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Feb 2009 20:22:23 -  1.1
+++ sources 21 Feb 2009 02:22:22 -  1.2
@@ -0,0 +1 @@
+d86fac8abef6781e7f652b1062f474ff  Net-DBus-GLib-0.33.0.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Net-DBus-GLib/F-9 import.log, NONE, 1.1 perl-Net-DBus-GLib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-23 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Net-DBus-GLib/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10424/F-9

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Net-DBus-GLib.spec 
Log Message:

First import for F-9



--- NEW FILE import.log ---
perl-Net-DBus-GLib-0_33_0-1_fc10:F-9:perl-Net-DBus-GLib-0.33.0-1.fc10.src.rpm:1235182916


--- NEW FILE perl-Net-DBus-GLib.spec ---
Name:   perl-Net-DBus-GLib
Version:0.33.0
Release:1%{?dist}
Summary:Perl extension for the DBus GLib bindings
License:GPLv2+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Net-DBus-GLib/
Source0:
http://www.cpan.org/authors/id/D/DA/DANBERR/Net-DBus-GLib-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Glib)
BuildRequires:  perl(Net::DBus) = 0.33.0
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  dbus-glib-devel
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
Net::DBus::GLib provides an extension to the Net::DBus module allowing
integration with the GLib mainloop. To integrate with the main loop, simply
get a connection to the bus via the methods in Net::DBus::GLib rather than
the usual Net::DBus module. That's it - every other API remains the same.

%prep
%setup -q -n Net-DBus-GLib-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
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 -type f -name '*.bs' -size 0 -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 AUTHORS CHANGES LICENSE README examples/
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Net*
%{_mandir}/man3/*

%changelog
* Thu Feb 19 2009 Allisson Azevedo allis...@gmail.com 0.33.0-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Net-DBus-GLib/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  20 Feb 2009 20:22:23 -  1.1
+++ .cvsignore  21 Feb 2009 02:25:16 -  1.2
@@ -0,0 +1 @@
+Net-DBus-GLib-0.33.0.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Net-DBus-GLib/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Feb 2009 20:22:23 -  1.1
+++ sources 21 Feb 2009 02:25:16 -  1.2
@@ -0,0 +1 @@
+d86fac8abef6781e7f652b1062f474ff  Net-DBus-GLib-0.33.0.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Gnome2/devel import.log, NONE, 1.1 perl-Gnome2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-23 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Gnome2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13578/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Gnome2.spec 
Log Message:

First import for devel



--- NEW FILE import.log ---
perl-Gnome2-1_042-1_fc10:HEAD:perl-Gnome2-1.042-1.fc10.src.rpm:1235184603


--- NEW FILE perl-Gnome2.spec ---
Name:   perl-Gnome2
Version:1.042
Release:1%{?dist}
Summary:Perl interface to the 2.x series of the GNOME libraries
License:LGPLv2
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Gnome2/
Source0:
http://www.cpan.org/authors/id/T/TS/TSCH/Gnome2-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::Depends) = 0.20
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(ExtUtils::PkgConfig) = 1.03
BuildRequires:  perl(Glib) = 1.04
BuildRequires:  perl(Gnome2::Canvas) = 1.00
BuildRequires:  perl(Gnome2::VFS) = 1.00
BuildRequires:  perl(Gtk2) = 1.00
BuildRequires:  libgnomeui-devel
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
The Gnome2 module allows a perl developer to use the Gnome libraries.  Find out
more about Gnome+ at http://www.gnome.org.


%prep
%setup -q -n Gnome2-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
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 -type f -name '*.bs' -size 0 -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 AUTHORS ChangeLog doctypes gnome.typemap LICENSE maps NEWS README TODO
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Gnome2*
%{_mandir}/man3/*

%changelog
* Thu Feb 19 2009 Allisson Azevedo allis...@gmail.com 1.042-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Gnome2/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  20 Feb 2009 20:36:06 -  1.1
+++ .cvsignore  21 Feb 2009 02:56:24 -  1.2
@@ -0,0 +1 @@
+Gnome2-1.042.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Gnome2/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Feb 2009 20:36:06 -  1.1
+++ sources 21 Feb 2009 02:56:25 -  1.2
@@ -0,0 +1 @@
+eb7b624114e45e54e022a633ffc1cce6  Gnome2-1.042.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Gnome2/F-10 import.log, NONE, 1.1 perl-Gnome2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-23 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Gnome2/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14535/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Gnome2.spec 
Log Message:

First import for F-10



--- NEW FILE import.log ---
perl-Gnome2-1_042-1_fc10:F-10:perl-Gnome2-1.042-1.fc10.src.rpm:1235184965


--- NEW FILE perl-Gnome2.spec ---
Name:   perl-Gnome2
Version:1.042
Release:1%{?dist}
Summary:Perl interface to the 2.x series of the GNOME libraries
License:LGPLv2
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Gnome2/
Source0:
http://www.cpan.org/authors/id/T/TS/TSCH/Gnome2-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::Depends) = 0.20
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(ExtUtils::PkgConfig) = 1.03
BuildRequires:  perl(Glib) = 1.04
BuildRequires:  perl(Gnome2::Canvas) = 1.00
BuildRequires:  perl(Gnome2::VFS) = 1.00
BuildRequires:  perl(Gtk2) = 1.00
BuildRequires:  libgnomeui-devel
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
The Gnome2 module allows a perl developer to use the Gnome libraries.  Find out
more about Gnome+ at http://www.gnome.org.


%prep
%setup -q -n Gnome2-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
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 -type f -name '*.bs' -size 0 -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 AUTHORS ChangeLog doctypes gnome.typemap LICENSE maps NEWS README TODO
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Gnome2*
%{_mandir}/man3/*

%changelog
* Thu Feb 19 2009 Allisson Azevedo allis...@gmail.com 1.042-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Gnome2/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  20 Feb 2009 20:36:06 -  1.1
+++ .cvsignore  21 Feb 2009 02:59:23 -  1.2
@@ -0,0 +1 @@
+Gnome2-1.042.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Gnome2/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Feb 2009 20:36:06 -  1.1
+++ sources 21 Feb 2009 02:59:23 -  1.2
@@ -0,0 +1 @@
+eb7b624114e45e54e022a633ffc1cce6  Gnome2-1.042.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Gnome2/F-9 import.log, NONE, 1.1 perl-Gnome2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-23 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Gnome2/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15306/F-9

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Gnome2.spec 
Log Message:

First import for F-9



--- NEW FILE import.log ---
perl-Gnome2-1_042-1_fc10:F-9:perl-Gnome2-1.042-1.fc10.src.rpm:1235185122


--- NEW FILE perl-Gnome2.spec ---
Name:   perl-Gnome2
Version:1.042
Release:1%{?dist}
Summary:Perl interface to the 2.x series of the GNOME libraries
License:LGPLv2
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Gnome2/
Source0:
http://www.cpan.org/authors/id/T/TS/TSCH/Gnome2-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::Depends) = 0.20
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(ExtUtils::PkgConfig) = 1.03
BuildRequires:  perl(Glib) = 1.04
BuildRequires:  perl(Gnome2::Canvas) = 1.00
BuildRequires:  perl(Gnome2::VFS) = 1.00
BuildRequires:  perl(Gtk2) = 1.00
BuildRequires:  libgnomeui-devel
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
The Gnome2 module allows a perl developer to use the Gnome libraries.  Find out
more about Gnome+ at http://www.gnome.org.


%prep
%setup -q -n Gnome2-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
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 -type f -name '*.bs' -size 0 -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 AUTHORS ChangeLog doctypes gnome.typemap LICENSE maps NEWS README TODO
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Gnome2*
%{_mandir}/man3/*

%changelog
* Thu Feb 19 2009 Allisson Azevedo allis...@gmail.com 1.042-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Gnome2/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  20 Feb 2009 20:36:06 -  1.1
+++ .cvsignore  21 Feb 2009 03:02:08 -  1.2
@@ -0,0 +1 @@
+Gnome2-1.042.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Gnome2/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Feb 2009 20:36:06 -  1.1
+++ sources 21 Feb 2009 03:02:08 -  1.2
@@ -0,0 +1 @@
+eb7b624114e45e54e022a633ffc1cce6  Gnome2-1.042.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Tie-RefHash-Weak/devel import.log, NONE, 1.1 perl-Tie-RefHash-Weak.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-23 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Tie-RefHash-Weak/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18506/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Tie-RefHash-Weak.spec 
Log Message:

First import



--- NEW FILE import.log ---
perl-Tie-RefHash-Weak-0_09-1_fc10:HEAD:perl-Tie-RefHash-Weak-0.09-1.fc10.src.rpm:1235186805


--- NEW FILE perl-Tie-RefHash-Weak.spec ---
Name:   perl-Tie-RefHash-Weak
Version:0.09
Release:1%{?dist}
Summary:Tie::RefHash subclass with weakened references in the keys
License:GPL+ or Artistic)
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Tie-RefHash-Weak/
Source0:
http://www.cpan.org/authors/id/N/NU/NUFFIN/Tie-RefHash-Weak-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Task::Weaken)
BuildRequires:  perl(Variable::Magic)
BuildRequires:  perl(Test::More)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
The Tie::RefHash module can be used to access hashes by reference. This is
useful when you index by object, for example.

%prep
%setup -q -n Tie-RefHash-Weak-%{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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes TODO
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Feb 05 2009 Allisson Azevedo allis...@gmail.com 0.09-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Tie-RefHash-Weak/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  20 Feb 2009 20:35:14 -  1.1
+++ .cvsignore  21 Feb 2009 03:30:41 -  1.2
@@ -0,0 +1 @@
+Tie-RefHash-Weak-0.09.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Tie-RefHash-Weak/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Feb 2009 20:35:14 -  1.1
+++ sources 21 Feb 2009 03:30:41 -  1.2
@@ -0,0 +1 @@
+c7c6793fab417c9761d88f596dfb32e9  Tie-RefHash-Weak-0.09.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Tie-RefHash-Weak/F-10 import.log, NONE, 1.1 perl-Tie-RefHash-Weak.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-23 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Tie-RefHash-Weak/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18930/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Tie-RefHash-Weak.spec 
Log Message:

First import



--- NEW FILE import.log ---
perl-Tie-RefHash-Weak-0_09-1_fc10:F-10:perl-Tie-RefHash-Weak-0.09-1.fc10.src.rpm:1235186999


--- NEW FILE perl-Tie-RefHash-Weak.spec ---
Name:   perl-Tie-RefHash-Weak
Version:0.09
Release:1%{?dist}
Summary:Tie::RefHash subclass with weakened references in the keys
License:GPL+ or Artistic)
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Tie-RefHash-Weak/
Source0:
http://www.cpan.org/authors/id/N/NU/NUFFIN/Tie-RefHash-Weak-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Task::Weaken)
BuildRequires:  perl(Variable::Magic)
BuildRequires:  perl(Test::More)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
The Tie::RefHash module can be used to access hashes by reference. This is
useful when you index by object, for example.

%prep
%setup -q -n Tie-RefHash-Weak-%{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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes TODO
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Feb 05 2009 Allisson Azevedo allis...@gmail.com 0.09-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Tie-RefHash-Weak/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  20 Feb 2009 20:35:14 -  1.1
+++ .cvsignore  21 Feb 2009 03:33:01 -  1.2
@@ -0,0 +1 @@
+Tie-RefHash-Weak-0.09.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Tie-RefHash-Weak/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Feb 2009 20:35:14 -  1.1
+++ sources 21 Feb 2009 03:33:01 -  1.2
@@ -0,0 +1 @@
+c7c6793fab417c9761d88f596dfb32e9  Tie-RefHash-Weak-0.09.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Tie-RefHash-Weak/F-9 import.log, NONE, 1.1 perl-Tie-RefHash-Weak.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-23 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Tie-RefHash-Weak/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19922/F-9

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Tie-RefHash-Weak.spec 
Log Message:

First import



--- NEW FILE import.log ---
perl-Tie-RefHash-Weak-0_09-1_fc10:F-9:perl-Tie-RefHash-Weak-0.09-1.fc10.src.rpm:1235187142


--- NEW FILE perl-Tie-RefHash-Weak.spec ---
Name:   perl-Tie-RefHash-Weak
Version:0.09
Release:1%{?dist}
Summary:Tie::RefHash subclass with weakened references in the keys
License:GPL+ or Artistic)
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Tie-RefHash-Weak/
Source0:
http://www.cpan.org/authors/id/N/NU/NUFFIN/Tie-RefHash-Weak-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Task::Weaken)
BuildRequires:  perl(Variable::Magic)
BuildRequires:  perl(Test::More)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
The Tie::RefHash module can be used to access hashes by reference. This is
useful when you index by object, for example.

%prep
%setup -q -n Tie-RefHash-Weak-%{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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes TODO
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Feb 05 2009 Allisson Azevedo allis...@gmail.com 0.09-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Tie-RefHash-Weak/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  20 Feb 2009 20:35:14 -  1.1
+++ .cvsignore  21 Feb 2009 03:35:33 -  1.2
@@ -0,0 +1 @@
+Tie-RefHash-Weak-0.09.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Tie-RefHash-Weak/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Feb 2009 20:35:14 -  1.1
+++ sources 21 Feb 2009 03:35:33 -  1.2
@@ -0,0 +1 @@
+c7c6793fab417c9761d88f596dfb32e9  Tie-RefHash-Weak-0.09.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list