source: projects/specs/trunk/p/perl-Gtk2-ImageView/perl-Gtk2-ImageView-vl.spec @ 521

Revision 521, 3.0 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:           perl-Gtk2-ImageView
2Version:        0.04
3Release:        1%{?_dist_release}
4Summary:        Perl bindings to the GtkImageView image viewer widget
5
6Group:          Development/Libraries
7License:        LGPLv3+
8URL:            http://search.cpan.org/dist/Gtk2-ImageView/
9Source0:        http://search.cpan.org/CPAN/authors/id/R/RA/RATCLIFFE/Gtk2-ImageView-%{version}.tar.gz
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11
12BuildRequires:  gtk2-devel
13BuildRequires:  gtkimageview-devel >= 1.6.0
14BuildRequires:  perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig)
15BuildRequires:  perl(Glib) >= 1.163
16BuildRequires:  perl(Glib::MakeHelper)
17BuildRequires:  perl(Cairo) >= 1.00
18BuildRequires:  perl(ExtUtils::Depends) >= 0.2
19BuildRequires:  perl(ExtUtils::PkgConfig) >= 1.03
20BuildRequires:  perl(Gtk2)
21Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
22Requires:       perl(Glib) >= 1.163
23Requires:       perl(Cairo) >= 1.00
24
25%description
26Perl bindings to the GtkImageView image viewer widget. Find out more about
27GtkImageView at http://trac.bjourne.webfactional.com/. The Perl bindings follow
28the C API very closely, and the C reference should be considered the canonical
29documentation.
30
31%package devel
32Summary:        Development headers for %{name}
33Group:          Development/Libraries
34Requires:       %{name} = %{version}-%{release}
35
36%description devel
37Development headers for %{name}.
38
39%prep
40%setup -q -n Gtk2-ImageView-%{version}
41
42%build
43%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
44%{__make} %{?_smp_mflags}
45
46%install
47%{__rm} -rf $RPM_BUILD_ROOT
48%{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
49find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
50find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
51find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
52%{__chmod} -R u+w $RPM_BUILD_ROOT/*
53
54%check
55# There are tests, but they need an X DISPLAY to run. Not worth it.
56# make test
57
58%clean
59%{__rm} -rf $RPM_BUILD_ROOT
60
61%files
62%defattr(-,root,root,-)
63%doc AUTHORS COPYING.LESSER README
64%{perl_vendorarch}/auto/Gtk2/ImageView/
65%{perl_vendorarch}/Gtk2*
66%exclude %{perl_vendorarch}/Gtk2/ImageView/Install/*.h
67%{_mandir}/man3/*.3pm*
68
69%files devel
70%defattr(-,root,root,-)
71%{perl_vendorarch}/Gtk2/ImageView/Install/*.h
72
73%changelog
74* Thu Nov 05 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.04-1
75- initial build for Vine Linux based on fedora development
76
77* Thu Jul 30 2009 Ralf Cors辿pius <corsepiu@fedoraproject.org> - 0.04-5
78- Fix mass rebuild breakdown: Add BR: perl(Glib::MakeHelper).
79
80* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-4
81- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
82
83* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-3
84- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
85
86* Fri Sep 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.04-2
87- missing BuildRequires: perl(GTK2)
88
89* Thu Sep 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.04-1
90- initial package for Fedora
Note: See TracBrowser for help on using the repository browser.