Fedora 554af88
Name:			perl-Gtk2-Unique
Fedora 554af88
Version:		0.05
f5827e8
Release:		13%{?dist}
Fedora 554af88
Summary:		Perl bindings for the C library "libunique"
Fedora 554af88
License:		GPL+ or Artistic
Fedora 554af88
Group:			Development/Libraries
Fedora 554af88
URL:			http://search.cpan.org/dist/Gtk2-Unique/
Fedora 554af88
Source0:		http://mirrors.163.com/cpan/authors/id/P/PO/POTYL/Gtk2-Unique-%{version}.tar.gz
Fedora 554af88
BuildRequires:		perl(ExtUtils::Depends) >= 0.20
Fedora 554af88
BuildRequires:		perl(ExtUtils::MakeMaker)
Fedora 554af88
BuildRequires:		perl(ExtUtils::PkgConfig) >= 1.03
Fedora 554af88
BuildRequires:		perl(Glib) >= 1.180
Fedora 554af88
BuildRequires:		perl(Glib::MakeHelper)
Fedora 554af88
BuildRequires:		perl(Gtk2) >= 1.00
51ad143
BuildRequires:		perl(Test::More)
Fedora 554af88
BuildRequires:		unique-devel
Fedora 554af88
Requires:		perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Fedora 554af88
Fedora 554af88
%{?perl_default_filter}
Fedora 554af88
Fedora 554af88
%description
Fedora 554af88
Gtk2::Unique is a Perl binding for the C library libunique 
Fedora 554af88
which provides a way for writing single instance application. 
Fedora 554af88
If you launch a single instance application twice, the second 
Fedora 554af88
instance will either just quit or will send a message to 
Fedora 554af88
the running instance.
Fedora 554af88
Fedora 554af88
For more information about libunique see: 
Fedora 554af88
http://live.gnome.org/LibUnique.
Fedora 554af88
Fedora 554af88
%package devel
Fedora 554af88
Summary:		Development headers for %{name}
Fedora 554af88
Group:			Development/Libraries
Fedora 554af88
Requires:		%{name} = %{version}-%{release}
Fedora 554af88
Fedora 554af88
%{?perl_default_filter}
Fedora 554af88
Fedora 554af88
%description devel
Fedora 554af88
Development headers for %{name}
Fedora 554af88
Fedora 554af88
%prep
Fedora 554af88
%setup -q -n Gtk2-Unique-%{version}
Fedora 554af88
Fedora 554af88
%build
Fedora 554af88
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
Fedora 554af88
make %{?_smp_mflags} NOECHO=
Fedora 554af88
Fedora 554af88
%install
Fedora 554af88
rm -rf $RPM_BUILD_ROOT
Fedora 554af88
Fedora 554af88
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
Fedora 554af88
Fedora 554af88
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
Fedora 554af88
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
Fedora 554af88
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
Fedora 554af88
Fedora 554af88
%{_fixperms} $RPM_BUILD_ROOT/*
Fedora 554af88
Fedora 554af88
%check
Fedora 554af88
make test
Fedora 554af88
Fedora 554af88
%clean
Fedora 554af88
rm -rf $RPM_BUILD_ROOT
Fedora 554af88
Fedora 554af88
%files
Fedora 554af88
%doc Changes README
Fedora 554af88
%{perl_vendorarch}/auto/Gtk2/Unique/
Fedora 554af88
%{perl_vendorarch}/Gtk2*
Fedora 554af88
%exclude %{perl_vendorarch}/Gtk2/Unique/Install/*.h
Fedora 554af88
%{_mandir}/man3/*.3pm*
Fedora 554af88
Fedora 554af88
%files devel
Fedora 554af88
%{perl_vendorarch}/Gtk2/Unique/Install/*.h
Fedora 554af88
Fedora 554af88
%changelog
f5827e8
* Mon Sep 01 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.05-13
f5827e8
- Perl 5.20 rebuild
f5827e8
866a500
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-12
866a500
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
866a500
68b666f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-11
68b666f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
68b666f
a18b630
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-10
a18b630
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
a18b630
404d121
* Mon Jul 22 2013 Petr Pisar <ppisar@redhat.com> - 0.05-9
404d121
- Perl 5.18 rebuild
404d121
ecdd05f
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-8
ecdd05f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ecdd05f
4bf1309
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-7
4bf1309
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4bf1309
14ec9a8
* Thu Jun 14 2012 Petr Pisar <ppisar@redhat.com> - 0.05-6
14ec9a8
- Perl 5.16 rebuild
14ec9a8
8492944
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-5
8492944
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8492944
51ad143
* Wed Nov 09 2011 Iain Arnell <iarnell@gmail.com> 0.05-4
51ad143
- Rebuild for libpng 1.5
51ad143
- BuildRequires perl(Test::More)
51ad143
Petr Sabata 78a33b9
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 0.05-3
Petr Sabata 78a33b9
- Perl mass rebuild
Petr Sabata 78a33b9
Fedora 554af88
* Sun Jun 19 2011 Liang Suilong <liangsuilong@gmail.com> 0.05-2
Fedora 554af88
- Add a devel subpackage
Fedora 554af88
- Fix spec file errors 
Fedora 554af88
Fedora 554af88
* Sat Jun 04 2011 Liang Suilong <liangsuilong@gmail.com> 0.05-1
Fedora 554af88
- Intial Package for Fedora 15
Fedora 554af88