rpms/xmltv/F-16 xmltv-0.5.63-noask.patch,NONE,1.1
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/xmltv/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8398
Added Files:
xmltv-0.5.63-noask.patch
Log Message:
Add patch.
xmltv-0.5.63-noask.patch:
Makefile.PL | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- NEW FILE xmltv-0.5.63-noask.patch ---
--- xmltv-0.5.63/Makefile.PL.noask 2012-06-14 01:59:46.000000000 -0500
+++ xmltv-0.5.63/Makefile.PL 2012-07-24 09:50:09.517479108 -0500
@@ -910,7 +910,8 @@
"\n");
}
print STDERR "\n";
- if (not ask(0, 'Do you want to proceed with this configuration?', 1)) {
+# if (not ask(0, 'Do you want to proceed with this configuration?', 1)) {
+ if (0) {
# Need to set {install} for each component by prompting.
foreach my $info (@opt_components) {
my $missing = $info->{missing};
12 years, 3 months
rpms/xmltv/EL-6 xmltv-0.5.63-noask.patch, NONE, 1.1 sources, 1.9, 1.10 xmltv.spec, 1.15, 1.16 xmltv-0.5.35-noask.patch, 1.1, NONE
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/xmltv/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8258
Modified Files:
sources xmltv.spec
Added Files:
xmltv-0.5.63-noask.patch
Removed Files:
xmltv-0.5.35-noask.patch
Log Message:
* Tue Jul 24 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.5.63-1
- Update to 0.5.63
xmltv-0.5.63-noask.patch:
Makefile.PL | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- NEW FILE xmltv-0.5.63-noask.patch ---
--- xmltv-0.5.63/Makefile.PL.noask 2012-06-14 01:59:46.000000000 -0500
+++ xmltv-0.5.63/Makefile.PL 2012-07-24 09:50:09.517479108 -0500
@@ -910,7 +910,8 @@
"\n");
}
print STDERR "\n";
- if (not ask(0, 'Do you want to proceed with this configuration?', 1)) {
+# if (not ask(0, 'Do you want to proceed with this configuration?', 1)) {
+ if (0) {
# Need to set {install} for each component by prompting.
foreach my $info (@opt_components) {
my $missing = $info->{missing};
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xmltv/EL-6/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 8 Aug 2011 13:25:58 -0000 1.9
+++ sources 19 Aug 2012 20:22:28 -0000 1.10
@@ -1 +1 @@
-66607d44bfca0919dadeb4a41e45fcf8 xmltv-0.5.61.tar.bz2
+d93a74938fb71a250cd0d20aa06c1f61 xmltv-0.5.63.tar.bz2
Index: xmltv.spec
===================================================================
RCS file: /cvs/free/rpms/xmltv/EL-6/xmltv.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xmltv.spec 25 Jan 2012 15:01:57 -0000 1.15
+++ xmltv.spec 19 Aug 2012 20:22:28 -0000 1.16
@@ -1,22 +1,23 @@
Name: xmltv
-Version: 0.5.61
-Release: 2%{?dist}
+Version: 0.5.63
+Release: 1%{?dist}
Summary: A set of utilities to manage your TV viewing
Group: Development/Libraries
License: GPLv2+
URL: http://xmltv.org/wiki/
Source0: http://downloads.sourceforge.net/xmltv/xmltv-%{version}.tar.bz2
-Patch0: xmltv-0.5.35-noask.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0: xmltv-0.5.63-noask.patch
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: perl(LWP) >= 5.65, perl(XML::Parser) >= 2.34
+BuildRequires: perl(LWP) >= 5.65
+BuildRequires: perl(XML::Parser) >= 2.34
BuildRequires: perl(XML::Twig) >= 3.28
BuildRequires: perl(Date::Manip) >= 5.42
BuildRequires: perl(XML::Writer) >= 0.600
-BuildRequires: perl(Memoize), perl(Storable) >= 2.04
+BuildRequires: perl(Memoize)
+BuildRequires: perl(Storable) >= 2.04
BuildRequires: perl(File::Slurp)
# Recommended
BuildRequires: perl(Lingua::EN::Numbers::Ordinate)
@@ -32,11 +33,14 @@
BuildRequires: perl(HTML::Form)
BuildRequires: perl(HTTP::Cache::Transparent)
BuildRequires: perl(LWP::Simple)
-BuildRequires: perl(IO::Scalar), perl(Archive::Zip)
+BuildRequires: perl(IO::Scalar)
+BuildRequires: perl(Archive::Zip)
BuildRequires: perl(XML::Simple)
-BuildRequires: perl(SOAP::Lite) >= 0.67, perl(Term::ReadKey)
+BuildRequires: perl(SOAP::Lite) >= 0.67
+BuildRequires: perl(Term::ReadKey)
%{?_with_text_bidi:BuildRequires: perl(Text::Bidi)}
-BuildRequires: perl(Text::Kakasi)
+# This is for tv_grab_jp which is currently disabled in source
+#BuildRequires: perl(Text::Kakasi)
BuildRequires: perl(XML::LibXML)
BuildRequires: perl(XML::DOM)
BuildRequires: perl(XML::LibXSLT)
@@ -45,22 +49,24 @@
BuildRequires: perl(File::Temp)
BuildRequires: perl(Tk::TableMatrix)
BuildRequires: perl(CGI)
-BuildRequires: perl(HTML::TokeParser), perl(Date::Parse), perl(Time::Local)
+BuildRequires: perl(HTML::TokeParser)
BuildRequires: perl(HTML::TableExtract) >= 1.08
BuildRequires: perl(HTML::Parser) >= 3.34
+BuildRequires: perl(Time::Local)
+BuildRequires: perl(Date::Parse)
BuildRequires: perl(Log::TraceMessages)
BuildRequires: perl(Time::HiRes)
BuildRequires: perl(IO::Select)
BuildRequires: perl(JSON)
-#BuildRequires: perl(Linux::DVB) #Not here yet
+# Needed for tv_grab_it_dvb but is not available.
+#BuildRequires: perl(Linux::DVB)
BuildRequires: perl(Text::Iconv)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Parse::RecDescent)
BuildRequires: perl(HTML::Entities)
BuildRequires: perl(DateTime)
-BuildRequires: perl(HTML::Entities)
BuildRequires: perl(DateTime::Format::Strptime)
-
+BuildRequires: perl(DateTime::Format::ISO8601)
Requires: xmltv-grabbers >= %{version}-%{release}
@@ -122,6 +128,9 @@
%setup -q
%patch0 -p1 -b .noask
+# Fix line endings
+sed -i 's/\r//' grab/ch_search/tv_grab_ch_search.in
+
# Fix encoding
cp -pr ChangeLog ChangeLog.not-utf8
iconv -f ISO_8859-1 -t UTF8 ChangeLog.not-utf8 > ChangeLog
@@ -150,7 +159,6 @@
%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 {} ';'
@@ -162,12 +170,7 @@
make test
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
%files
-%defattr(-,root,root,-)
%doc ChangeLog README
%doc doc/*
%{_bindir}/tv_cat
@@ -184,6 +187,7 @@
%{_bindir}/tv_find_grabbers
%{_bindir}/tv_validate_file
%{_bindir}/tv_validate_grabber
+%{_bindir}/tv_augment_tz
%{_mandir}/man1/tv_cat.1*
%{_mandir}/man1/tv_extractinfo_en.1*
%{_mandir}/man1/tv_extractinfo_ar.1*
@@ -198,28 +202,25 @@
%{_mandir}/man1/tv_find_grabbers.1*
%{_mandir}/man1/tv_validate_file.1*
%{_mandir}/man1/tv_validate_grabber.1*
+%{_mandir}/man1/tv_augment_tz.1*
%files -n perl-XMLTV
-%defattr(-,root,root,-)
%{perl_vendorlib}/XMLTV.pm
%{perl_vendorlib}/XMLTV
%{_mandir}/man3/*.3*
%files grabbers
-%defattr(-,root,root,-)
%{_bindir}/tv_grab_*
%{_mandir}/man1/tv_grab_*.1*
%files gui
-%defattr(-,root,root,-)
%{_bindir}/tv_check
%{_mandir}/man1/tv_check.1*
-
%changelog
-* Wed Jan 25 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.5.61-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+* Tue Jul 24 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.5.63-1
+- Update to 0.5.63
* Mon Aug 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.5.61-1
- Update 0.5.61
--- xmltv-0.5.35-noask.patch DELETED ---
12 years, 3 months
rpms/xmltv/F-16 sources, 1.9, 1.10 xmltv.spec, 1.14, 1.15 xmltv-0.5.35-noask.patch, 1.1, NONE
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/xmltv/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8077
Modified Files:
sources xmltv.spec
Removed Files:
xmltv-0.5.35-noask.patch
Log Message:
* Tue Jul 24 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.5.63-1
- Update to 0.5.63
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xmltv/F-16/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 8 Aug 2011 13:25:58 -0000 1.9
+++ sources 19 Aug 2012 20:21:17 -0000 1.10
@@ -1 +1 @@
-66607d44bfca0919dadeb4a41e45fcf8 xmltv-0.5.61.tar.bz2
+d93a74938fb71a250cd0d20aa06c1f61 xmltv-0.5.63.tar.bz2
Index: xmltv.spec
===================================================================
RCS file: /cvs/free/rpms/xmltv/F-16/xmltv.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xmltv.spec 8 Aug 2011 13:25:58 -0000 1.14
+++ xmltv.spec 19 Aug 2012 20:21:18 -0000 1.15
@@ -1,5 +1,5 @@
Name: xmltv
-Version: 0.5.61
+Version: 0.5.63
Release: 1%{?dist}
Summary: A set of utilities to manage your TV viewing
@@ -7,16 +7,17 @@
License: GPLv2+
URL: http://xmltv.org/wiki/
Source0: http://downloads.sourceforge.net/xmltv/xmltv-%{version}.tar.bz2
-Patch0: xmltv-0.5.35-noask.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0: xmltv-0.5.63-noask.patch
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: perl(LWP) >= 5.65, perl(XML::Parser) >= 2.34
+BuildRequires: perl(LWP) >= 5.65
+BuildRequires: perl(XML::Parser) >= 2.34
BuildRequires: perl(XML::Twig) >= 3.28
BuildRequires: perl(Date::Manip) >= 5.42
BuildRequires: perl(XML::Writer) >= 0.600
-BuildRequires: perl(Memoize), perl(Storable) >= 2.04
+BuildRequires: perl(Memoize)
+BuildRequires: perl(Storable) >= 2.04
BuildRequires: perl(File::Slurp)
# Recommended
BuildRequires: perl(Lingua::EN::Numbers::Ordinate)
@@ -32,11 +33,14 @@
BuildRequires: perl(HTML::Form)
BuildRequires: perl(HTTP::Cache::Transparent)
BuildRequires: perl(LWP::Simple)
-BuildRequires: perl(IO::Scalar), perl(Archive::Zip)
+BuildRequires: perl(IO::Scalar)
+BuildRequires: perl(Archive::Zip)
BuildRequires: perl(XML::Simple)
-BuildRequires: perl(SOAP::Lite) >= 0.67, perl(Term::ReadKey)
+BuildRequires: perl(SOAP::Lite) >= 0.67
+BuildRequires: perl(Term::ReadKey)
%{?_with_text_bidi:BuildRequires: perl(Text::Bidi)}
-BuildRequires: perl(Text::Kakasi)
+# This is for tv_grab_jp which is currently disabled in source
+#BuildRequires: perl(Text::Kakasi)
BuildRequires: perl(XML::LibXML)
BuildRequires: perl(XML::DOM)
BuildRequires: perl(XML::LibXSLT)
@@ -45,22 +49,24 @@
BuildRequires: perl(File::Temp)
BuildRequires: perl(Tk::TableMatrix)
BuildRequires: perl(CGI)
-BuildRequires: perl(HTML::TokeParser), perl(Date::Parse), perl(Time::Local)
+BuildRequires: perl(HTML::TokeParser)
BuildRequires: perl(HTML::TableExtract) >= 1.08
BuildRequires: perl(HTML::Parser) >= 3.34
+BuildRequires: perl(Time::Local)
+BuildRequires: perl(Date::Parse)
BuildRequires: perl(Log::TraceMessages)
BuildRequires: perl(Time::HiRes)
BuildRequires: perl(IO::Select)
BuildRequires: perl(JSON)
-#BuildRequires: perl(Linux::DVB) #Not here yet
+# Needed for tv_grab_it_dvb but is not available.
+#BuildRequires: perl(Linux::DVB)
BuildRequires: perl(Text::Iconv)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Parse::RecDescent)
BuildRequires: perl(HTML::Entities)
BuildRequires: perl(DateTime)
-BuildRequires: perl(HTML::Entities)
BuildRequires: perl(DateTime::Format::Strptime)
-
+BuildRequires: perl(DateTime::Format::ISO8601)
Requires: xmltv-grabbers >= %{version}-%{release}
@@ -122,6 +128,9 @@
%setup -q
%patch0 -p1 -b .noask
+# Fix line endings
+sed -i 's/\r//' grab/ch_search/tv_grab_ch_search.in
+
# Fix encoding
cp -pr ChangeLog ChangeLog.not-utf8
iconv -f ISO_8859-1 -t UTF8 ChangeLog.not-utf8 > ChangeLog
@@ -150,7 +159,6 @@
%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 {} ';'
@@ -162,12 +170,7 @@
make test
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
%files
-%defattr(-,root,root,-)
%doc ChangeLog README
%doc doc/*
%{_bindir}/tv_cat
@@ -184,6 +187,7 @@
%{_bindir}/tv_find_grabbers
%{_bindir}/tv_validate_file
%{_bindir}/tv_validate_grabber
+%{_bindir}/tv_augment_tz
%{_mandir}/man1/tv_cat.1*
%{_mandir}/man1/tv_extractinfo_en.1*
%{_mandir}/man1/tv_extractinfo_ar.1*
@@ -198,26 +202,26 @@
%{_mandir}/man1/tv_find_grabbers.1*
%{_mandir}/man1/tv_validate_file.1*
%{_mandir}/man1/tv_validate_grabber.1*
+%{_mandir}/man1/tv_augment_tz.1*
%files -n perl-XMLTV
-%defattr(-,root,root,-)
%{perl_vendorlib}/XMLTV.pm
%{perl_vendorlib}/XMLTV
%{_mandir}/man3/*.3*
%files grabbers
-%defattr(-,root,root,-)
%{_bindir}/tv_grab_*
%{_mandir}/man1/tv_grab_*.1*
%files gui
-%defattr(-,root,root,-)
%{_bindir}/tv_check
%{_mandir}/man1/tv_check.1*
-
%changelog
+* Tue Jul 24 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.5.63-1
+- Update to 0.5.63
+
* Mon Aug 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.5.61-1
- Update 0.5.61
--- xmltv-0.5.35-noask.patch DELETED ---
12 years, 3 months
rpms/xmltv/F-17 xmltv-0.5.63-noask.patch, NONE, 1.1 sources, 1.9, 1.10 xmltv.spec, 1.15, 1.16 xmltv-0.5.35-noask.patch, 1.1, NONE
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/xmltv/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7859
Modified Files:
sources xmltv.spec
Added Files:
xmltv-0.5.63-noask.patch
Removed Files:
xmltv-0.5.35-noask.patch
Log Message:
* Tue Jul 24 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.5.63-1
- Update to 0.5.63
xmltv-0.5.63-noask.patch:
Makefile.PL | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- NEW FILE xmltv-0.5.63-noask.patch ---
--- xmltv-0.5.63/Makefile.PL.noask 2012-06-14 01:59:46.000000000 -0500
+++ xmltv-0.5.63/Makefile.PL 2012-07-24 09:50:09.517479108 -0500
@@ -910,7 +910,8 @@
"\n");
}
print STDERR "\n";
- if (not ask(0, 'Do you want to proceed with this configuration?', 1)) {
+# if (not ask(0, 'Do you want to proceed with this configuration?', 1)) {
+ if (0) {
# Need to set {install} for each component by prompting.
foreach my $info (@opt_components) {
my $missing = $info->{missing};
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xmltv/F-17/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 8 Aug 2011 13:25:58 -0000 1.9
+++ sources 19 Aug 2012 20:18:53 -0000 1.10
@@ -1 +1 @@
-66607d44bfca0919dadeb4a41e45fcf8 xmltv-0.5.61.tar.bz2
+d93a74938fb71a250cd0d20aa06c1f61 xmltv-0.5.63.tar.bz2
Index: xmltv.spec
===================================================================
RCS file: /cvs/free/rpms/xmltv/F-17/xmltv.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xmltv.spec 25 Jan 2012 15:01:57 -0000 1.15
+++ xmltv.spec 19 Aug 2012 20:18:53 -0000 1.16
@@ -1,22 +1,23 @@
Name: xmltv
-Version: 0.5.61
-Release: 2%{?dist}
+Version: 0.5.63
+Release: 1%{?dist}
Summary: A set of utilities to manage your TV viewing
Group: Development/Libraries
License: GPLv2+
URL: http://xmltv.org/wiki/
Source0: http://downloads.sourceforge.net/xmltv/xmltv-%{version}.tar.bz2
-Patch0: xmltv-0.5.35-noask.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0: xmltv-0.5.63-noask.patch
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: perl(LWP) >= 5.65, perl(XML::Parser) >= 2.34
+BuildRequires: perl(LWP) >= 5.65
+BuildRequires: perl(XML::Parser) >= 2.34
BuildRequires: perl(XML::Twig) >= 3.28
BuildRequires: perl(Date::Manip) >= 5.42
BuildRequires: perl(XML::Writer) >= 0.600
-BuildRequires: perl(Memoize), perl(Storable) >= 2.04
+BuildRequires: perl(Memoize)
+BuildRequires: perl(Storable) >= 2.04
BuildRequires: perl(File::Slurp)
# Recommended
BuildRequires: perl(Lingua::EN::Numbers::Ordinate)
@@ -32,11 +33,14 @@
BuildRequires: perl(HTML::Form)
BuildRequires: perl(HTTP::Cache::Transparent)
BuildRequires: perl(LWP::Simple)
-BuildRequires: perl(IO::Scalar), perl(Archive::Zip)
+BuildRequires: perl(IO::Scalar)
+BuildRequires: perl(Archive::Zip)
BuildRequires: perl(XML::Simple)
-BuildRequires: perl(SOAP::Lite) >= 0.67, perl(Term::ReadKey)
+BuildRequires: perl(SOAP::Lite) >= 0.67
+BuildRequires: perl(Term::ReadKey)
%{?_with_text_bidi:BuildRequires: perl(Text::Bidi)}
-BuildRequires: perl(Text::Kakasi)
+# This is for tv_grab_jp which is currently disabled in source
+#BuildRequires: perl(Text::Kakasi)
BuildRequires: perl(XML::LibXML)
BuildRequires: perl(XML::DOM)
BuildRequires: perl(XML::LibXSLT)
@@ -45,22 +49,24 @@
BuildRequires: perl(File::Temp)
BuildRequires: perl(Tk::TableMatrix)
BuildRequires: perl(CGI)
-BuildRequires: perl(HTML::TokeParser), perl(Date::Parse), perl(Time::Local)
+BuildRequires: perl(HTML::TokeParser)
BuildRequires: perl(HTML::TableExtract) >= 1.08
BuildRequires: perl(HTML::Parser) >= 3.34
+BuildRequires: perl(Time::Local)
+BuildRequires: perl(Date::Parse)
BuildRequires: perl(Log::TraceMessages)
BuildRequires: perl(Time::HiRes)
BuildRequires: perl(IO::Select)
BuildRequires: perl(JSON)
-#BuildRequires: perl(Linux::DVB) #Not here yet
+# Needed for tv_grab_it_dvb but is not available.
+#BuildRequires: perl(Linux::DVB)
BuildRequires: perl(Text::Iconv)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Parse::RecDescent)
BuildRequires: perl(HTML::Entities)
BuildRequires: perl(DateTime)
-BuildRequires: perl(HTML::Entities)
BuildRequires: perl(DateTime::Format::Strptime)
-
+BuildRequires: perl(DateTime::Format::ISO8601)
Requires: xmltv-grabbers >= %{version}-%{release}
@@ -122,6 +128,9 @@
%setup -q
%patch0 -p1 -b .noask
+# Fix line endings
+sed -i 's/\r//' grab/ch_search/tv_grab_ch_search.in
+
# Fix encoding
cp -pr ChangeLog ChangeLog.not-utf8
iconv -f ISO_8859-1 -t UTF8 ChangeLog.not-utf8 > ChangeLog
@@ -150,7 +159,6 @@
%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 {} ';'
@@ -162,12 +170,7 @@
make test
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
%files
-%defattr(-,root,root,-)
%doc ChangeLog README
%doc doc/*
%{_bindir}/tv_cat
@@ -184,6 +187,7 @@
%{_bindir}/tv_find_grabbers
%{_bindir}/tv_validate_file
%{_bindir}/tv_validate_grabber
+%{_bindir}/tv_augment_tz
%{_mandir}/man1/tv_cat.1*
%{_mandir}/man1/tv_extractinfo_en.1*
%{_mandir}/man1/tv_extractinfo_ar.1*
@@ -198,28 +202,25 @@
%{_mandir}/man1/tv_find_grabbers.1*
%{_mandir}/man1/tv_validate_file.1*
%{_mandir}/man1/tv_validate_grabber.1*
+%{_mandir}/man1/tv_augment_tz.1*
%files -n perl-XMLTV
-%defattr(-,root,root,-)
%{perl_vendorlib}/XMLTV.pm
%{perl_vendorlib}/XMLTV
%{_mandir}/man3/*.3*
%files grabbers
-%defattr(-,root,root,-)
%{_bindir}/tv_grab_*
%{_mandir}/man1/tv_grab_*.1*
%files gui
-%defattr(-,root,root,-)
%{_bindir}/tv_check
%{_mandir}/man1/tv_check.1*
-
%changelog
-* Wed Jan 25 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.5.61-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+* Tue Jul 24 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.5.63-1
+- Update to 0.5.63
* Mon Aug 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.5.61-1
- Update 0.5.61
--- xmltv-0.5.35-noask.patch DELETED ---
12 years, 3 months
rpms/xmltv/devel xmltv-0.5.63-noask.patch, NONE, 1.1 .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 xmltv.spec, 1.15, 1.16 xmltv-0.5.35-noask.patch, 1.1, NONE
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/xmltv/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7566
Modified Files:
.cvsignore sources xmltv.spec
Added Files:
xmltv-0.5.63-noask.patch
Removed Files:
xmltv-0.5.35-noask.patch
Log Message:
* Tue Jul 24 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.5.63-1
- Update to 0.5.63
xmltv-0.5.63-noask.patch:
Makefile.PL | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- NEW FILE xmltv-0.5.63-noask.patch ---
--- xmltv-0.5.63/Makefile.PL.noask 2012-06-14 01:59:46.000000000 -0500
+++ xmltv-0.5.63/Makefile.PL 2012-07-24 09:50:09.517479108 -0500
@@ -910,7 +910,8 @@
"\n");
}
print STDERR "\n";
- if (not ask(0, 'Do you want to proceed with this configuration?', 1)) {
+# if (not ask(0, 'Do you want to proceed with this configuration?', 1)) {
+ if (0) {
# Need to set {install} for each component by prompting.
foreach my $info (@opt_components) {
my $missing = $info->{missing};
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xmltv/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 8 Aug 2011 13:25:58 -0000 1.9
+++ .cvsignore 19 Aug 2012 20:14:11 -0000 1.10
@@ -1 +1 @@
-xmltv-0.5.61.tar.bz2
+xmltv-0.5.63.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xmltv/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 8 Aug 2011 13:25:58 -0000 1.9
+++ sources 19 Aug 2012 20:14:11 -0000 1.10
@@ -1 +1 @@
-66607d44bfca0919dadeb4a41e45fcf8 xmltv-0.5.61.tar.bz2
+d93a74938fb71a250cd0d20aa06c1f61 xmltv-0.5.63.tar.bz2
Index: xmltv.spec
===================================================================
RCS file: /cvs/free/rpms/xmltv/devel/xmltv.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xmltv.spec 25 Jan 2012 15:01:57 -0000 1.15
+++ xmltv.spec 19 Aug 2012 20:14:11 -0000 1.16
@@ -1,22 +1,23 @@
Name: xmltv
-Version: 0.5.61
-Release: 2%{?dist}
+Version: 0.5.63
+Release: 1%{?dist}
Summary: A set of utilities to manage your TV viewing
Group: Development/Libraries
License: GPLv2+
URL: http://xmltv.org/wiki/
Source0: http://downloads.sourceforge.net/xmltv/xmltv-%{version}.tar.bz2
-Patch0: xmltv-0.5.35-noask.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0: xmltv-0.5.63-noask.patch
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: perl(LWP) >= 5.65, perl(XML::Parser) >= 2.34
+BuildRequires: perl(LWP) >= 5.65
+BuildRequires: perl(XML::Parser) >= 2.34
BuildRequires: perl(XML::Twig) >= 3.28
BuildRequires: perl(Date::Manip) >= 5.42
BuildRequires: perl(XML::Writer) >= 0.600
-BuildRequires: perl(Memoize), perl(Storable) >= 2.04
+BuildRequires: perl(Memoize)
+BuildRequires: perl(Storable) >= 2.04
BuildRequires: perl(File::Slurp)
# Recommended
BuildRequires: perl(Lingua::EN::Numbers::Ordinate)
@@ -32,11 +33,14 @@
BuildRequires: perl(HTML::Form)
BuildRequires: perl(HTTP::Cache::Transparent)
BuildRequires: perl(LWP::Simple)
-BuildRequires: perl(IO::Scalar), perl(Archive::Zip)
+BuildRequires: perl(IO::Scalar)
+BuildRequires: perl(Archive::Zip)
BuildRequires: perl(XML::Simple)
-BuildRequires: perl(SOAP::Lite) >= 0.67, perl(Term::ReadKey)
+BuildRequires: perl(SOAP::Lite) >= 0.67
+BuildRequires: perl(Term::ReadKey)
%{?_with_text_bidi:BuildRequires: perl(Text::Bidi)}
-BuildRequires: perl(Text::Kakasi)
+# This is for tv_grab_jp which is currently disabled in source
+#BuildRequires: perl(Text::Kakasi)
BuildRequires: perl(XML::LibXML)
BuildRequires: perl(XML::DOM)
BuildRequires: perl(XML::LibXSLT)
@@ -45,22 +49,24 @@
BuildRequires: perl(File::Temp)
BuildRequires: perl(Tk::TableMatrix)
BuildRequires: perl(CGI)
-BuildRequires: perl(HTML::TokeParser), perl(Date::Parse), perl(Time::Local)
+BuildRequires: perl(HTML::TokeParser)
BuildRequires: perl(HTML::TableExtract) >= 1.08
BuildRequires: perl(HTML::Parser) >= 3.34
+BuildRequires: perl(Time::Local)
+BuildRequires: perl(Date::Parse)
BuildRequires: perl(Log::TraceMessages)
BuildRequires: perl(Time::HiRes)
BuildRequires: perl(IO::Select)
BuildRequires: perl(JSON)
-#BuildRequires: perl(Linux::DVB) #Not here yet
+# Needed for tv_grab_it_dvb but is not available.
+#BuildRequires: perl(Linux::DVB)
BuildRequires: perl(Text::Iconv)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Parse::RecDescent)
BuildRequires: perl(HTML::Entities)
BuildRequires: perl(DateTime)
-BuildRequires: perl(HTML::Entities)
BuildRequires: perl(DateTime::Format::Strptime)
-
+BuildRequires: perl(DateTime::Format::ISO8601)
Requires: xmltv-grabbers >= %{version}-%{release}
@@ -122,6 +128,9 @@
%setup -q
%patch0 -p1 -b .noask
+# Fix line endings
+sed -i 's/\r//' grab/ch_search/tv_grab_ch_search.in
+
# Fix encoding
cp -pr ChangeLog ChangeLog.not-utf8
iconv -f ISO_8859-1 -t UTF8 ChangeLog.not-utf8 > ChangeLog
@@ -150,7 +159,6 @@
%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 {} ';'
@@ -162,12 +170,7 @@
make test
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
%files
-%defattr(-,root,root,-)
%doc ChangeLog README
%doc doc/*
%{_bindir}/tv_cat
@@ -184,6 +187,7 @@
%{_bindir}/tv_find_grabbers
%{_bindir}/tv_validate_file
%{_bindir}/tv_validate_grabber
+%{_bindir}/tv_augment_tz
%{_mandir}/man1/tv_cat.1*
%{_mandir}/man1/tv_extractinfo_en.1*
%{_mandir}/man1/tv_extractinfo_ar.1*
@@ -198,28 +202,25 @@
%{_mandir}/man1/tv_find_grabbers.1*
%{_mandir}/man1/tv_validate_file.1*
%{_mandir}/man1/tv_validate_grabber.1*
+%{_mandir}/man1/tv_augment_tz.1*
%files -n perl-XMLTV
-%defattr(-,root,root,-)
%{perl_vendorlib}/XMLTV.pm
%{perl_vendorlib}/XMLTV
%{_mandir}/man3/*.3*
%files grabbers
-%defattr(-,root,root,-)
%{_bindir}/tv_grab_*
%{_mandir}/man1/tv_grab_*.1*
%files gui
-%defattr(-,root,root,-)
%{_bindir}/tv_check
%{_mandir}/man1/tv_check.1*
-
%changelog
-* Wed Jan 25 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.5.61-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+* Tue Jul 24 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.5.63-1
+- Update to 0.5.63
* Mon Aug 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.5.61-1
- Update 0.5.61
--- xmltv-0.5.35-noask.patch DELETED ---
12 years, 3 months
rpms/gnome-shell-extension-weather/F-17 gnome-shell-extension-weather.spec, 1.4, 1.5
by Mattia Meneguzzo
Author: odysseus
Update of /cvs/free/rpms/gnome-shell-extension-weather/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27776
Modified Files:
gnome-shell-extension-weather.spec
Log Message:
* Sun Aug 19 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.5.gitb9358f2
- Correct spec file
Index: gnome-shell-extension-weather.spec
===================================================================
RCS file: /cvs/free/rpms/gnome-shell-extension-weather/F-17/gnome-shell-extension-weather.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnome-shell-extension-weather.spec 18 Aug 2012 06:43:17 -0000 1.4
+++ gnome-shell-extension-weather.spec 19 Aug 2012 13:15:19 -0000 1.5
@@ -5,7 +5,7 @@
Name: gnome-shell-extension-weather
Version: 0
-Release: 0.4.%{checkout}%{?dist}
+Release: 0.5.%{checkout}%{?dist}
Summary: An extension for displaying weather notifications in GNOME Shell
Group: User Interface/Desktops
@@ -27,7 +27,8 @@
rm -rf debian
%build
-./autogen.sh --prefix=/usr
+NOCONFIGURE=1 ./autogen.sh
+%configure --prefix=%{_prefix}
make %{?_smp_mflags}
%install
@@ -50,6 +51,9 @@
%{_datadir}/gnome-shell/extensions/%{uuid}/
%changelog
+* Sun Aug 19 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.5.gitb9358f2
+- Correct spec file
+
* Sat Aug 18 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.4.gitb9358f2
- Update to latest upstream version
12 years, 3 months
rpms/gnome-shell-extension-weather/F-16 gnome-shell-extension-weather.spec, 1.4, 1.5
by Mattia Meneguzzo
Author: odysseus
Update of /cvs/free/rpms/gnome-shell-extension-weather/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27503
Modified Files:
gnome-shell-extension-weather.spec
Log Message:
* Sun Aug 19 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.5.gitb9358f2
- Correct spec file
Index: gnome-shell-extension-weather.spec
===================================================================
RCS file: /cvs/free/rpms/gnome-shell-extension-weather/F-16/gnome-shell-extension-weather.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnome-shell-extension-weather.spec 18 Aug 2012 06:41:13 -0000 1.4
+++ gnome-shell-extension-weather.spec 19 Aug 2012 13:13:09 -0000 1.5
@@ -5,7 +5,7 @@
Name: gnome-shell-extension-weather
Version: 0
-Release: 0.4.%{checkout}%{?dist}
+Release: 0.5.%{checkout}%{?dist}
Summary: An extension for displaying weather notifications in GNOME Shell
Group: User Interface/Desktops
@@ -27,7 +27,8 @@
rm -rf debian
%build
-./autogen.sh --prefix=/usr
+NOCONFIGURE=1 ./autogen.sh
+%configure --prefix=%{_prefix}
make %{?_smp_mflags}
%install
@@ -50,6 +51,9 @@
%{_datadir}/gnome-shell/extensions/%{uuid}/
%changelog
+* Sun Aug 19 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.5.gitb9358f2
+- Correct spec file
+
* Sat Aug 18 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.4.gitb9358f2
- Update to latest upstream version
12 years, 3 months
rpms/gnome-shell-extension-weather/devel gnome-shell-extension-weather.spec, 1.4, 1.5
by Mattia Meneguzzo
Author: odysseus
Update of /cvs/free/rpms/gnome-shell-extension-weather/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27278
Modified Files:
gnome-shell-extension-weather.spec
Log Message:
* Sun Aug 19 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.5.gitb9358f2
- Correct spec file
Index: gnome-shell-extension-weather.spec
===================================================================
RCS file: /cvs/free/rpms/gnome-shell-extension-weather/devel/gnome-shell-extension-weather.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnome-shell-extension-weather.spec 18 Aug 2012 06:38:23 -0000 1.4
+++ gnome-shell-extension-weather.spec 19 Aug 2012 13:11:23 -0000 1.5
@@ -5,7 +5,7 @@
Name: gnome-shell-extension-weather
Version: 0
-Release: 0.4.%{checkout}%{?dist}
+Release: 0.5.%{checkout}%{?dist}
Summary: An extension for displaying weather notifications in GNOME Shell
Group: User Interface/Desktops
@@ -27,7 +27,8 @@
rm -rf debian
%build
-./autogen.sh --prefix=/usr
+NOCONFIGURE=1 ./autogen.sh
+%configure --prefix=%{_prefix}
make %{?_smp_mflags}
%install
@@ -50,6 +51,9 @@
%{_datadir}/gnome-shell/extensions/%{uuid}/
%changelog
+* Sun Aug 19 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.5.gitb9358f2
+- Correct spec file
+
* Sat Aug 18 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.4.gitb9358f2
- Update to latest upstream version
12 years, 3 months
rpms/mari0/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/mari0/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsy25657/rpms/mari0/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module mari0
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: mari0
# $Id: Makefile,v 1.1 2012/08/18 08:17:14 kwizart Exp $
NAME := mari0
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
12 years, 3 months
rpms/mari0 Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/mari0
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsy25657/rpms/mari0
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module mari0
--- NEW FILE Makefile ---
# Top level Makefile for module mari0
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
12 years, 3 months