rpms/perl-Gtk2-Notify/devel .cvsignore, 1.2, 1.3 perl-Gtk2-Notify.spec, 1.2, 1.3 sources, 1.2, 1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri Jun 1 05:00:59 UTC 2007


Author: cweyl

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

Modified Files:
	.cvsignore perl-Gtk2-Notify.spec sources 
Log Message:
* Thu May 31 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.03-1
- update to 0.03
- add t/ to doc
- spec updates to deal with the once and future perl split



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Gtk2-Notify/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	27 Nov 2006 18:46:15 -0000	1.2
+++ .cvsignore	1 Jun 2007 05:00:21 -0000	1.3
@@ -1 +1 @@
-Gtk2-Notify-0.02.tar.gz
+Gtk2-Notify-0.03.tar.gz


Index: perl-Gtk2-Notify.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Gtk2-Notify/devel/perl-Gtk2-Notify.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Gtk2-Notify.spec	27 Nov 2006 18:47:00 -0000	1.2
+++ perl-Gtk2-Notify.spec	1 Jun 2007 05:00:21 -0000	1.3
@@ -1,18 +1,23 @@
 Name:           perl-Gtk2-Notify
-Version:        0.02
-Release:        4%{?dist}
-Summary:        Gtk2::Notify Perl module
+Version:        0.03
+Release:        1%{?dist}
+Summary:        Perl interface to libnotify
 License:        LGPL
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Gtk2-Notify/
-
-#Source0:        http://www.cpan.org/modules/by-module/Gtk2/Gtk2-Notify-%{version}.tar.gz
-Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Gtk2-Notify-%{version}.tar.gz
-
+Source0:        http://www.cpan.org/modules/by-module/Gtk2/Gtk2-Notify-%{version}.tar.gz
+#Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Gtk2-Notify-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+# non-perl
+BuildRequires:  libnotify-devel
+# core
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# cpan
+BuildRequires:  perl(ExtUtils::MakeMaker), libnotify-devel
 BuildRequires:  perl(Glib) >= 1.093, perl(Gtk2)
 BuildRequires:  perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig)
-BuildRequires:  perl(ExtUtils::MakeMaker), libnotify-devel
 
 # for tests...
 %{?_with_display_tests:BuildRequires:  perl(Test::Pod::Coverage) >= 1.04, perl(Test::Pod) >= 1.14}
@@ -29,6 +34,8 @@
 %prep
 %setup -q -n Gtk2-Notify-%{version}
 
+find t/ -type f -exec perl -pi -e 's|^#!perl|#!/usr/bin/perl|' {} +
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 make %{?_smp_mflags}
@@ -53,12 +60,17 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changes maps README examples/
+%doc Changes README examples/ t/
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Gtk2*
 %{_mandir}/man3/*
 
 %changelog
+* Thu May 31 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.03-1
+- update to 0.03
+- add t/ to doc
+- spec updates to deal with the once and future perl split
+
 * Mon Nov 27 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.02-4
 - bump
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Gtk2-Notify/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 Nov 2006 18:46:15 -0000	1.2
+++ sources	1 Jun 2007 05:00:21 -0000	1.3
@@ -1 +1 @@
-77a64c944cf1516bcc514456de22a82b  Gtk2-Notify-0.02.tar.gz
+8679e148429e8256add8c27e8949113f  Gtk2-Notify-0.03.tar.gz




More information about the fedora-extras-commits mailing list