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

Allisson Azevedo allisson at fedoraproject.org
Sat Feb 21 02:56:55 UTC 2009


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 <allisson at 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 -0000	1.1
+++ .cvsignore	21 Feb 2009 02:56:24 -0000	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 -0000	1.1
+++ sources	21 Feb 2009 02:56:25 -0000	1.2
@@ -0,0 +1 @@
+eb7b624114e45e54e022a633ffc1cce6  Gnome2-1.042.tar.gz




More information about the fedora-extras-commits mailing list