]> git.pld-linux.org Git - packages/perl-Gtk2-GladeXML.git/commitdiff
- initial
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Sat, 6 Sep 2003 11:23:32 +0000 (11:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Gtk2-GladeXML.spec -> 1.1

perl-Gtk2-GladeXML.spec [new file with mode: 0644]

diff --git a/perl-Gtk2-GladeXML.spec b/perl-Gtk2-GladeXML.spec
new file mode 100644 (file)
index 0000000..b88aee7
--- /dev/null
@@ -0,0 +1,53 @@
+%include       /usr/lib/rpm/macros.perl
+
+%define                _realname       Gtk2-GladeXML
+
+Summary:       Provides mechinisms for instantiating and utilization of user interfaces created with Glade-2
+Summary(pl):   Dostarcza mechanizmow pozwalaj±cych na wykorzystywanie interfejsów stworzonych za pomoc± Glade-2
+Name:          perl-Gtk2-GladeXML
+Version:       0.26
+Release:       1
+License:       LGPL
+Group:         Development/Languages/Perl
+Source0:       http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/%{_realname}-%{version}.tar.gz
+# Source0-md5: d25d2dde67a15b695ac6a1bc01584e9f
+URL:           http://gtk2-perl-sourceforge.net/
+BuildRequires: libglade2-devel >= 2.0.0
+BuildRequires: perl-Gtk2 >= 0.95
+BuildRequires: perl-Glib >= 0.95
+BuildRequires: perl-devel >= 5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+After designing an application with glade-2 the
+layout and configuration is saved in a XML formatted file. libglade is
+a library to load and use files of this particular XML format at
+application run time. This module is a set of mappings of libglade.
+
+%prep
+%setup -q -n %{_realname}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
+
+%{__make} \
+       OPTIMIZE="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README ChangeLog
+%{perl_vendorarch}/Gtk2/GladeXML.pm
+%attr(755,root,root) %{perl_vendorarch}/auto/Gtk2/GladeXML/*.so
+%{perl_vendorarch}/auto/Gtk2/GladeXML/*.bs
+%{_mandir}/man3/*
This page took 0.051565 seconds and 4 git commands to generate.