Hello community,

here is the log from the commit of package perl-Gtk2-Unique for openSUSE:Factory
checked in at Fri Jun 10 14:49:54 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/perl-Gtk2-Unique/perl-Gtk2-Unique.changes      
2011-06-10 09:12:38.000000000 +0200
@@ -0,0 +1,21 @@
+-------------------------------------------------------------------
+Fri Jun 10 07:12:12 UTC 2011 - saigk...@opensuse.org
+
+- prepared for factory 
+
+-------------------------------------------------------------------
+Mon May 23 12:18:33 UTC 2011 - saigk...@opensuse.org
+
+- fixed build for Factory through adding pkgconfig(unique-1.0) as BR 
+
+-------------------------------------------------------------------
+Sun Mar  6 13:41:08 UTC 2011 - saigk...@opensuse.org
+
+- removed -devel Package and added Version Numbers in BuildRequires
+  and Requires. 
+
+-------------------------------------------------------------------
+Sat Mar  5 20:06:22 UTC 2011 - saigk...@opensuse.org
+
+- first package for openSUSE 
+

calling whatdependson for head-i586


New:
----
  Gtk2-Unique-0.05.tar.gz
  perl-Gtk2-Unique.changes
  perl-Gtk2-Unique.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Gtk2-Unique.spec ++++++
#
# spec file for package perl-Gtk2-Unique
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 Sascha Manns <saigk...@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           perl-Gtk2-Unique
%define         cpan_name Gtk2-Unique
Version:        0.05
Release:        1
License:        LGPLv2+
Summary:        Perl bindings for the C library "libunique"
Url:            http://mirrors.ibiblio.org/CPAN/modules/by-module/Gtk2/
Group:          Development/Libraries/Perl
Source:         %{cpan_name}-%{version}.tar.gz
# non-perl
BuildRequires:  libnotify-devel
BuildRequires:  perl(ExtUtils::Depends) >= 0.20
#BuildRequires: libunique-devel
BuildRequires:  pkgconfig(unique-1.0)
# core
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(ExtUtils::PkgConfig) >= 1.03
BuildRequires:  perl
%if 0%{?suse_version} < 1120
BuildRequires:  perl-macros
%endif
BuildRequires:  perl(Test::More) perl(Test::Pod) perl(Test::Pod::Coverage)
# cpan
BuildRequires:  perl(Glib) >= 1.180
BuildRequires:  perl(Glib::MakeHelper)
BuildRequires:  perl(Gtk2) >= 1.00
BuildRequires:  perl(Test::More)
# libnotify-devel seems to be missing this.  see BZ#216946
BuildRequires:  gtk2-devel
Requires:       perl(ExtUtils::Depends) >= 0.20
Requires:       perl(ExtUtils::PkgConfig) >= 1.03
Requires:       perl(Glib) >= 1.180
Requires:       perl(Gtk2) >= 1.00
%if 0%{?suse_version} && 0%{?suse_version} < 1140
Requires:       perl = %{perl_version}
%else
%{perl_requires}
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Perl bindings for the C library "libunique" that provides a mechanism for
writing single instance applications. If you launch a single instance
application twice, the second instance will either just quit or will send a
message to the running instance.

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS="vendor" OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

# make sure filelist grabs *all* shared libaries.
sed -i.orig -e 's/\.so[\.0-9]*$/\.so*/' %{name}.files

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(644,root,root,755)
%doc Changes README examples/ t/
%dir %{perl_vendorarch}/Gtk2/Unique
%dir %{perl_vendorarch}/Gtk2/Unique/Install

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to