rpms/vdr-sudoku/devel .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 vdr-sudoku.spec, 1.13, 1.14

Ville Skyttä scop at fedoraproject.org
Sun Nov 23 18:53:51 UTC 2008


Author: scop

Update of /cvs/pkgs/rpms/vdr-sudoku/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12864

Modified Files:
	.cvsignore sources vdr-sudoku.spec 
Log Message:
* Sun Nov 23 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.3.3-1
- 0.3.3.
- Include sudoku_generator in package.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/vdr-sudoku/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	28 Sep 2008 06:29:53 -0000	1.8
+++ .cvsignore	23 Nov 2008 18:53:21 -0000	1.9
@@ -1 +1 @@
-vdr-sudoku-0.3.2.tgz
+vdr-sudoku-0.3.3.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vdr-sudoku/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	28 Sep 2008 06:29:53 -0000	1.8
+++ sources	23 Nov 2008 18:53:21 -0000	1.9
@@ -1 +1 @@
-5e64609d3e4951dccc2327ee95313b63  vdr-sudoku-0.3.2.tgz
+d42477ccb3ceaabdc3f0499979b900da  vdr-sudoku-0.3.3.tgz


Index: vdr-sudoku.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vdr-sudoku/devel/vdr-sudoku.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- vdr-sudoku.spec	28 Sep 2008 06:29:53 -0000	1.13
+++ vdr-sudoku.spec	23 Nov 2008 18:53:21 -0000	1.14
@@ -5,7 +5,7 @@
 %define apiver    %(vdr-config --apiversion 2>/dev/null || echo ERROR)
 
 Name:           vdr-%{pname}
-Version:        0.3.2
+Version:        0.3.3
 Release:        1%{?dist}
 Summary:        Sudoku plugin for VDR
 
@@ -29,13 +29,16 @@
 %prep
 %setup -q -n sudoku-%{version}
 sed -e 's|@PLUGINVARDIR@|%{vardir}/%{pname}|g' %{PATCH0} | patch -p1
-for f in CONTRIBUTORS HISTORY README ; do
+for f in CONTRIBUTORS HISTORY README tools/sudoku_generator.1 ; do
     iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f
 done
 
 
 %build
 make %{?_smp_mflags} LIBDIR=. LOCALEDIR=./locale VDRDIR=%{_libdir}/vdr all
+# "make all" builds tools with unwanted CXXFLAGS
+make %{?_smp_mflags} -C tools CXXFLAGS="$RPM_OPT_FLAGS -Woverloaded-virtual" \
+   clean all
 
 
 %install
@@ -58,6 +61,8 @@
 install -dm 755 $RPM_BUILD_ROOT%{vardir}/%{pname}
 cat /dev/null >$RPM_BUILD_ROOT%{vardir}/%{pname}/sudoku-list
 
+make -C tools DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} install
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -71,9 +76,15 @@
 %doc CONTRIBUTORS COPYING HISTORY README
 %config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf
 %{plugindir}/libvdr-%{pname}.so.%{apiver}
+%{_bindir}/sudoku_generator
+%{_mandir}/man1/sudoku_generator.1*
 
 
 %changelog
+* Sun Nov 23 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.3.3-1
+- 0.3.3.
+- Include sudoku_generator in package.
+
 * Sun Sep 28 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.3.2-1
 - 0.3.2.
 




More information about the fedora-extras-commits mailing list