rpms/neverball/devel neverball.desktop, 1.3, 1.4 neverball.spec, 1.14, 1.15 neverputt.desktop, 1.2, 1.3
by fedora-extras-commits@redhat.com
Author: wart
Update of /cvs/extras/rpms/neverball/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24439
Modified Files:
neverball.desktop neverball.spec neverputt.desktop
Log Message:
Add wrapper for detecting DRI when launching game (BZ #304811)
Index: neverball.desktop
===================================================================
RCS file: /cvs/extras/rpms/neverball/devel/neverball.desktop,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- neverball.desktop 9 Mar 2007 21:37:25 -0000 1.3
+++ neverball.desktop 30 Sep 2007 20:08:15 -0000 1.4
@@ -2,7 +2,7 @@
Encoding=UTF-8
Name=Neverball
Comment=Ball guiding game.
-Exec=neverball
+Exec=neverball-wrapper
Terminal=false
Icon=neverball.png
Type=Application
Index: neverball.spec
===================================================================
RCS file: /cvs/extras/rpms/neverball/devel/neverball.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- neverball.spec 20 Aug 2007 19:57:37 -0000 1.14
+++ neverball.spec 30 Sep 2007 20:08:15 -0000 1.15
@@ -1,6 +1,6 @@
Name: neverball
Version: 1.4.0
-Release: 9%{?dist}
+Release: 10%{?dist}
Summary: Roll a ball through an obstacle course
@@ -15,6 +15,7 @@
BuildRequires: SDL_image-devel, SDL_ttf-devel, SDL_mixer-devel
BuildRequires: freetype-devel, desktop-file-utils, zlib-devel
BuildRequires: libGL-devel
+Requires: opengl-games-utils
%description
Tilt the floor to roll a ball through an obstacle course within the
@@ -41,6 +42,8 @@
install -p -D -m0644 icon/neverball.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps/neverball.png
install -p -D -m0644 icon/neverputt.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps/neverputt.png
cp -ap data/* $RPM_BUILD_ROOT/%{_datadir}/%{name}/
+ln -s opengl-game-wrapper.sh $RPM_BUILD_ROOT%{_bindir}/neverball-wrapper
+ln -s opengl-game-wrapper.sh $RPM_BUILD_ROOT%{_bindir}/neverputt-wrapper
desktop-file-install --vendor fedora \
--dir $RPM_BUILD_ROOT/%{_datadir}/applications \
@@ -62,6 +65,9 @@
%{_datadir}/applications/*
%changelog
+* Sat Sep 29 2007 Wart <wart(a)kobold.org> - 1.4.0-10
+- Add wrapper for detecting DRI when launching game (BZ #304811)
+
* Mon Aug 20 2007 Wart <wart(a)kobold.org> - 1.4.0-9
- License tag clarification
Index: neverputt.desktop
===================================================================
RCS file: /cvs/extras/rpms/neverball/devel/neverputt.desktop,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- neverputt.desktop 9 Mar 2007 21:37:25 -0000 1.2
+++ neverputt.desktop 30 Sep 2007 20:08:15 -0000 1.3
@@ -2,7 +2,7 @@
Encoding=UTF-8
Name=Neverputt
Comment=Minigolf like game
-Exec=neverputt
+Exec=neverputt-wrapper
Terminal=false
Icon=neverputt.png
Type=Application
12 years, 2 months
rpms/qwt-doc/EL-5 qwt-doc.spec, NONE, 1.1 qwt-path.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by fedora-extras-commits@redhat.com
Author: frankb
Update of /cvs/extras/rpms/qwt-doc/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16558/EL-5
Modified Files:
.cvsignore sources
Added Files:
qwt-doc.spec qwt-path.patch
Log Message:
initial import
--- NEW FILE qwt-doc.spec ---
Name: qwt-doc
Summary: Documentation of qwt
Version: 5.0.2
Release: 4%{?dist}
URL: http://qwt.sourceforge.net
License: LGPLv2 with exceptions
Group: Documentation
Source0: http://downloads.sourceforge.net/qwt/qwt-%{version}.tar.bz2
Source1: http://downloads.sourceforge.net/qwt/qwt-%{version}.pdf
Patch0: qwt-path.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: qt4-devel
Buildarch: noarch
Requires: qwt = %{version}
%if 0%{?rhel} > 4
%define epel5mode 1
%else
%define epel5mode 0
%endif
%description
The documentation of the lib.
%prep
%setup -q -n qwt-%{version}
%patch0 -p1
sed -i "s\DOCKPATH\ $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}\1" qwtconfig.pri
%build
#fix the file coding
iconv -f ISO-8859-1 -t utf-8 doc/man/man3/QwtPicker.3 -o doc/man/man3/QwtPicker.3.tmp
iconv -f ISO-8859-1 -t utf-8 doc/html/index.html -o doc/html/index.html.tmp
iconv -f ISO-8859-1 -t utf-8 doc/html/class_qwt_picker.html -o doc/html/class_qwt_picker.html.tmp
iconv -f ISO-8859-1 -t utf-8 doc/html/qwt__symbol_8cpp-source.html -o doc/html/qwt__symbol_8cpp-source.html.tmp
mv doc/man/man3/QwtPicker.3.tmp doc/man/man3/QwtPicker.3
mv doc/html/index.html.tmp doc/html/index.html
mv doc/html/class_qwt_picker.html.tmp doc/html/class_qwt_picker.html
mv doc/html/qwt__symbol_8cpp-source.html.tmp doc/html/qwt__symbol_8cpp-source.html
#replace encoding string at the html files
find doc/html/ -name "*.html" | xargs sed -i "s/iso-8859-1/utf-8/g"
cd src
%if %{epel5mode}
%{_libdir}/qt4/bin/qmake
%else
qmake-qt4
%endif
sed -i "s\install_doc: first FORCE\install_doc: FORCE\1" Makefile
%install
rm -rf $RPM_BUILD_ROOT
make -f src/Makefile install_doc COPY="cp -a"
cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}/
#fix the path of the man pages
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3
mv $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}/man/man3/* $RPM_BUILD_ROOT%{_mandir}/man3/
rm -rf $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}/man
%clean
rm -rf $RPM_BUILD_ROOT
%files
%{_docdir}/qwt-%{version}/*
%{_mandir}/man3/*
%changelog
* Sun Sep 30 2007 Frank Büttner <frank-buettner(a)gmx.net - 5.0.2-4
- modify the file encoding
* Sat Sep 29 2007 Frank Büttner <frank-buettner(a)gmx.net - 5.0.2-3
- add EPEL support
* Sat Sep 29 2007 Frank Büttner <frank-buettner(a)gmx.net - 5.0.2-2
- fix spec file
* Mon Jun 11 2007 Frank Büttner <frank-buettner(a)gmx.net - 5.0.2-1
- split the doc files.
qwt-path.patch:
--- NEW FILE qwt-path.patch ---
diff -Nur qwt-5.0.1.org/designer/designer.pro qwt-5.0.1/designer/designer.pro
--- qwt-5.0.1.org/designer/designer.pro 2007-05-15 15:23:47.000000000 +0200
+++ qwt-5.0.1/designer/designer.pro 2007-05-15 17:29:13.000000000 +0200
@@ -92,7 +92,7 @@
RESOURCES += \
qwt_designer_plugin.qrc
- target.path = $$[QT_INSTALL_PLUGINS]/designer
+ target.path = QTDESIGNERPATH
INSTALLS += target
}
diff -Nur qwt-5.0.1.org/qwtconfig.pri qwt-5.0.1/qwtconfig.pri
--- qwt-5.0.1.org/qwtconfig.pri 2007-05-15 12:07:33.000000000 +0200
+++ qwt-5.0.1/qwtconfig.pri 2007-05-15 15:52:39.000000000 +0200
@@ -1,18 +1,6 @@
-######################################################################
-# Install paths
-######################################################################
-
-unix {
- INSTALLBASE = /usr/local/qwt-5.0.2
-}
-
-win32 {
- INSTALLBASE = C:/Qwt-5.0.2
-}
-
-target.path = $$INSTALLBASE/lib
-headers.path = $$INSTALLBASE/include
-doc.path = $$INSTALLBASE/doc
+target.path = LIBPATH
+headers.path = HEADERPATH
+doc.path = DOCKPATH
######################################################################
# qmake internal options
@@ -58,7 +46,7 @@
# QwtSVGItem.
######################################################################
-#CONFIG += QwtSVGItem
+CONFIG += QwtSVGItem
######################################################################
# If you have a commercial license you can use the MathML renderer
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/qwt-doc/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 30 Sep 2007 18:45:05 -0000 1.1
+++ .cvsignore 30 Sep 2007 19:12:54 -0000 1.2
@@ -0,0 +1,2 @@
+qwt-5.0.2.pdf
+qwt-5.0.2.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/qwt-doc/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 30 Sep 2007 18:45:05 -0000 1.1
+++ sources 30 Sep 2007 19:12:54 -0000 1.2
@@ -0,0 +1,2 @@
+9eacccf772eb66892450a9d7ad98381d qwt-5.0.2.pdf
+53adbb313c478dd4aae4f1c864a2037e qwt-5.0.2.tar.bz2
12 years, 2 months
rpms/qwt-doc import.log,1.4,1.5
by fedora-extras-commits@redhat.com
Author: frankb
Update of /cvs/extras/rpms/qwt-doc
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16558
Modified Files:
import.log
Log Message:
initial import
Index: import.log
===================================================================
RCS file: /cvs/extras/rpms/qwt-doc/import.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- import.log 30 Sep 2007 19:10:31 -0000 1.4
+++ import.log 30 Sep 2007 19:12:52 -0000 1.5
@@ -1,3 +1,4 @@
qwt-doc-5_0_2-4FC5:HEAD:qwt-doc-5.0.2-4FC5.src.rpm:1191179149
qwt-doc-5_0_2-4FC5:FC-6:qwt-doc-5.0.2-4FC5.src.rpm:1191179281
qwt-doc-5_0_2-4FC5:F-7:qwt-doc-5.0.2-4FC5.src.rpm:1191179404
+qwt-doc-5_0_2-4FC5:EL-5:qwt-doc-5.0.2-4FC5.src.rpm:1191179538
12 years, 2 months
rpms/qwt-doc/F-7 qwt-doc.spec, NONE, 1.1 qwt-path.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by fedora-extras-commits@redhat.com
Author: frankb
Update of /cvs/extras/rpms/qwt-doc/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16290/F-7
Modified Files:
.cvsignore sources
Added Files:
qwt-doc.spec qwt-path.patch
Log Message:
initial import
--- NEW FILE qwt-doc.spec ---
Name: qwt-doc
Summary: Documentation of qwt
Version: 5.0.2
Release: 4%{?dist}
URL: http://qwt.sourceforge.net
License: LGPLv2 with exceptions
Group: Documentation
Source0: http://downloads.sourceforge.net/qwt/qwt-%{version}.tar.bz2
Source1: http://downloads.sourceforge.net/qwt/qwt-%{version}.pdf
Patch0: qwt-path.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: qt4-devel
Buildarch: noarch
Requires: qwt = %{version}
%if 0%{?rhel} > 4
%define epel5mode 1
%else
%define epel5mode 0
%endif
%description
The documentation of the lib.
%prep
%setup -q -n qwt-%{version}
%patch0 -p1
sed -i "s\DOCKPATH\ $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}\1" qwtconfig.pri
%build
#fix the file coding
iconv -f ISO-8859-1 -t utf-8 doc/man/man3/QwtPicker.3 -o doc/man/man3/QwtPicker.3.tmp
iconv -f ISO-8859-1 -t utf-8 doc/html/index.html -o doc/html/index.html.tmp
iconv -f ISO-8859-1 -t utf-8 doc/html/class_qwt_picker.html -o doc/html/class_qwt_picker.html.tmp
iconv -f ISO-8859-1 -t utf-8 doc/html/qwt__symbol_8cpp-source.html -o doc/html/qwt__symbol_8cpp-source.html.tmp
mv doc/man/man3/QwtPicker.3.tmp doc/man/man3/QwtPicker.3
mv doc/html/index.html.tmp doc/html/index.html
mv doc/html/class_qwt_picker.html.tmp doc/html/class_qwt_picker.html
mv doc/html/qwt__symbol_8cpp-source.html.tmp doc/html/qwt__symbol_8cpp-source.html
#replace encoding string at the html files
find doc/html/ -name "*.html" | xargs sed -i "s/iso-8859-1/utf-8/g"
cd src
%if %{epel5mode}
%{_libdir}/qt4/bin/qmake
%else
qmake-qt4
%endif
sed -i "s\install_doc: first FORCE\install_doc: FORCE\1" Makefile
%install
rm -rf $RPM_BUILD_ROOT
make -f src/Makefile install_doc COPY="cp -a"
cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}/
#fix the path of the man pages
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3
mv $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}/man/man3/* $RPM_BUILD_ROOT%{_mandir}/man3/
rm -rf $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}/man
%clean
rm -rf $RPM_BUILD_ROOT
%files
%{_docdir}/qwt-%{version}/*
%{_mandir}/man3/*
%changelog
* Sun Sep 30 2007 Frank Büttner <frank-buettner(a)gmx.net - 5.0.2-4
- modify the file encoding
* Sat Sep 29 2007 Frank Büttner <frank-buettner(a)gmx.net - 5.0.2-3
- add EPEL support
* Sat Sep 29 2007 Frank Büttner <frank-buettner(a)gmx.net - 5.0.2-2
- fix spec file
* Mon Jun 11 2007 Frank Büttner <frank-buettner(a)gmx.net - 5.0.2-1
- split the doc files.
qwt-path.patch:
--- NEW FILE qwt-path.patch ---
diff -Nur qwt-5.0.1.org/designer/designer.pro qwt-5.0.1/designer/designer.pro
--- qwt-5.0.1.org/designer/designer.pro 2007-05-15 15:23:47.000000000 +0200
+++ qwt-5.0.1/designer/designer.pro 2007-05-15 17:29:13.000000000 +0200
@@ -92,7 +92,7 @@
RESOURCES += \
qwt_designer_plugin.qrc
- target.path = $$[QT_INSTALL_PLUGINS]/designer
+ target.path = QTDESIGNERPATH
INSTALLS += target
}
diff -Nur qwt-5.0.1.org/qwtconfig.pri qwt-5.0.1/qwtconfig.pri
--- qwt-5.0.1.org/qwtconfig.pri 2007-05-15 12:07:33.000000000 +0200
+++ qwt-5.0.1/qwtconfig.pri 2007-05-15 15:52:39.000000000 +0200
@@ -1,18 +1,6 @@
-######################################################################
-# Install paths
-######################################################################
-
-unix {
- INSTALLBASE = /usr/local/qwt-5.0.2
-}
-
-win32 {
- INSTALLBASE = C:/Qwt-5.0.2
-}
-
-target.path = $$INSTALLBASE/lib
-headers.path = $$INSTALLBASE/include
-doc.path = $$INSTALLBASE/doc
+target.path = LIBPATH
+headers.path = HEADERPATH
+doc.path = DOCKPATH
######################################################################
# qmake internal options
@@ -58,7 +46,7 @@
# QwtSVGItem.
######################################################################
-#CONFIG += QwtSVGItem
+CONFIG += QwtSVGItem
######################################################################
# If you have a commercial license you can use the MathML renderer
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/qwt-doc/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 30 Sep 2007 18:45:05 -0000 1.1
+++ .cvsignore 30 Sep 2007 19:10:34 -0000 1.2
@@ -0,0 +1,2 @@
+qwt-5.0.2.pdf
+qwt-5.0.2.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/qwt-doc/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 30 Sep 2007 18:45:05 -0000 1.1
+++ sources 30 Sep 2007 19:10:34 -0000 1.2
@@ -0,0 +1,2 @@
+9eacccf772eb66892450a9d7ad98381d qwt-5.0.2.pdf
+53adbb313c478dd4aae4f1c864a2037e qwt-5.0.2.tar.bz2
12 years, 2 months
rpms/qwt-doc import.log,1.3,1.4
by fedora-extras-commits@redhat.com
Author: frankb
Update of /cvs/extras/rpms/qwt-doc
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16290
Modified Files:
import.log
Log Message:
initial import
Index: import.log
===================================================================
RCS file: /cvs/extras/rpms/qwt-doc/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- import.log 30 Sep 2007 19:08:31 -0000 1.3
+++ import.log 30 Sep 2007 19:10:31 -0000 1.4
@@ -1,2 +1,3 @@
qwt-doc-5_0_2-4FC5:HEAD:qwt-doc-5.0.2-4FC5.src.rpm:1191179149
qwt-doc-5_0_2-4FC5:FC-6:qwt-doc-5.0.2-4FC5.src.rpm:1191179281
+qwt-doc-5_0_2-4FC5:F-7:qwt-doc-5.0.2-4FC5.src.rpm:1191179404
12 years, 2 months
rpms/qwt-doc/FC-6 qwt-doc.spec, NONE, 1.1 qwt-path.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by fedora-extras-commits@redhat.com
Author: frankb
Update of /cvs/extras/rpms/qwt-doc/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16099/FC-6
Modified Files:
.cvsignore sources
Added Files:
qwt-doc.spec qwt-path.patch
Log Message:
initial import
--- NEW FILE qwt-doc.spec ---
Name: qwt-doc
Summary: Documentation of qwt
Version: 5.0.2
Release: 4%{?dist}
URL: http://qwt.sourceforge.net
License: LGPLv2 with exceptions
Group: Documentation
Source0: http://downloads.sourceforge.net/qwt/qwt-%{version}.tar.bz2
Source1: http://downloads.sourceforge.net/qwt/qwt-%{version}.pdf
Patch0: qwt-path.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: qt4-devel
Buildarch: noarch
Requires: qwt = %{version}
%if 0%{?rhel} > 4
%define epel5mode 1
%else
%define epel5mode 0
%endif
%description
The documentation of the lib.
%prep
%setup -q -n qwt-%{version}
%patch0 -p1
sed -i "s\DOCKPATH\ $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}\1" qwtconfig.pri
%build
#fix the file coding
iconv -f ISO-8859-1 -t utf-8 doc/man/man3/QwtPicker.3 -o doc/man/man3/QwtPicker.3.tmp
iconv -f ISO-8859-1 -t utf-8 doc/html/index.html -o doc/html/index.html.tmp
iconv -f ISO-8859-1 -t utf-8 doc/html/class_qwt_picker.html -o doc/html/class_qwt_picker.html.tmp
iconv -f ISO-8859-1 -t utf-8 doc/html/qwt__symbol_8cpp-source.html -o doc/html/qwt__symbol_8cpp-source.html.tmp
mv doc/man/man3/QwtPicker.3.tmp doc/man/man3/QwtPicker.3
mv doc/html/index.html.tmp doc/html/index.html
mv doc/html/class_qwt_picker.html.tmp doc/html/class_qwt_picker.html
mv doc/html/qwt__symbol_8cpp-source.html.tmp doc/html/qwt__symbol_8cpp-source.html
#replace encoding string at the html files
find doc/html/ -name "*.html" | xargs sed -i "s/iso-8859-1/utf-8/g"
cd src
%if %{epel5mode}
%{_libdir}/qt4/bin/qmake
%else
qmake-qt4
%endif
sed -i "s\install_doc: first FORCE\install_doc: FORCE\1" Makefile
%install
rm -rf $RPM_BUILD_ROOT
make -f src/Makefile install_doc COPY="cp -a"
cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}/
#fix the path of the man pages
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3
mv $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}/man/man3/* $RPM_BUILD_ROOT%{_mandir}/man3/
rm -rf $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}/man
%clean
rm -rf $RPM_BUILD_ROOT
%files
%{_docdir}/qwt-%{version}/*
%{_mandir}/man3/*
%changelog
* Sun Sep 30 2007 Frank Büttner <frank-buettner(a)gmx.net - 5.0.2-4
- modify the file encoding
* Sat Sep 29 2007 Frank Büttner <frank-buettner(a)gmx.net - 5.0.2-3
- add EPEL support
* Sat Sep 29 2007 Frank Büttner <frank-buettner(a)gmx.net - 5.0.2-2
- fix spec file
* Mon Jun 11 2007 Frank Büttner <frank-buettner(a)gmx.net - 5.0.2-1
- split the doc files.
qwt-path.patch:
--- NEW FILE qwt-path.patch ---
diff -Nur qwt-5.0.1.org/designer/designer.pro qwt-5.0.1/designer/designer.pro
--- qwt-5.0.1.org/designer/designer.pro 2007-05-15 15:23:47.000000000 +0200
+++ qwt-5.0.1/designer/designer.pro 2007-05-15 17:29:13.000000000 +0200
@@ -92,7 +92,7 @@
RESOURCES += \
qwt_designer_plugin.qrc
- target.path = $$[QT_INSTALL_PLUGINS]/designer
+ target.path = QTDESIGNERPATH
INSTALLS += target
}
diff -Nur qwt-5.0.1.org/qwtconfig.pri qwt-5.0.1/qwtconfig.pri
--- qwt-5.0.1.org/qwtconfig.pri 2007-05-15 12:07:33.000000000 +0200
+++ qwt-5.0.1/qwtconfig.pri 2007-05-15 15:52:39.000000000 +0200
@@ -1,18 +1,6 @@
-######################################################################
-# Install paths
-######################################################################
-
-unix {
- INSTALLBASE = /usr/local/qwt-5.0.2
-}
-
-win32 {
- INSTALLBASE = C:/Qwt-5.0.2
-}
-
-target.path = $$INSTALLBASE/lib
-headers.path = $$INSTALLBASE/include
-doc.path = $$INSTALLBASE/doc
+target.path = LIBPATH
+headers.path = HEADERPATH
+doc.path = DOCKPATH
######################################################################
# qmake internal options
@@ -58,7 +46,7 @@
# QwtSVGItem.
######################################################################
-#CONFIG += QwtSVGItem
+CONFIG += QwtSVGItem
######################################################################
# If you have a commercial license you can use the MathML renderer
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/qwt-doc/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 30 Sep 2007 18:45:05 -0000 1.1
+++ .cvsignore 30 Sep 2007 19:08:34 -0000 1.2
@@ -0,0 +1,2 @@
+qwt-5.0.2.pdf
+qwt-5.0.2.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/qwt-doc/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 30 Sep 2007 18:45:05 -0000 1.1
+++ sources 30 Sep 2007 19:08:34 -0000 1.2
@@ -0,0 +1,2 @@
+9eacccf772eb66892450a9d7ad98381d qwt-5.0.2.pdf
+53adbb313c478dd4aae4f1c864a2037e qwt-5.0.2.tar.bz2
12 years, 2 months
rpms/qwt-doc import.log,1.2,1.3
by fedora-extras-commits@redhat.com
Author: frankb
Update of /cvs/extras/rpms/qwt-doc
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16099
Modified Files:
import.log
Log Message:
initial import
Index: import.log
===================================================================
RCS file: /cvs/extras/rpms/qwt-doc/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- import.log 30 Sep 2007 19:06:30 -0000 1.2
+++ import.log 30 Sep 2007 19:08:31 -0000 1.3
@@ -1 +1,2 @@
qwt-doc-5_0_2-4FC5:HEAD:qwt-doc-5.0.2-4FC5.src.rpm:1191179149
+qwt-doc-5_0_2-4FC5:FC-6:qwt-doc-5.0.2-4FC5.src.rpm:1191179281
12 years, 2 months
rpms/qwt-doc/devel qwt-doc.spec, NONE, 1.1 qwt-path.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by fedora-extras-commits@redhat.com
Author: frankb
Update of /cvs/extras/rpms/qwt-doc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15876/devel
Modified Files:
.cvsignore sources
Added Files:
qwt-doc.spec qwt-path.patch
Log Message:
initial import
--- NEW FILE qwt-doc.spec ---
Name: qwt-doc
Summary: Documentation of qwt
Version: 5.0.2
Release: 4%{?dist}
URL: http://qwt.sourceforge.net
License: LGPLv2 with exceptions
Group: Documentation
Source0: http://downloads.sourceforge.net/qwt/qwt-%{version}.tar.bz2
Source1: http://downloads.sourceforge.net/qwt/qwt-%{version}.pdf
Patch0: qwt-path.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: qt4-devel
Buildarch: noarch
Requires: qwt = %{version}
%if 0%{?rhel} > 4
%define epel5mode 1
%else
%define epel5mode 0
%endif
%description
The documentation of the lib.
%prep
%setup -q -n qwt-%{version}
%patch0 -p1
sed -i "s\DOCKPATH\ $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}\1" qwtconfig.pri
%build
#fix the file coding
iconv -f ISO-8859-1 -t utf-8 doc/man/man3/QwtPicker.3 -o doc/man/man3/QwtPicker.3.tmp
iconv -f ISO-8859-1 -t utf-8 doc/html/index.html -o doc/html/index.html.tmp
iconv -f ISO-8859-1 -t utf-8 doc/html/class_qwt_picker.html -o doc/html/class_qwt_picker.html.tmp
iconv -f ISO-8859-1 -t utf-8 doc/html/qwt__symbol_8cpp-source.html -o doc/html/qwt__symbol_8cpp-source.html.tmp
mv doc/man/man3/QwtPicker.3.tmp doc/man/man3/QwtPicker.3
mv doc/html/index.html.tmp doc/html/index.html
mv doc/html/class_qwt_picker.html.tmp doc/html/class_qwt_picker.html
mv doc/html/qwt__symbol_8cpp-source.html.tmp doc/html/qwt__symbol_8cpp-source.html
#replace encoding string at the html files
find doc/html/ -name "*.html" | xargs sed -i "s/iso-8859-1/utf-8/g"
cd src
%if %{epel5mode}
%{_libdir}/qt4/bin/qmake
%else
qmake-qt4
%endif
sed -i "s\install_doc: first FORCE\install_doc: FORCE\1" Makefile
%install
rm -rf $RPM_BUILD_ROOT
make -f src/Makefile install_doc COPY="cp -a"
cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}/
#fix the path of the man pages
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3
mv $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}/man/man3/* $RPM_BUILD_ROOT%{_mandir}/man3/
rm -rf $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}/man
%clean
rm -rf $RPM_BUILD_ROOT
%files
%{_docdir}/qwt-%{version}/*
%{_mandir}/man3/*
%changelog
* Sun Sep 30 2007 Frank Büttner <frank-buettner(a)gmx.net - 5.0.2-4
- modify the file encoding
* Sat Sep 29 2007 Frank Büttner <frank-buettner(a)gmx.net - 5.0.2-3
- add EPEL support
* Sat Sep 29 2007 Frank Büttner <frank-buettner(a)gmx.net - 5.0.2-2
- fix spec file
* Mon Jun 11 2007 Frank Büttner <frank-buettner(a)gmx.net - 5.0.2-1
- split the doc files.
qwt-path.patch:
--- NEW FILE qwt-path.patch ---
diff -Nur qwt-5.0.1.org/designer/designer.pro qwt-5.0.1/designer/designer.pro
--- qwt-5.0.1.org/designer/designer.pro 2007-05-15 15:23:47.000000000 +0200
+++ qwt-5.0.1/designer/designer.pro 2007-05-15 17:29:13.000000000 +0200
@@ -92,7 +92,7 @@
RESOURCES += \
qwt_designer_plugin.qrc
- target.path = $$[QT_INSTALL_PLUGINS]/designer
+ target.path = QTDESIGNERPATH
INSTALLS += target
}
diff -Nur qwt-5.0.1.org/qwtconfig.pri qwt-5.0.1/qwtconfig.pri
--- qwt-5.0.1.org/qwtconfig.pri 2007-05-15 12:07:33.000000000 +0200
+++ qwt-5.0.1/qwtconfig.pri 2007-05-15 15:52:39.000000000 +0200
@@ -1,18 +1,6 @@
-######################################################################
-# Install paths
-######################################################################
-
-unix {
- INSTALLBASE = /usr/local/qwt-5.0.2
-}
-
-win32 {
- INSTALLBASE = C:/Qwt-5.0.2
-}
-
-target.path = $$INSTALLBASE/lib
-headers.path = $$INSTALLBASE/include
-doc.path = $$INSTALLBASE/doc
+target.path = LIBPATH
+headers.path = HEADERPATH
+doc.path = DOCKPATH
######################################################################
# qmake internal options
@@ -58,7 +46,7 @@
# QwtSVGItem.
######################################################################
-#CONFIG += QwtSVGItem
+CONFIG += QwtSVGItem
######################################################################
# If you have a commercial license you can use the MathML renderer
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/qwt-doc/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 30 Sep 2007 18:45:05 -0000 1.1
+++ .cvsignore 30 Sep 2007 19:06:32 -0000 1.2
@@ -0,0 +1,2 @@
+qwt-5.0.2.pdf
+qwt-5.0.2.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/qwt-doc/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 30 Sep 2007 18:45:05 -0000 1.1
+++ sources 30 Sep 2007 19:06:32 -0000 1.2
@@ -0,0 +1,2 @@
+9eacccf772eb66892450a9d7ad98381d qwt-5.0.2.pdf
+53adbb313c478dd4aae4f1c864a2037e qwt-5.0.2.tar.bz2
12 years, 2 months
rpms/qwt-doc import.log,1.1,1.2
by fedora-extras-commits@redhat.com
Author: frankb
Update of /cvs/extras/rpms/qwt-doc
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15876
Modified Files:
import.log
Log Message:
initial import
Index: import.log
===================================================================
RCS file: /cvs/extras/rpms/qwt-doc/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log 30 Sep 2007 18:45:03 -0000 1.1
+++ import.log 30 Sep 2007 19:06:30 -0000 1.2
@@ -0,0 +1 @@
+qwt-doc-5_0_2-4FC5:HEAD:qwt-doc-5.0.2-4FC5.src.rpm:1191179149
12 years, 2 months
rpms/pingus/devel .cvsignore, 1.3, 1.4 pingus.spec, 1.7, 1.8 sources, 1.3, 1.4
by fedora-extras-commits@redhat.com
Author: jwrdegoede
Update of /cvs/extras/rpms/pingus/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9260
Modified Files:
.cvsignore pingus.spec sources
Log Message:
* Sun Sep 30 2007 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.7.1-1
- New upstream release 0.7.1
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pingus/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 29 Aug 2007 20:40:24 -0000 1.3
+++ .cvsignore 30 Sep 2007 18:53:59 -0000 1.4
@@ -1 +1 @@
-pingus-0.7.0.tar.bz2
+pingus-0.7.1.tar.bz2
Index: pingus.spec
===================================================================
RCS file: /cvs/extras/rpms/pingus/devel/pingus.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pingus.spec 29 Aug 2007 21:00:22 -0000 1.7
+++ pingus.spec 30 Sep 2007 18:53:59 -0000 1.8
@@ -1,5 +1,5 @@
Name: pingus
-Version: 0.7.0
+Version: 0.7.1
Release: 1%{?dist}
Summary: Guide the penguins safely home before they drop of the cliff
Group: Amusements/Games
@@ -8,7 +8,6 @@
Source0: http://pingus.seul.org/files/%{name}-%{version}.tar.bz2
Source1: pingus.desktop
Source2: pingus.png
-Patch0: pingus-0.7.0-cflags.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL_mixer-devel SDL_image-devel boost-devel libpng-devel
BuildRequires: physfs-devel scons desktop-file-utils
@@ -25,12 +24,12 @@
%prep
%setup -q
-%patch0 -p1
+iconv -f ISO8859-2 -t UTF8 AUTHORS > AUTHORS.tmp
+mv AUTHORS.tmp AUTHORS
%build
-export CCFLAGS="$RPM_OPT_FLAGS"
-scons
+scons CCFLAGS="$RPM_OPT_FLAGS"
%install
@@ -77,6 +76,9 @@
%changelog
+* Sun Sep 30 2007 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.7.1-1
+- New upstream release 0.7.1
+
* Wed Aug 22 2007 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.7.0-1
- New upstream release 0.7.0 final
- This changes pingus from a ClanLib app into an SDL app
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pingus/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 29 Aug 2007 20:40:24 -0000 1.3
+++ sources 30 Sep 2007 18:53:59 -0000 1.4
@@ -1 +1 @@
-d967a3c233aa094236eb2ce6a3e20dd8 pingus-0.7.0.tar.bz2
+b4fcf66d0dc5e1d6148447988f87d3b1 pingus-0.7.1.tar.bz2
12 years, 2 months