rpms/perl-Gtk2-GladeXML/devel perl-Gtk2-GladeXML.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Gavin Henry (ghenry) fedora-extras-commits at redhat.com
Tue Sep 20 09:22:18 UTC 2005


Author: ghenry

Update of /cvs/extras/rpms/perl-Gtk2-GladeXML/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23233/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Gtk2-GladeXML.spec 
Log Message:
auto-import perl-Gtk2-GladeXML-1.005-4 on branch devel from perl-Gtk2-GladeXML-1.005-4.src.rpm


--- NEW FILE perl-Gtk2-GladeXML.spec ---
Name:           perl-Gtk2-GladeXML
Version:        1.005
Release:        4%{?dist}
Summary:        Create user interfaces directly from Glade XML files

Group:          Development/Libraries
License:        GPL
URL:            http://search.cpan.org/dist/Gtk2-GladeXML/
Source0:        http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/Gtk2-GladeXML-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig)
BuildRequires:  perl(Glib), perl(Gtk2)
BuildRequires:  libglade2-devel >= 2.0.0
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Glade is a free user interface builder for GTK+ and GNOME. 
After designing a user interface with glade-2 the layout 
and configuration are saved in an XML file. libglade is a 
library which knows how to build and hook up the user interface 
described in the Glade XML file at application run time.

This extension module binds libglade to Perl so you can 
create and manipulate user interfaces in Perl code in 
conjunction with Gtk2 and even Gnome2. Better yet you can 
load a file's contents into a PERL scalar do a few magical 
regular expressions to customize things and the load up the app. 
It doesn't get any easier.


%prep
%setup -q -n Gtk2-GladeXML-%{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 d -depth -exec rmdir {} 2>/dev/null ';'
find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog LICENSE NEWS README
%doc examples/
%{perl_vendorarch}/auto/Gtk2/
%{perl_vendorarch}/Gtk2*
%{_mandir}/man3/*.3*


%changelog
* Wed Sep 14 2005 Gavin Henry <ghenry[AT]suretecsystems.com> - 1.005-4
- Added OPTIMIZE="$RPM_OPT_FLAGS" and 
  removed "find examples -type f -exec chmod -x {} ';'"

* Thu Aug 18 2005 Gavin Henry <ghenry[AT]suretecsystems.com> - 1.005-3
- Third build.

* Thu Aug 18 2005 Gavin Henry <ghenry[AT]suretecsystems.com> - 1.005-2
- Second build.

* Sun Jul 3 2005 Gavin Henry <ghenry[AT]suretecsystems.com> - 1.002-1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Gtk2-GladeXML/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Sep 2005 09:21:04 -0000	1.1
+++ .cvsignore	20 Sep 2005 09:22:15 -0000	1.2
@@ -0,0 +1 @@
+Gtk2-GladeXML-1.005.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Gtk2-GladeXML/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Sep 2005 09:21:04 -0000	1.1
+++ sources	20 Sep 2005 09:22:15 -0000	1.2
@@ -0,0 +1 @@
+097ab67c4f0025b74e721ae835a2d554  Gtk2-GladeXML-1.005.tar.gz




More information about the fedora-extras-commits mailing list