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

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Wed Nov 22 15:42:54 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-Gnome2-Print/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18706/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Gnome2-Print.spec 
Log Message:
auto-import perl-Gnome2-Print-1.000-1.fc6 on branch devel from perl-Gnome2-Print-1.000-1.fc6.src.rpm


--- NEW FILE perl-Gnome2-Print.spec ---
Name:           perl-Gnome2-Print
Version:        1.000
Release:        1%{?dist}
Summary:        Perl wrappers for the Gnome Print utilities
License:        LGPL
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Gnome2-Print/
Source0:        http://www.cpan.org/authors/id/E/EB/EBASSI/Gnome2-Print-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  perl(ExtUtils::Depends)   >= 0.1
BuildRequires:  perl(ExtUtils::PkgConfig) >= 1.03
BuildRequires:  perl(Glib)                >= 1.120
BuildRequires:  perl(Gtk2)                >= 1.120
BuildRequires:  libgnomeprintui22-devel   >= 2.2.0.0

Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module allows you to use the GNOME Print libraries within your
applications written using the gtk2-perl wrapper. The GNOME Print libraries
(also known as libgnomeprint and libgnomeprintui) allow you to create
printable documents (using various frontends) and offer standard widgets in
order to mainatin a UI consistent for all GNOME applications.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
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} -type f -name '*.bs' -size 0 -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog doctypes gnomeprint.typemap maps NEWS README examples/
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Gnome2*
%{_mandir}/man3/*

%changelog
* Tue Nov 21 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.000-1
- Specfile autogenerated by cpanspec 1.69.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Gnome2-Print/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Nov 2006 15:42:12 -0000	1.1
+++ .cvsignore	22 Nov 2006 15:42:24 -0000	1.2
@@ -0,0 +1 @@
+Gnome2-Print-1.000.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Gnome2-Print/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Nov 2006 15:42:12 -0000	1.1
+++ sources	22 Nov 2006 15:42:24 -0000	1.2
@@ -0,0 +1 @@
+66578c2ffaebbe035a0735e65ad71c3f  Gnome2-Print-1.000.tar.gz




More information about the scm-commits mailing list