rpms/xorg-x11-drv-nvidia/F-11 filter-requires.sh,1.1,1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14763
Modified Files:
filter-requires.sh
Log Message:
Improves
Index: filter-requires.sh
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-11/filter-requires.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- filter-requires.sh 5 Oct 2008 11:47:05 -0000 1.1
+++ filter-requires.sh 10 Oct 2009 16:45:29 -0000 1.2
@@ -1,10 +1,10 @@
#!/bin/sh
-if [ -x /usr/lib/rpm/redhat/find-provides ]; then
+if [ -x /usr/lib/rpm/redhat/find-requires ]; then
FINDREQ=/usr/lib/rpm/redhat/find-requires
else
FINDREQ=/usr/lib/rpm/find-requires
fi
-$FINDREQ $* | sed -e '/libnvidia-tls.so/d' | sed -e '/libGLcore.so/d'
+$FINDREQ $* | sed -e '/libnvidia-tls.so/d' | sed -e '/libGLcore.so/d' | sed -e '/libGL.so/d'
15 years, 1 month
rpms/xorg-x11-drv-nvidia/F-11 filter-provides.sh, NONE, 1.1 xorg-x11-drv-nvidia.spec, 1.26, 1.27
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14688
Modified Files:
xorg-x11-drv-nvidia.spec
Added Files:
filter-provides.sh
Log Message:
- Exclude libvdpau as it is now a separate package.
- Avoid Requires/Provides of the libGL.so.1 . rfbz#859
--- NEW FILE filter-provides.sh ---
#!/bin/sh
if [ -x /usr/lib/rpm/redhat/find-provides ]; then
FINDPROV=/usr/lib/rpm/redhat/find-provides
else
FINDPROV=/usr/lib/rpm/find-provides
fi
$FINDPROV $* | sed -e '/libnvidia-tls.so/d' | sed -e '/libGLcore.so/d' | sed -e '/libGL.so/d'
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-11/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- xorg-x11-drv-nvidia.spec 29 Aug 2009 14:25:27 -0000 1.26
+++ xorg-x11-drv-nvidia.spec 10 Oct 2009 16:43:27 -0000 1.27
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia
Version: 185.18.36
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -23,8 +23,11 @@
Source11: nvidia-README.Fedora
# So we don't pull other nvidia variants
Source91: filter-requires.sh
+# So we don't mess with mesa provides.
+Source92: filter-provides.sh
%define _use_internal_dependency_generator 0
%define __find_requires %{SOURCE91}
+%define __find_provides %{SOURCE92}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%if 0%{?fedora} >= 11
@@ -48,6 +51,7 @@
Requires(post): ldconfig
Requires(preun): chkconfig
+
Provides: nvidia-kmod-common = %{version}
Conflicts: xorg-x11-drv-nvidia-beta
Conflicts: xorg-x11-drv-nvidia-legacy
@@ -211,9 +215,6 @@
# This is 180.xx adds - vdpau libs and headers
ln -s libvdpau_nvidia.so.%{version} $RPM_BUILD_ROOT%{nvidialibdir}/libvdpau_nvidia.so
-ln -s libvdpau.so.%{version} $RPM_BUILD_ROOT%{nvidialibdir}/libvdpau.so.1
-ln -s libvdpau.so.%{version} $RPM_BUILD_ROOT%{nvidialibdir}/libvdpau.so
-ln -s libvdpau_trace.so.%{version} $RPM_BUILD_ROOT%{nvidialibdir}/libvdpau_trace.so
# X configuration script
install -D -p -m 0755 %{SOURCE10} $RPM_BUILD_ROOT%{_sbindir}/nvidia-config-display
@@ -291,7 +292,8 @@
%{nvidialibdir}/libcuda.so
%{nvidialibdir}/libGLcore.so
%{nvidialibdir}/libvdpau_nvidia.so
-%{nvidialibdir}/libvdpau_trace.so
+%exclude %{nvidialibdir}/libvdpau_trace.so*
+%exclude %{nvidialibdir}/libvdpau.*
%{nvidialibdir}/tls/*.so.*
%files devel
@@ -299,18 +301,22 @@
%dir %{_includedir}/nvidia
%dir %{_includedir}/nvidia/GL
%dir %{_includedir}/nvidia/cuda
-%dir %{_includedir}/nvidia/vdpau
+%exclude %dir %{_includedir}/nvidia/vdpau
%{_includedir}/nvidia/GL/*.h
%{_includedir}/nvidia/cuda/*.h
-%{_includedir}/nvidia/vdpau/*.h
+%exclude %{_includedir}/nvidia/vdpau/*.h
%exclude %{nvidialibdir}/libXvMCNVIDIA.a
%exclude %{nvidialibdir}/libcuda.so
%{nvidialibdir}/libGL.so
-%{nvidialibdir}/libvdpau.so
+%exclude %{nvidialibdir}/libvdpau.so
%{nvidialibdir}/libXvMCNVIDIA.so
%changelog
+* Sat Oct 10 2009 kwizart < kwizart at gmail.com > - 185.18.36-2
+- Exclude libvdpau as it is now a separate package.
+- Avoid Requires/Provides of the libGL.so.1 . rfbz#859
+
* Sat Aug 29 2009 kwizart < kwizart at gmail.com > - 185.18.36-1
- Update to 185.18.36 (final)
15 years, 1 month
rpms/proas/EL-5 proas.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Sergio Pascual
Author: sergiopr
Update of /cvs/nonfree/rpms/proas/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv927/EL-5
Modified Files:
.cvsignore sources
Added Files:
proas.spec
Log Message:
Importing proas
--- NEW FILE proas.spec ---
Summary: Planning of astronomical observations
Name: proas
Version: 2.1.2
Release: 2%{?dist}
License: GPL+
Group: Applications/Engineering
URL: https://guaix.fis.ucm.es/projects/proas/wiki
Source0: ftp://astrax.fis.ucm.es/pub/users/spr/proas/%{name}-%{version}.tar.gz
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: pgplot-devel gcc-gfortran
%description
Proas is a program devoted to the computation of the visibility conditions of
astronomical objects. The initial data are the observatory location, observing
date, and the target coordinates. The program computes the object altitude as
a function of the universal time (UT).
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc COPYING README manual.ps
%{_bindir}/*
%changelog
* Wed Sep 30 2009 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.2-2
- Changed licence to GPL+
* Wed Sep 16 2009 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.2-1
- Submitted to rpmfusion
* Fri Jun 27 2008 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.1-3
- Rebuilt for el5
* Thu Jun 19 2008 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.1-2
- Patch to set the default equinox in 2000.0
* Fri Jan 18 2008 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.1-1
- New upstream sources
* Sun Jul 22 2007 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.0-1
- New upstream sources
* Fri Oct 28 2005 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.0-3
- Rebuilt for pgplot-5.2.2-8.
* Mon Oct 10 2005 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.0-2
- Updated spec file.
* Tue Jan 10 2002 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.0-1
- Initial RPM file.
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/proas/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 10 Oct 2009 11:16:11 -0000 1.1
+++ .cvsignore 10 Oct 2009 12:37:15 -0000 1.2
@@ -0,0 +1 @@
+proas-2.1.2.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/proas/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 10 Oct 2009 11:16:11 -0000 1.1
+++ sources 10 Oct 2009 12:37:15 -0000 1.2
@@ -0,0 +1 @@
+903da73d9a28f83f9949d2be890443e7 proas-2.1.2.tar.gz
15 years, 1 month
rpms/proas/F-10 proas.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Sergio Pascual
Author: sergiopr
Update of /cvs/nonfree/rpms/proas/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv738/F-10
Modified Files:
.cvsignore sources
Added Files:
proas.spec
Log Message:
Importing proas
--- NEW FILE proas.spec ---
Summary: Planning of astronomical observations
Name: proas
Version: 2.1.2
Release: 2%{?dist}
License: GPL+
Group: Applications/Engineering
URL: https://guaix.fis.ucm.es/projects/proas/wiki
Source0: ftp://astrax.fis.ucm.es/pub/users/spr/proas/%{name}-%{version}.tar.gz
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: pgplot-devel gcc-gfortran
%description
Proas is a program devoted to the computation of the visibility conditions of
astronomical objects. The initial data are the observatory location, observing
date, and the target coordinates. The program computes the object altitude as
a function of the universal time (UT).
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc COPYING README manual.ps
%{_bindir}/*
%changelog
* Wed Sep 30 2009 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.2-2
- Changed licence to GPL+
* Wed Sep 16 2009 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.2-1
- Submitted to rpmfusion
* Fri Jun 27 2008 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.1-3
- Rebuilt for el5
* Thu Jun 19 2008 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.1-2
- Patch to set the default equinox in 2000.0
* Fri Jan 18 2008 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.1-1
- New upstream sources
* Sun Jul 22 2007 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.0-1
- New upstream sources
* Fri Oct 28 2005 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.0-3
- Rebuilt for pgplot-5.2.2-8.
* Mon Oct 10 2005 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.0-2
- Updated spec file.
* Tue Jan 10 2002 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.0-1
- Initial RPM file.
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/proas/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 10 Oct 2009 11:16:11 -0000 1.1
+++ .cvsignore 10 Oct 2009 12:36:41 -0000 1.2
@@ -0,0 +1 @@
+proas-2.1.2.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/proas/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 10 Oct 2009 11:16:11 -0000 1.1
+++ sources 10 Oct 2009 12:36:41 -0000 1.2
@@ -0,0 +1 @@
+903da73d9a28f83f9949d2be890443e7 proas-2.1.2.tar.gz
15 years, 1 month
rpms/proas/F-11 proas.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Sergio Pascual
Author: sergiopr
Update of /cvs/nonfree/rpms/proas/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv501/F-11
Modified Files:
.cvsignore sources
Added Files:
proas.spec
Log Message:
Importing proas
--- NEW FILE proas.spec ---
Summary: Planning of astronomical observations
Name: proas
Version: 2.1.2
Release: 2%{?dist}
License: GPL+
Group: Applications/Engineering
URL: https://guaix.fis.ucm.es/projects/proas/wiki
Source0: ftp://astrax.fis.ucm.es/pub/users/spr/proas/%{name}-%{version}.tar.gz
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: pgplot-devel gcc-gfortran
%description
Proas is a program devoted to the computation of the visibility conditions of
astronomical objects. The initial data are the observatory location, observing
date, and the target coordinates. The program computes the object altitude as
a function of the universal time (UT).
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc COPYING README manual.ps
%{_bindir}/*
%changelog
* Wed Sep 30 2009 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.2-2
- Changed licence to GPL+
* Wed Sep 16 2009 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.2-1
- Submitted to rpmfusion
* Fri Jun 27 2008 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.1-3
- Rebuilt for el5
* Thu Jun 19 2008 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.1-2
- Patch to set the default equinox in 2000.0
* Fri Jan 18 2008 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.1-1
- New upstream sources
* Sun Jul 22 2007 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.0-1
- New upstream sources
* Fri Oct 28 2005 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.0-3
- Rebuilt for pgplot-5.2.2-8.
* Mon Oct 10 2005 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.0-2
- Updated spec file.
* Tue Jan 10 2002 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.0-1
- Initial RPM file.
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/proas/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 10 Oct 2009 11:16:11 -0000 1.1
+++ .cvsignore 10 Oct 2009 12:35:52 -0000 1.2
@@ -0,0 +1 @@
+proas-2.1.2.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/proas/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 10 Oct 2009 11:16:11 -0000 1.1
+++ sources 10 Oct 2009 12:35:52 -0000 1.2
@@ -0,0 +1 @@
+903da73d9a28f83f9949d2be890443e7 proas-2.1.2.tar.gz
15 years, 1 month
rpms/proas/devel proas.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Sergio Pascual
Author: sergiopr
Update of /cvs/nonfree/rpms/proas/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31921/devel
Modified Files:
.cvsignore sources
Added Files:
proas.spec
Log Message:
Importing proas
--- NEW FILE proas.spec ---
Summary: Planning of astronomical observations
Name: proas
Version: 2.1.2
Release: 2%{?dist}
License: GPL+
Group: Applications/Engineering
URL: https://guaix.fis.ucm.es/projects/proas/wiki
Source0: ftp://astrax.fis.ucm.es/pub/users/spr/proas/%{name}-%{version}.tar.gz
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: pgplot-devel gcc-gfortran
%description
Proas is a program devoted to the computation of the visibility conditions of
astronomical objects. The initial data are the observatory location, observing
date, and the target coordinates. The program computes the object altitude as
a function of the universal time (UT).
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc COPYING README manual.ps
%{_bindir}/*
%changelog
* Wed Sep 30 2009 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.2-2
- Changed licence to GPL+
* Wed Sep 16 2009 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.2-1
- Submitted to rpmfusion
* Fri Jun 27 2008 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.1-3
- Rebuilt for el5
* Thu Jun 19 2008 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.1-2
- Patch to set the default equinox in 2000.0
* Fri Jan 18 2008 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.1-1
- New upstream sources
* Sun Jul 22 2007 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.1.0-1
- New upstream sources
* Fri Oct 28 2005 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.0-3
- Rebuilt for pgplot-5.2.2-8.
* Mon Oct 10 2005 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.0-2
- Updated spec file.
* Tue Jan 10 2002 Sergio Pascual <sergiopr(a)astrax.fis.ucm.es> 2.0-1
- Initial RPM file.
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/proas/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 10 Oct 2009 11:16:11 -0000 1.1
+++ .cvsignore 10 Oct 2009 12:19:17 -0000 1.2
@@ -0,0 +1 @@
+proas-2.1.2.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/proas/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 10 Oct 2009 11:16:11 -0000 1.1
+++ sources 10 Oct 2009 12:19:17 -0000 1.2
@@ -0,0 +1 @@
+903da73d9a28f83f9949d2be890443e7 proas-2.1.2.tar.gz
15 years, 1 month
rpms/freeguide/F-11 disable-check-for-updates.patch, NONE, 1.1 freeguide.desktop, NONE, 1.1 freeguide.spec, NONE, 1.1 no-jalopy-retroweaver.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Iain Arnell
Author: iarnell
Update of /cvs/free/rpms/freeguide/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30579/F-11
Modified Files:
.cvsignore sources
Added Files:
disable-check-for-updates.patch freeguide.desktop
freeguide.spec no-jalopy-retroweaver.patch
Log Message:
initial import
disable-check-for-updates.patch:
--- NEW FILE disable-check-for-updates.patch ---
diff -up freeguide-0.10.10/src/freeguide/plugins/program/freeguide/options/OptionsDialog.java.orig freeguide-0.10.10/src/freeguide/plugins/program/freeguide/options/OptionsDialog.java
--- freeguide-0.10.10/src/freeguide/plugins/program/freeguide/options/OptionsDialog.java.orig 2008-01-18 22:32:34.000000000 +0100
+++ freeguide-0.10.10/src/freeguide/plugins/program/freeguide/options/OptionsDialog.java 2009-09-19 12:05:57.000000000 +0200
@@ -185,14 +185,6 @@ public class OptionsDialog extends FGDia
trunk.add( browserLeaf );
- panel = new PrivacyOptionPanel( this );
-
- DefaultMutableTreeNode privateLeaf =
- new DefaultMutableTreeNode( panel );
- panel.construct( );
-
- trunk.add( privateLeaf );
-
DefaultMutableTreeNode advancedBranch =
new DefaultMutableTreeNode(
Application.getInstance( ).getLocalizedMessage( "advanced" ) );
diff -up freeguide-0.10.10/src/freeguide/plugins/program/freeguide/viewer/MainController.java.orig freeguide-0.10.10/src/freeguide/plugins/program/freeguide/viewer/MainController.java
--- freeguide-0.10.10/src/freeguide/plugins/program/freeguide/viewer/MainController.java.orig 2009-01-16 20:53:57.000000000 +0100
+++ freeguide-0.10.10/src/freeguide/plugins/program/freeguide/viewer/MainController.java 2009-09-19 12:06:11.000000000 +0200
@@ -236,12 +236,6 @@ public class MainController extends Base
applicationFrame = mainFrame;
- // Check the FreeGuide version
- if( !"no".equals( FreeGuide.config.privacyInfo ) )
- {
- new VersionCheckerThread( getApplicationFrame( ) ).start( );
- }
-
//checkForNoData( );
mainFrame.waitForClose( );
diff -up freeguide-0.10.10/src/freeguide/plugins/program/freeguide/wizard/FirstTimeWizard.java.orig freeguide-0.10.10/src/freeguide/plugins/program/freeguide/wizard/FirstTimeWizard.java
--- freeguide-0.10.10/src/freeguide/plugins/program/freeguide/wizard/FirstTimeWizard.java.orig 2009-01-14 03:56:11.000000000 +0100
+++ freeguide-0.10.10/src/freeguide/plugins/program/freeguide/wizard/FirstTimeWizard.java 2009-09-19 12:06:24.000000000 +0200
@@ -91,7 +91,6 @@ public class FirstTimeWizard
panels.add( createRegionPanel( ) );
panels.add( createWorkingDirectoryPanel( ) );
panels.add( createBrowserPanel( ) );
- panels.add( createPrivacyPanel( ) );
panels.add( createInstallPanel( ) );
wizardFrame =
--- NEW FILE freeguide.desktop ---
[Desktop Entry]
Name=FreeGuide
Comment=Download a TV guide from the Internet and view it
GenericName=TV Guide
Type=Application
Categories=Utility;Java;AudioVideo;Video;TV;
Exec=freeguide
Icon=freeguide
--- NEW FILE freeguide.spec ---
Name: freeguide
Version: 0.10.10
Release: 1%{?dist}
Summary: A TV Guide
Group: Applications/Multimedia
License: GPLv2
URL: http://www.artificialworlds.net/freeguide/Main/HomePage
Source0: http://downloads.sourceforge.net/freeguide-tv/freeguide-%{version}.tar.gz
Source1: freeguide.desktop
# upstream uses jalopy to format sources and retroweaver to allow 1.5 code to
# run on 1.4 jre; we don't need (or have) either, so patch them away
Patch0: no-jalopy-retroweaver.patch
# completely disable the automatic check for updates
Patch1: disable-check-for-updates.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: java-devel >= 1:1.6.0
BuildRequires: jpackage-utils
BuildRequires: ant
BuildRequires: ant-nodeps
BuildRequires: tagsoup
BuildRequires: desktop-file-utils
Requires(post): jpackage-utils
Requires(post): tagsoup
Requires: java >= 1:1.6.0
Requires: jpackage-utils
Requires: tagsoup
Requires: xmltv-gui
%description
FreeGuide is a TV guide program. It uses parser programs to extract TV
information from web pages and stores them for viewing without the need to
connect to the Internet. The viewer allows the user to view television listings
and create customised TV guides by selecting programmes and by building up a
favourites list.
It works with listings for many countries. Check the web site
freeguide-tv.sf.net for details.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
find . -name '*.jar' -exec rm -f '{}' \;
build-jar-repository -s -p lib tagsoup
rm -rf xmltv
%build
ant jars-lin
%install
rm -rf %{buildroot}
ant -Dinstall_bin_dir=%{buildroot}/%{_bindir} \
-Dinstall_share_dir=%{buildroot}/%{_datadir} \
-Dinstall_doc_dir=%{buildroot}/%{_defaultdocdir}/%{name}-%{version} \
-Dinstall_real_dir=%{_datadir}/freeguide \
-Dinstall_real_doc_dir=%{_defaultdocdir}/%{name}-%{version} \
install-linux
rm %{buildroot}%{_datadir}/%{name}/lib/tagsoup.jar
install -d -m 0755 %{buildroot}%{_javadir}/%{name}
for jar in $(find %{buildroot}%{_datadir}/%{name} -type f -name '*.jar'); do
mv ${jar} %{buildroot}%{_javadir}/%{name}
ln -s %{_javadir}/%{name}/$(basename ${jar}) ${jar}
done
rm -f %{buildroot}%{_datadir}/%{name}/lib/docs.zip
desktop-file-install \
--dir %{buildroot}%{_datadir}/applications \
%{SOURCE1}
%clean
rm -rf %{buildroot}
%post
build-jar-repository -s -p %{_datadir}/%{name}/lib tagsoup
exit 0
%files
%defattr(0644,root,root,0755)
%doc doc/COPYING doc/html-local/*
%attr(0755,root,root) %{_bindir}/%{name}
%{_mandir}/man1/%{name}.*
%{_javadir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%changelog
* Sun Sep 13 2009 Iain Arnell <iarnell(a)gmail.com> 0.10.10-1
- initial packaging
no-jalopy-retroweaver.patch:
--- NEW FILE no-jalopy-retroweaver.patch ---
diff -up freeguide-0.10.10/ant/compile.xml.orig freeguide-0.10.10/ant/compile.xml
--- freeguide-0.10.10/ant/compile.xml.orig 2008-09-04 02:31:39.000000000 +0200
+++ freeguide-0.10.10/ant/compile.xml 2009-09-13 07:47:22.000000000 +0200
@@ -11,13 +11,6 @@
<target name="jars-win" depends="jars-lin, jar-xmltv-win"/>
- <taskdef name="retroweaver" classname="com.rc.retroweaver.ant.RetroWeaverTask">
- <classpath>
- <fileset dir="ant/tasks" includes="**/*.jar"/>
- <pathelement location="retroweaver-all-1.2.5.jar"/>
- </classpath>
- </taskdef>
-
<target name="compile"
description="Compile all the .java files into the build dir.">
@@ -34,7 +27,6 @@
</classpath>
<!-- Uncomment to show warnings <compilerarg value="-Xlint:unchecked"/>-->
</javac>
- <retroweaver srcdir="${build}/classes" target="1.4"/>
</target>
<target name="compile-in-place" depends="prepare"
diff -up freeguide-0.10.10/ant/prepare.xml.orig freeguide-0.10.10/ant/prepare.xml
--- freeguide-0.10.10/ant/prepare.xml.orig 2008-01-18 22:32:31.000000000 +0100
+++ freeguide-0.10.10/ant/prepare.xml 2009-09-13 07:47:13.000000000 +0200
@@ -56,17 +56,4 @@
</target>
- <taskdef name="jalopy" classname="de.hunsicker.jalopy.plugin.ant.AntPlugin">
- <classpath>
- <fileset dir="ant/tasks" includes="*.jar"/>
- </classpath>
- </taskdef>
-
- <target name="format-sources" depends="prepare">
- <jalopy convention="scripts\source_formatting\freeguide-jalopy.xml" encoding="UTF-8" fileformat="UNIX" failOnError="true" loglevel="ERROR">
- <fileset dir="src">
- <include name="**/*.java"/>
- </fileset>
- </jalopy>
- </target>
</project>
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/freeguide/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 4 Oct 2009 12:10:26 -0000 1.1
+++ .cvsignore 10 Oct 2009 12:00:13 -0000 1.2
@@ -0,0 +1 @@
+freeguide-0.10.10.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/freeguide/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 4 Oct 2009 12:10:26 -0000 1.1
+++ sources 10 Oct 2009 12:00:13 -0000 1.2
@@ -0,0 +1 @@
+f6b534a0e67191483bb9a65e818a5710 freeguide-0.10.10.tar.gz
15 years, 1 month
rpms/freeguide/devel disable-check-for-updates.patch, NONE, 1.1 freeguide.desktop, NONE, 1.1 freeguide.spec, NONE, 1.1 no-jalopy-retroweaver.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Iain Arnell
Author: iarnell
Update of /cvs/free/rpms/freeguide/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30579/devel
Modified Files:
.cvsignore sources
Added Files:
disable-check-for-updates.patch freeguide.desktop
freeguide.spec no-jalopy-retroweaver.patch
Log Message:
initial import
disable-check-for-updates.patch:
--- NEW FILE disable-check-for-updates.patch ---
diff -up freeguide-0.10.10/src/freeguide/plugins/program/freeguide/options/OptionsDialog.java.orig freeguide-0.10.10/src/freeguide/plugins/program/freeguide/options/OptionsDialog.java
--- freeguide-0.10.10/src/freeguide/plugins/program/freeguide/options/OptionsDialog.java.orig 2008-01-18 22:32:34.000000000 +0100
+++ freeguide-0.10.10/src/freeguide/plugins/program/freeguide/options/OptionsDialog.java 2009-09-19 12:05:57.000000000 +0200
@@ -185,14 +185,6 @@ public class OptionsDialog extends FGDia
trunk.add( browserLeaf );
- panel = new PrivacyOptionPanel( this );
-
- DefaultMutableTreeNode privateLeaf =
- new DefaultMutableTreeNode( panel );
- panel.construct( );
-
- trunk.add( privateLeaf );
-
DefaultMutableTreeNode advancedBranch =
new DefaultMutableTreeNode(
Application.getInstance( ).getLocalizedMessage( "advanced" ) );
diff -up freeguide-0.10.10/src/freeguide/plugins/program/freeguide/viewer/MainController.java.orig freeguide-0.10.10/src/freeguide/plugins/program/freeguide/viewer/MainController.java
--- freeguide-0.10.10/src/freeguide/plugins/program/freeguide/viewer/MainController.java.orig 2009-01-16 20:53:57.000000000 +0100
+++ freeguide-0.10.10/src/freeguide/plugins/program/freeguide/viewer/MainController.java 2009-09-19 12:06:11.000000000 +0200
@@ -236,12 +236,6 @@ public class MainController extends Base
applicationFrame = mainFrame;
- // Check the FreeGuide version
- if( !"no".equals( FreeGuide.config.privacyInfo ) )
- {
- new VersionCheckerThread( getApplicationFrame( ) ).start( );
- }
-
//checkForNoData( );
mainFrame.waitForClose( );
diff -up freeguide-0.10.10/src/freeguide/plugins/program/freeguide/wizard/FirstTimeWizard.java.orig freeguide-0.10.10/src/freeguide/plugins/program/freeguide/wizard/FirstTimeWizard.java
--- freeguide-0.10.10/src/freeguide/plugins/program/freeguide/wizard/FirstTimeWizard.java.orig 2009-01-14 03:56:11.000000000 +0100
+++ freeguide-0.10.10/src/freeguide/plugins/program/freeguide/wizard/FirstTimeWizard.java 2009-09-19 12:06:24.000000000 +0200
@@ -91,7 +91,6 @@ public class FirstTimeWizard
panels.add( createRegionPanel( ) );
panels.add( createWorkingDirectoryPanel( ) );
panels.add( createBrowserPanel( ) );
- panels.add( createPrivacyPanel( ) );
panels.add( createInstallPanel( ) );
wizardFrame =
--- NEW FILE freeguide.desktop ---
[Desktop Entry]
Name=FreeGuide
Comment=Download a TV guide from the Internet and view it
GenericName=TV Guide
Type=Application
Categories=Utility;Java;AudioVideo;Video;TV;
Exec=freeguide
Icon=freeguide
--- NEW FILE freeguide.spec ---
Name: freeguide
Version: 0.10.10
Release: 1%{?dist}
Summary: A TV Guide
Group: Applications/Multimedia
License: GPLv2
URL: http://www.artificialworlds.net/freeguide/Main/HomePage
Source0: http://downloads.sourceforge.net/freeguide-tv/freeguide-%{version}.tar.gz
Source1: freeguide.desktop
# upstream uses jalopy to format sources and retroweaver to allow 1.5 code to
# run on 1.4 jre; we don't need (or have) either, so patch them away
Patch0: no-jalopy-retroweaver.patch
# completely disable the automatic check for updates
Patch1: disable-check-for-updates.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: java-devel >= 1:1.6.0
BuildRequires: jpackage-utils
BuildRequires: ant
BuildRequires: ant-nodeps
BuildRequires: tagsoup
BuildRequires: desktop-file-utils
Requires(post): jpackage-utils
Requires(post): tagsoup
Requires: java >= 1:1.6.0
Requires: jpackage-utils
Requires: tagsoup
Requires: xmltv-gui
%description
FreeGuide is a TV guide program. It uses parser programs to extract TV
information from web pages and stores them for viewing without the need to
connect to the Internet. The viewer allows the user to view television listings
and create customised TV guides by selecting programmes and by building up a
favourites list.
It works with listings for many countries. Check the web site
freeguide-tv.sf.net for details.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
find . -name '*.jar' -exec rm -f '{}' \;
build-jar-repository -s -p lib tagsoup
rm -rf xmltv
%build
ant jars-lin
%install
rm -rf %{buildroot}
ant -Dinstall_bin_dir=%{buildroot}/%{_bindir} \
-Dinstall_share_dir=%{buildroot}/%{_datadir} \
-Dinstall_doc_dir=%{buildroot}/%{_defaultdocdir}/%{name}-%{version} \
-Dinstall_real_dir=%{_datadir}/freeguide \
-Dinstall_real_doc_dir=%{_defaultdocdir}/%{name}-%{version} \
install-linux
rm %{buildroot}%{_datadir}/%{name}/lib/tagsoup.jar
install -d -m 0755 %{buildroot}%{_javadir}/%{name}
for jar in $(find %{buildroot}%{_datadir}/%{name} -type f -name '*.jar'); do
mv ${jar} %{buildroot}%{_javadir}/%{name}
ln -s %{_javadir}/%{name}/$(basename ${jar}) ${jar}
done
rm -f %{buildroot}%{_datadir}/%{name}/lib/docs.zip
desktop-file-install \
--dir %{buildroot}%{_datadir}/applications \
%{SOURCE1}
%clean
rm -rf %{buildroot}
%post
build-jar-repository -s -p %{_datadir}/%{name}/lib tagsoup
exit 0
%files
%defattr(0644,root,root,0755)
%doc doc/COPYING doc/html-local/*
%attr(0755,root,root) %{_bindir}/%{name}
%{_mandir}/man1/%{name}.*
%{_javadir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%changelog
* Sun Sep 13 2009 Iain Arnell <iarnell(a)gmail.com> 0.10.10-1
- initial packaging
no-jalopy-retroweaver.patch:
--- NEW FILE no-jalopy-retroweaver.patch ---
diff -up freeguide-0.10.10/ant/compile.xml.orig freeguide-0.10.10/ant/compile.xml
--- freeguide-0.10.10/ant/compile.xml.orig 2008-09-04 02:31:39.000000000 +0200
+++ freeguide-0.10.10/ant/compile.xml 2009-09-13 07:47:22.000000000 +0200
@@ -11,13 +11,6 @@
<target name="jars-win" depends="jars-lin, jar-xmltv-win"/>
- <taskdef name="retroweaver" classname="com.rc.retroweaver.ant.RetroWeaverTask">
- <classpath>
- <fileset dir="ant/tasks" includes="**/*.jar"/>
- <pathelement location="retroweaver-all-1.2.5.jar"/>
- </classpath>
- </taskdef>
-
<target name="compile"
description="Compile all the .java files into the build dir.">
@@ -34,7 +27,6 @@
</classpath>
<!-- Uncomment to show warnings <compilerarg value="-Xlint:unchecked"/>-->
</javac>
- <retroweaver srcdir="${build}/classes" target="1.4"/>
</target>
<target name="compile-in-place" depends="prepare"
diff -up freeguide-0.10.10/ant/prepare.xml.orig freeguide-0.10.10/ant/prepare.xml
--- freeguide-0.10.10/ant/prepare.xml.orig 2008-01-18 22:32:31.000000000 +0100
+++ freeguide-0.10.10/ant/prepare.xml 2009-09-13 07:47:13.000000000 +0200
@@ -56,17 +56,4 @@
</target>
- <taskdef name="jalopy" classname="de.hunsicker.jalopy.plugin.ant.AntPlugin">
- <classpath>
- <fileset dir="ant/tasks" includes="*.jar"/>
- </classpath>
- </taskdef>
-
- <target name="format-sources" depends="prepare">
- <jalopy convention="scripts\source_formatting\freeguide-jalopy.xml" encoding="UTF-8" fileformat="UNIX" failOnError="true" loglevel="ERROR">
- <fileset dir="src">
- <include name="**/*.java"/>
- </fileset>
- </jalopy>
- </target>
</project>
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/freeguide/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 4 Oct 2009 12:10:26 -0000 1.1
+++ .cvsignore 10 Oct 2009 12:00:13 -0000 1.2
@@ -0,0 +1 @@
+freeguide-0.10.10.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/freeguide/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 4 Oct 2009 12:10:26 -0000 1.1
+++ sources 10 Oct 2009 12:00:13 -0000 1.2
@@ -0,0 +1 @@
+f6b534a0e67191483bb9a65e818a5710 freeguide-0.10.10.tar.gz
15 years, 1 month
rpms/proas/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/proas/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsH27815/rpms/proas/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module proas
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: proas
# $Id: Makefile,v 1.1 2009/10/10 11:16:11 thl Exp $
NAME := proas
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 ---
15 years, 1 month
rpms/proas Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/proas
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsH27815/rpms/proas
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module proas
--- NEW FILE Makefile ---
# Top level Makefile for module proas
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 ---
15 years, 1 month