rpms/zvbi/devel .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 zvbi.spec, 1.7, 1.8

Ian Chapman (oddsocks) fedora-extras-commits at redhat.com
Wed Mar 5 23:11:47 UTC 2008


Author: oddsocks

Update of /cvs/extras/rpms/zvbi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1374

Modified Files:
	.cvsignore sources zvbi.spec 
Log Message:



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/zvbi/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	6 Jan 2008 22:23:59 -0000	1.5
+++ .cvsignore	5 Mar 2008 23:11:11 -0000	1.6
@@ -1 +1 @@
-zvbi-0.2.26.tar.bz2
+zvbi-0.2.30.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/zvbi/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	6 Jan 2008 22:23:59 -0000	1.5
+++ sources	5 Mar 2008 23:11:11 -0000	1.6
@@ -1 +1 @@
-82805319ca61f6ffd7b7bb64d7433448  zvbi-0.2.26.tar.bz2
+ab131c42115188e131def8f5364e4491  zvbi-0.2.30.tar.bz2


Index: zvbi.spec
===================================================================
RCS file: /cvs/extras/rpms/zvbi/devel/zvbi.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- zvbi.spec	19 Feb 2008 16:57:54 -0000	1.7
+++ zvbi.spec	5 Mar 2008 23:11:11 -0000	1.8
@@ -2,15 +2,16 @@
 %define             catalogue %{_sysconfdir}/X11/fontpath.d
 
 Name:               zvbi
-Version:            0.2.26
-Release:            3%{?dist}
+Version:            0.2.30
+Release:            1%{?dist}
 Summary:            Raw VBI, Teletext and Closed Caption decoding library
 Group:              System Environment/Libraries
-License:            GPLv2+
+# See NEWS for a full breakdown of licensing.
+License:            LGPLv2+ and GPLv2+ and BSD
 URL:                http://zapping.sourceforge.net/ZVBI/index.html
 Source0:            http://downloads.sourceforge.net/zapping/%{name}-%{version}.tar.bz2
-Patch0:             zvbi-0.2.24-tvfonts.patch
-Patch1:             zvbi-0.2.25-openfix.patch
+Patch0:             %{name}-0.2.24-tvfonts.patch
+Patch1:             %{name}-0.2.25-openfix.patch
 BuildRoot:          %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:      doxygen
 BuildRequires:      fontconfig
@@ -65,10 +66,7 @@
 %patch -p1 -b .orig
 %patch1 -p1
 
-#Fix character encodings (note ChangeLog's encoding is broken, hence sed)
-sed -i 's/\xC3\xB2/\xF2/g' ChangeLog
-sed -i 's/\xC2\x81//g' ChangeLog
-iconv -f iso8859-1 ChangeLog -t utf8 > ChangeLog.conv && /bin/mv -f ChangeLog.conv ChangeLog
+#Fix character encodings
 iconv -f iso8859-1 README -t utf8 > README.conv && /bin/mv -f README.conv README
 
 
@@ -103,11 +101,11 @@
 %find_lang %{name}
 
 #Install init script
-install -m0755 daemon/zvbid.init %{buildroot}%{_sysconfdir}/rc.d/init.d/zvbid
+install -pm0755 daemon/zvbid.init %{buildroot}%{_sysconfdir}/rc.d/init.d/zvbid
 
 #Install fonts
-install -m 0644 contrib/*.pcf.gz %{buildroot}%{fontdir}
-install -m 0644 contrib/fonts.* %{buildroot}%{fontdir}
+install -pm0644 contrib/*.pcf.gz %{buildroot}%{fontdir}
+install -pm0644 contrib/fonts.* %{buildroot}%{fontdir}
 
 #%%ghost the fonts.cache-1 and fonts.dir
 touch %{buildroot}%{fontdir}/fonts.cache-1
@@ -166,7 +164,7 @@
 %{_mandir}/man1/*
 %exclude %{_libdir}/*.a
 %exclude %{_libdir}/*.la
-%doc ABOUT-NLS AUTHORS BUGS ChangeLog COPYING NEWS README TODO
+%doc AUTHORS BUGS ChangeLog COPYING COPYING.LIB NEWS README TODO
 
 
 %files devel
@@ -187,6 +185,11 @@
 
 
 %changelog
+* Wed Mar 05 2008 Ian Chapman <packages[AT]amiga-hardware.com> 0.2.30-1
+- Update to 0.2.30
+- Updated license field due to license change GPLv2+ -> LGPLv2+
+- Dropped encoding fixes for ChangeLog. No longer needed.
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.2.26-3
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list