rpms/openafs/devel afs.conf.systemd,1.1,1.2 openafs.spec,1.29,1.30
by Jack Neely
Author: jjneely
Update of /cvs/free/rpms/openafs/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1218
Modified Files:
afs.conf.systemd openafs.spec
Log Message:
* Wed Nov 07 2012 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.1-7
- Fine tune the systemd version of /etc/sysconfig/openafs
to use -fakestat and have some options settable by the user.
Index: afs.conf.systemd
===================================================================
RCS file: /cvs/free/rpms/openafs/devel/afs.conf.systemd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- afs.conf.systemd 9 Oct 2012 06:01:35 -0000 1.1
+++ afs.conf.systemd 7 Nov 2012 19:07:33 -0000 1.2
@@ -1,27 +1,27 @@
# Use this file to pass additional options to the afsd and bosserver
# executables.
-
# Systemd will pass $AFSD_ARGS to afsd.
# You may want to add more settings below.
-AFSD_ARGS="-nosettime -afsdb -dynroot"
-
+AFSD_ARGS="-nosettime -afsdb -dynroot -fakestat"
-# Memory cache or disk cache?
-CACHE="-memcache"
+# OpenAFS Client Cache Options
+# Default: Memcache - Quick and easy, 100 MB of memory used
+CACHE="-memcache -blocks 102400"
+# Disk based cache - Use this for servers. Set size in /etc/openafs/cacheinfo
#CACHE="-cachedir /var/cache/openafs"
-# Fine-tuned AFS client configuration options:
-# Large:
-#OPTIONS="-stat 2800 -dcache 2400 -daemons 5 -volumes 128"
-# Medium:
-#OPTIONS="-stat 2000 -dcache 800 -daemons 3 -volumes 70"
-# Small:
-#OPTIONS="-stat 300 -dcache 100 -daemons 2 -volumes 50"
+# Fine-tuned AFS client configuration options. These affect system
+# performance.
+# Normal workstations, and servers that use AFS sparingly
+OPTIONS="-daemons 3"
+# For servers, greater AFS performance, and more memory/processes used
+# Use these options with the disk based cache settings above.
+# OPTIONS="-daemons 5 -chunksize 18 -volumes 512"
# Directory to use for configuration information:
CONFDIR="-confdir /etc/openafs"
-
# AFS server initialization
#BOSSERVER_ARGS=
+
Index: openafs.spec
===================================================================
RCS file: /cvs/free/rpms/openafs/devel/openafs.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- openafs.spec 9 Oct 2012 06:01:35 -0000 1.29
+++ openafs.spec 7 Nov 2012 19:07:33 -0000 1.30
@@ -13,7 +13,7 @@
Summary: Enterprise Network File System
Name: openafs
Version: 1.6.1
-Release: 6%{?dist}
+Release: 7%{?dist}
License: IBM
Group: System Environment/Daemons
URL: http://www.openafs.org
@@ -455,6 +455,10 @@
%{_datadir}/openafs/C/afszcm.cat
%changelog
+* Wed Nov 07 2012 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.1-7
+- Fine tune the systemd version of /etc/sysconfig/openafs
+ to use -fakestat and have some options settable by the user.
+
* Mon Oct 8 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-6
- Enable systemd unit files for F18 and above
12 years
rpms/openafs/F-18 afs.conf.systemd,1.1,1.2 openafs.spec,1.27,1.28
by Jack Neely
Author: jjneely
Update of /cvs/free/rpms/openafs/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1104
Modified Files:
afs.conf.systemd openafs.spec
Log Message:
* Wed Nov 07 2012 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.1-7
- Fine tune the systemd version of /etc/sysconfig/openafs
to use -fakestat and have some options settable by the user.
Index: afs.conf.systemd
===================================================================
RCS file: /cvs/free/rpms/openafs/F-18/afs.conf.systemd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- afs.conf.systemd 10 Oct 2012 17:03:06 -0000 1.1
+++ afs.conf.systemd 7 Nov 2012 19:05:42 -0000 1.2
@@ -1,27 +1,27 @@
# Use this file to pass additional options to the afsd and bosserver
# executables.
-
# Systemd will pass $AFSD_ARGS to afsd.
# You may want to add more settings below.
-AFSD_ARGS="-nosettime -afsdb -dynroot"
-
+AFSD_ARGS="-nosettime -afsdb -dynroot -fakestat"
-# Memory cache or disk cache?
-CACHE="-memcache"
+# OpenAFS Client Cache Options
+# Default: Memcache - Quick and easy, 100 MB of memory used
+CACHE="-memcache -blocks 102400"
+# Disk based cache - Use this for servers. Set size in /etc/openafs/cacheinfo
#CACHE="-cachedir /var/cache/openafs"
-# Fine-tuned AFS client configuration options:
-# Large:
-#OPTIONS="-stat 2800 -dcache 2400 -daemons 5 -volumes 128"
-# Medium:
-#OPTIONS="-stat 2000 -dcache 800 -daemons 3 -volumes 70"
-# Small:
-#OPTIONS="-stat 300 -dcache 100 -daemons 2 -volumes 50"
+# Fine-tuned AFS client configuration options. These affect system
+# performance.
+# Normal workstations, and servers that use AFS sparingly
+OPTIONS="-daemons 3"
+# For servers, greater AFS performance, and more memory/processes used
+# Use these options with the disk based cache settings above.
+# OPTIONS="-daemons 5 -chunksize 18 -volumes 512"
# Directory to use for configuration information:
CONFDIR="-confdir /etc/openafs"
-
# AFS server initialization
#BOSSERVER_ARGS=
+
Index: openafs.spec
===================================================================
RCS file: /cvs/free/rpms/openafs/F-18/openafs.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- openafs.spec 10 Oct 2012 17:03:06 -0000 1.27
+++ openafs.spec 7 Nov 2012 19:05:43 -0000 1.28
@@ -13,7 +13,7 @@
Summary: Enterprise Network File System
Name: openafs
Version: 1.6.1
-Release: 6%{?dist}
+Release: 7%{?dist}
License: IBM
Group: System Environment/Daemons
URL: http://www.openafs.org
@@ -455,6 +455,10 @@
%{_datadir}/openafs/C/afszcm.cat
%changelog
+* Wed Nov 07 2012 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.1-7
+- Fine tune the systemd version of /etc/sysconfig/openafs
+ to use -fakestat and have some options settable by the user.
+
* Mon Oct 8 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-6
- Enable systemd unit files for F18 and above
12 years
rpms/pyskool/F-18 back_to_skool.desktop, NONE, 1.1 pyskool.spec, NONE, 1.1 skool_daze.desktop, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Andrea Musuruane
Author: musuruan
Update of /cvs/nonfree/rpms/pyskool/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv20295/F-18
Modified Files:
.cvsignore sources
Added Files:
back_to_skool.desktop pyskool.spec skool_daze.desktop
Log Message:
First import
--- NEW FILE back_to_skool.desktop ---
[Desktop Entry]
Name=Back to Skool
Comment=Put your forged report in the Head's safe
Exec=back_to_skool.py
Icon=pyskool
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
--- NEW FILE pyskool.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
Name: pyskool
Version: 0.6
Release: 1%{?dist}
Summary: Remakes of Skool Daze and Back to Skool
# Proprietary graphics from the original game are used
License: GPLv3+ and proprietary
URL: http://pyskool.ca
Source0: http://pyskool.ca/downloads/%{name}/%{name}-%{version}.tar.bz2
Source1: skool_daze.desktop
Source2: back_to_skool.desktop
BuildArch: noarch
BuildRequires: python-devel
BuildRequires: desktop-file-utils
Requires: hicolor-icon-theme
Requires: pygame
%description
The games are based in a boys’ school and revolved around the antics of Eric,
the hero.
In Skool Daze, Eric must steal his report card from the school safe - the
combination of which must be extracted from the teachers’ brains using flashing
shields or, in the case of the history teacher, post-hypnotic suggestion.
In Back to Skool, Eric must get his report card back into the school safe,
this time with the extra help provided by a water pistol, stink-bombs, a bike,
mice, a frog and a girlfriend.
%prep
%setup -q
%build
%{__python} setup.py build
%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
# Install game data
install -d %{buildroot}%{_datadir}/%{name}
cp -ar images ini pyskool.ini sounds %{buildroot}%{_datadir}/%{name}
# Install icon
install -d %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
install -p -m 0644 icon.png \
%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
# Install desktop files
desktop-file-install \
--dir %{buildroot}%{_datadir}/applications \
%{SOURCE1}
desktop-file-install \
--dir %{buildroot}%{_datadir}/applications \
%{SOURCE2}
%post
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun
if [ $1 -eq 0 ] ; then
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files
%doc COPYING docs/*
%{_bindir}/ezad_looks.py
%{_bindir}/back_to_skool.py
%{_bindir}/skool_daze.py
%{_bindir}/skool_daze_take_too.py
%{_bindir}/back_to_skool_daze.py
%{python_sitelib}/*
%{_datadir}/%{name}
%{_datadir}/applications/skool_daze.desktop
%{_datadir}/applications/back_to_skool.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%changelog
* Sat Jun 1 2011 Andrea Musuruane <musuruan(a)gmail.com> 0.6-1
- First release
--- NEW FILE skool_daze.desktop ---
[Desktop Entry]
Name=Skool Daze
Comment=Remove your report from the school safe before it's too late
Exec=skool_daze.py
Icon=pyskool
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/pyskool/F-18/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 6 Nov 2012 21:05:54 -0000 1.1
+++ .cvsignore 7 Nov 2012 18:31:22 -0000 1.2
@@ -0,0 +1 @@
+pyskool-0.6.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/pyskool/F-18/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 6 Nov 2012 21:05:55 -0000 1.1
+++ sources 7 Nov 2012 18:31:22 -0000 1.2
@@ -0,0 +1 @@
+c6697463ffb9424ab374497eb95c6ee9 pyskool-0.6.tar.bz2
12 years
rpms/pyskool/devel back_to_skool.desktop, NONE, 1.1 pyskool.spec, NONE, 1.1 skool_daze.desktop, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Andrea Musuruane
Author: musuruan
Update of /cvs/nonfree/rpms/pyskool/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19891/devel
Modified Files:
.cvsignore sources
Added Files:
back_to_skool.desktop pyskool.spec skool_daze.desktop
Log Message:
First import
--- NEW FILE back_to_skool.desktop ---
[Desktop Entry]
Name=Back to Skool
Comment=Put your forged report in the Head's safe
Exec=back_to_skool.py
Icon=pyskool
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
--- NEW FILE pyskool.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
Name: pyskool
Version: 0.6
Release: 1%{?dist}
Summary: Remakes of Skool Daze and Back to Skool
# Proprietary graphics from the original game are used
License: GPLv3+ and proprietary
URL: http://pyskool.ca
Source0: http://pyskool.ca/downloads/%{name}/%{name}-%{version}.tar.bz2
Source1: skool_daze.desktop
Source2: back_to_skool.desktop
BuildArch: noarch
BuildRequires: python-devel
BuildRequires: desktop-file-utils
Requires: hicolor-icon-theme
Requires: pygame
%description
The games are based in a boys’ school and revolved around the antics of Eric,
the hero.
In Skool Daze, Eric must steal his report card from the school safe - the
combination of which must be extracted from the teachers’ brains using flashing
shields or, in the case of the history teacher, post-hypnotic suggestion.
In Back to Skool, Eric must get his report card back into the school safe,
this time with the extra help provided by a water pistol, stink-bombs, a bike,
mice, a frog and a girlfriend.
%prep
%setup -q
%build
%{__python} setup.py build
%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
# Install game data
install -d %{buildroot}%{_datadir}/%{name}
cp -ar images ini pyskool.ini sounds %{buildroot}%{_datadir}/%{name}
# Install icon
install -d %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
install -p -m 0644 icon.png \
%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
# Install desktop files
desktop-file-install \
--dir %{buildroot}%{_datadir}/applications \
%{SOURCE1}
desktop-file-install \
--dir %{buildroot}%{_datadir}/applications \
%{SOURCE2}
%post
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun
if [ $1 -eq 0 ] ; then
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files
%doc COPYING docs/*
%{_bindir}/ezad_looks.py
%{_bindir}/back_to_skool.py
%{_bindir}/skool_daze.py
%{_bindir}/skool_daze_take_too.py
%{_bindir}/back_to_skool_daze.py
%{python_sitelib}/*
%{_datadir}/%{name}
%{_datadir}/applications/skool_daze.desktop
%{_datadir}/applications/back_to_skool.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%changelog
* Sat Jun 1 2011 Andrea Musuruane <musuruan(a)gmail.com> 0.6-1
- First release
--- NEW FILE skool_daze.desktop ---
[Desktop Entry]
Name=Skool Daze
Comment=Remove your report from the school safe before it's too late
Exec=skool_daze.py
Icon=pyskool
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/pyskool/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 6 Nov 2012 21:05:54 -0000 1.1
+++ .cvsignore 7 Nov 2012 18:28:13 -0000 1.2
@@ -0,0 +1 @@
+pyskool-0.6.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/pyskool/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 6 Nov 2012 21:05:55 -0000 1.1
+++ sources 7 Nov 2012 18:28:13 -0000 1.2
@@ -0,0 +1 @@
+c6697463ffb9424ab374497eb95c6ee9 pyskool-0.6.tar.bz2
12 years
rpms/gmediafinder/devel gmediafinder.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/gmediafinder/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17818/devel
Modified Files:
.cvsignore sources
Added Files:
gmediafinder.spec
Log Message:
--- NEW FILE gmediafinder.spec ---
%global gitrev 203ab96
Name: gmediafinder
Version: 1.0.4
Release: 5.%{gitrev}%{?dist}
Summary: A program to stream an/or download files
License: GPLv2
Group: Applications/Internet
URL: http://gnomefiles.org/content/show.php/Gmediafinder?content=138588
# Translation:
# https://www.transifex.net/projects/p/gmf/resource/gmediafinderpot/
# checkout instructions
# git clone git://github.com/smolleyes/gmediafinder2.git gmediafinder
# cd gmediafinder
# git rev-parse --short HEAD
# git archive --format=tar --prefix=gmediafinder/ %{gitrev} \
# -o gmediafinder-%{version}-%{gitrev}.tar
# tar --delete --file=gmediafinder-%{version}-%{gitrev}.tar \
# gmediafinder/win32
# bzip2 gmediafinder-%{version}-%{gitrev}.tar
Source0: %{name}-%{version}-%{gitrev}.tar.bz2
BuildArch: noarch
BuildRequires: hicolor-icon-theme
BuildRequires: python-mechanize
BuildRequires: python-setuptools
BuildRequires: python-distutils-extra
BuildRequires: intltool
Requires: gnome-icon-theme
Requires: gstreamer-ffmpeg
Requires: gstreamer-python
Requires: gstreamer-plugins-bad
Requires: gstreamer-plugins-base
Requires: gstreamer-plugins-good
Requires: pygtk2
Requires: python-BeautifulSoup
Requires: python-gdata
Requires: python-distutils-extra
Requires: python-mechanize
Requires: python-virtkey
Requires: python-configobj
Requires: pywebkitgtk
Requires: pygtk2-libglade
Requires: projectM-libvisual
Requires: hicolor-icon-theme
%description
Gmediafinder is a GTK application to stream or download videos and music
from various YouTube-like sites without having flash installed.
%prep
%setup -q -n %{name}
# delete unused directories and files
find -name .git -type d -or -name debian -type d -or -name win32 -type d | xargs rm -rfv
%build
python setup.py build
%install
python setup.py install --root=%{buildroot}
cp -R data/img/throbber.png %{buildroot}%{_datadir}/%{name}/
# reported upstream
# https://github.com/smolleyes/gmediafinder2/issues/2
chmod a+x %{buildroot}/usr/share/gmediafinder/scripts/get_stream.py
for file in %{buildroot}%{python_sitelib}/GmediaFinder/{lib/checklinks,lib/engines/__init__,lib/get_stream,__init__,lib/downloads/__init__,lib/Translation,lib/__init__,lib/engines/main,lib/player/__init__,gmediafinder,lib/pykey}.py; do
chmod a+x $file
done
%find_lang %{name}
%post
update-desktop-database -q %{_datadir}/applications &> /dev/null || :
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
fi
%postun
update-desktop-database -q %{_datadir}/applications &> /dev/null || :
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
fi
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%files -f %{name}.lang
%doc CHANGELOG gpl-2.0.txt README VERSION
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{python_sitelib}/*/*
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/22x22/apps/%{name}.png
%{_datadir}/icons/hicolor/24x24/apps/%{name}.png
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
%{_datadir}/pyshared/GmediaFinder
%dir %{_datadir}/pyshared
%changelog
* Thu Nov 1 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.4-5.203ab96
- rebuild for new git version
* Wed Oct 31 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.4-4.302a1a0
- added pyshared as separate %%dir
- added %%gitrev in %%changelog revision
* Tue Oct 30 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.4-3
- corrected scriptlets
* Mon Oct 29 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.4-2
- corrected URL
* Sun Oct 28 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.4-1
- new release
- added git revision in numbering
- corrected path in file section
- added runtime Requirement hicolor-icon-theme
- added Instructions for checking out the sources
- added %%desktop-file-validate
- shortened description
* Fri Oct 19 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.3-2
- added gnome-icon-theme and pywebkitgtk as requirement
* Fri Oct 19 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.3-1
- corrected download command for gmediafinder sources
- removed desktop patch
- changed %%desktopdir to %%datadir in file section
- added Build Requirement intltool
- rebuild for new release
* Sat Oct 13 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.1-1
- initial rebuild for Fedora 18
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gmediafinder/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 6 Nov 2012 20:30:03 -0000 1.1
+++ .cvsignore 7 Nov 2012 17:52:28 -0000 1.2
@@ -0,0 +1 @@
+gmediafinder-1.0.4-203ab96.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/gmediafinder/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 6 Nov 2012 20:30:04 -0000 1.1
+++ sources 7 Nov 2012 17:52:28 -0000 1.2
@@ -0,0 +1 @@
+095d62b7f0b9be750898ecc6ae5e5911 gmediafinder-1.0.4-203ab96.tar.bz2
12 years
rpms/gmediafinder/F-18 .cvsignore, 1.2, 1.3 gmediafinder.spec, 1.1, 1.2 sources, 1.2, 1.3
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/gmediafinder/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15190/F-18
Modified Files:
.cvsignore gmediafinder.spec sources
Log Message:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gmediafinder/F-18/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 7 Nov 2012 11:46:46 -0000 1.2
+++ .cvsignore 7 Nov 2012 17:00:22 -0000 1.3
@@ -1 +1 @@
-gmediafinder-1.0.4-302a1a0.tar.bz2
+gmediafinder-1.0.4-203ab96.tar.bz2
Index: gmediafinder.spec
===================================================================
RCS file: /cvs/free/rpms/gmediafinder/F-18/gmediafinder.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gmediafinder.spec 7 Nov 2012 11:46:46 -0000 1.1
+++ gmediafinder.spec 7 Nov 2012 17:00:22 -0000 1.2
@@ -1,8 +1,8 @@
-%global gitrev 302a1a0
+%global gitrev 203ab96
Name: gmediafinder
Version: 1.0.4
-Release: 4.%{gitrev}%{?dist}
+Release: 5.%{gitrev}%{?dist}
Summary: A program to stream an/or download files
License: GPLv2
Group: Applications/Internet
@@ -100,6 +100,9 @@
%dir %{_datadir}/pyshared
%changelog
+* Thu Nov 1 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.4-5.203ab96
+- rebuild for new git version
+
* Wed Oct 31 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.4-4.302a1a0
- added pyshared as separate %%dir
- added %%gitrev in %%changelog revision
Index: sources
===================================================================
RCS file: /cvs/free/rpms/gmediafinder/F-18/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 7 Nov 2012 11:46:46 -0000 1.2
+++ sources 7 Nov 2012 17:00:22 -0000 1.3
@@ -1 +1 @@
-d11c7435e83f655cd5342911dfeb5ae4 gmediafinder-1.0.4-302a1a0.tar.bz2
+095d62b7f0b9be750898ecc6ae5e5911 gmediafinder-1.0.4-203ab96.tar.bz2
12 years
rpms/gmediafinder/F-18 gmediafinder.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/gmediafinder/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29125/F-18
Modified Files:
.cvsignore sources
Added Files:
gmediafinder.spec
Log Message:
--- NEW FILE gmediafinder.spec ---
%global gitrev 302a1a0
Name: gmediafinder
Version: 1.0.4
Release: 4.%{gitrev}%{?dist}
Summary: A program to stream an/or download files
License: GPLv2
Group: Applications/Internet
URL: http://gnomefiles.org/content/show.php/Gmediafinder?content=138588
# Translation:
# https://www.transifex.net/projects/p/gmf/resource/gmediafinderpot/
# checkout instructions
# git clone git://github.com/smolleyes/gmediafinder2.git gmediafinder
# cd gmediafinder
# git rev-parse --short HEAD
# git archive --format=tar --prefix=gmediafinder/ %{gitrev} \
# -o gmediafinder-%{version}-%{gitrev}.tar
# tar --delete --file=gmediafinder-%{version}-%{gitrev}.tar \
# gmediafinder/win32
# bzip2 gmediafinder-%{version}-%{gitrev}.tar
Source0: %{name}-%{version}-%{gitrev}.tar.bz2
BuildArch: noarch
BuildRequires: hicolor-icon-theme
BuildRequires: python-mechanize
BuildRequires: python-setuptools
BuildRequires: python-distutils-extra
BuildRequires: intltool
Requires: gnome-icon-theme
Requires: gstreamer-ffmpeg
Requires: gstreamer-python
Requires: gstreamer-plugins-bad
Requires: gstreamer-plugins-base
Requires: gstreamer-plugins-good
Requires: pygtk2
Requires: python-BeautifulSoup
Requires: python-gdata
Requires: python-distutils-extra
Requires: python-mechanize
Requires: python-virtkey
Requires: python-configobj
Requires: pywebkitgtk
Requires: pygtk2-libglade
Requires: projectM-libvisual
Requires: hicolor-icon-theme
%description
Gmediafinder is a GTK application to stream or download videos and music
from various YouTube-like sites without having flash installed.
%prep
%setup -q -n %{name}
# delete unused directories and files
find -name .git -type d -or -name debian -type d -or -name win32 -type d | xargs rm -rfv
%build
python setup.py build
%install
python setup.py install --root=%{buildroot}
cp -R data/img/throbber.png %{buildroot}%{_datadir}/%{name}/
# reported upstream
# https://github.com/smolleyes/gmediafinder2/issues/2
chmod a+x %{buildroot}/usr/share/gmediafinder/scripts/get_stream.py
for file in %{buildroot}%{python_sitelib}/GmediaFinder/{lib/checklinks,lib/engines/__init__,lib/get_stream,__init__,lib/downloads/__init__,lib/Translation,lib/__init__,lib/engines/main,lib/player/__init__,gmediafinder,lib/pykey}.py; do
chmod a+x $file
done
%find_lang %{name}
%post
update-desktop-database -q %{_datadir}/applications &> /dev/null || :
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
fi
%postun
update-desktop-database -q %{_datadir}/applications &> /dev/null || :
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
fi
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%files -f %{name}.lang
%doc CHANGELOG gpl-2.0.txt README VERSION
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{python_sitelib}/*/*
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/22x22/apps/%{name}.png
%{_datadir}/icons/hicolor/24x24/apps/%{name}.png
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
%{_datadir}/pyshared/GmediaFinder
%dir %{_datadir}/pyshared
%changelog
* Wed Oct 31 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.4-4.302a1a0
- added pyshared as separate %%dir
- added %%gitrev in %%changelog revision
* Tue Oct 30 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.4-3
- corrected scriptlets
* Mon Oct 29 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.4-2
- corrected URL
* Sun Oct 28 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.4-1
- new release
- added git revision in numbering
- corrected path in file section
- added runtime Requirement hicolor-icon-theme
- added Instructions for checking out the sources
- added %%desktop-file-validate
- shortened description
* Fri Oct 19 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.3-2
- added gnome-icon-theme and pywebkitgtk as requirement
* Fri Oct 19 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.3-1
- corrected download command for gmediafinder sources
- removed desktop patch
- changed %%desktopdir to %%datadir in file section
- added Build Requirement intltool
- rebuild for new release
* Sat Oct 13 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.1-1
- initial rebuild for Fedora 18
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gmediafinder/F-18/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 6 Nov 2012 20:30:03 -0000 1.1
+++ .cvsignore 7 Nov 2012 11:46:46 -0000 1.2
@@ -0,0 +1 @@
+gmediafinder-1.0.4-302a1a0.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/gmediafinder/F-18/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 6 Nov 2012 20:30:04 -0000 1.1
+++ sources 7 Nov 2012 11:46:46 -0000 1.2
@@ -0,0 +1 @@
+d11c7435e83f655cd5342911dfeb5ae4 gmediafinder-1.0.4-302a1a0.tar.bz2
12 years
rpms/pyskool/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/pyskool/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsT26543/rpms/pyskool/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module pyskool
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: pyskool
# $Id: Makefile,v 1.1 2012/11/06 21:05:55 kwizart Exp $
NAME := pyskool
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
rpms/pyskool Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/pyskool
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsT26543/rpms/pyskool
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module pyskool
--- NEW FILE Makefile ---
# Top level Makefile for module pyskool
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
rpms/pyskool - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/pyskool
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsT26543/rpms/pyskool
Log Message:
Directory /cvs/nonfree/rpms/pyskool added to the repository
12 years