rpms/k3b-extras-freeworld/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/k3b-extras-freeworld/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsIZ1323/rpms/k3b-extras-freeworld/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module k3b-extras-freeworld
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: k3b-extras-freeworld
# $Id: Makefile,v 1.1 2008/07/29 16:17:46 thl Exp $
NAME := k3b-extras-freeworld
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 ---
16 years, 4 months
rpms/k3b-extras-freeworld Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/k3b-extras-freeworld
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsIZ1323/rpms/k3b-extras-freeworld
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module k3b-extras-freeworld
--- NEW FILE Makefile ---
# Top level Makefile for module k3b-extras-freeworld
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 ---
16 years, 4 months
rpms/k3b-extras-freeworld/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/k3b-extras-freeworld/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsIZ1323/rpms/k3b-extras-freeworld/devel
Log Message:
Directory /cvs/nonfree/rpms/k3b-extras-freeworld/devel added to the repository
16 years, 4 months
rpms/k3b-extras-freeworld - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/k3b-extras-freeworld
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsIZ1323/rpms/k3b-extras-freeworld
Log Message:
Directory /cvs/nonfree/rpms/k3b-extras-freeworld added to the repository
16 years, 4 months
rpms/gnome-video-arcade/F-9 gnome-video-arcade.spec,NONE,1.1
by Matthew Barnes
Author: mbarnes
Update of /cvs/nonfree/rpms/gnome-video-arcade/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28257
Added Files:
gnome-video-arcade.spec
Log Message:
* Sun Jun 29 2008 Matthew Barnes <mbarnes(a)redhat.com> - 0.6.3-1
- Update to 0.6.3
--- NEW FILE gnome-video-arcade.spec ---
%define gtk2_version 2.12
%define libgnomeui_version 2.14
%define libwnck_version 2.16
%define sdlmame_data_version 0.122-2
%define gnome_icon_theme_version 2.18
### Abstract ###
Name: gnome-video-arcade
Version: 0.6.3
Release: 1%{?dist}
License: GPLv3+
Group: Applications/Emulators
Summary: GNOME Video Arcade is a MAME front-end for GNOME
URL: http://sourceforge.net/projects/gva
Source: http://downloads.sourceforge.net/gva/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
### Dependencies ###
Requires(pre): GConf2 >= 2.14
Requires(preun): GConf2 >= 2.14
Requires(post): GConf2 >= 2.14
Requires(post): scrollkeeper
Requires(postun): scrollkeeper
Requires: sdlmame
Requires: sdlmame-data >= %{sdlmame_data_version}
### Build Dependencies ###
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
BuildRequires: gettext
BuildRequires: gnome-doc-utils
BuildRequires: gnome-icon-theme >= %{gnome_icon_theme_version}
BuildRequires: gtk2-devel >= %{gtk2_version}
BuildRequires: libwnck-devel >= %{libwnck_version}
BuildRequires: perl-XML-Parser
BuildRequires: scrollkeeper
BuildRequires: sqlite-devel
%description
GNOME Video Arcade is a MAME front-end for GNOME.
%prep
%setup -q
%build
export SDLMAME=/usr/bin/mame
%configure \
--with-category-file=/usr/share/mame/catver.ini \
--with-history-file=/usr/share/mame/history.dat
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
make install DESTDIR=$RPM_BUILD_ROOT
# Remove GTK-Doc files
rm -rf $RPM_BUILD_ROOT/%{_datadir}/gtk-doc/html/%{name}
# Remove scrollkeeper crud on F7
rm -rf $RPM_BUILD_ROOT/%{_var}
%find_lang %{name} --with-gnome
%clean
rm -rf $RPM_BUILD_ROOT
%post
scrollkeeper-update -q
export GCONF_CONFIG_SOURCES=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule \
%{_sysconfdir}/gconf/schemas/gnome-video-arcade.schemas \
>& /dev/null || :
touch %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
fi
%pre
if [ "$1" -gt 1 ]; then
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-uninstall-rule \
%{_sysconfdir}/gconf/schemas/gnome-video-arcade.schemas \
>& /dev/null || :
fi
%preun
if [ "$1" -eq 0 ]; then
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-uninstall-rule \
%{_sysconfdir}/gconf/schemas/gnome-video-arcade.schemas \
>& /dev/null || :
fi
%postun
scrollkeeper-update -q
touch %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
fi
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README
%config %{_sysconfdir}/gconf/schemas/*.schemas
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_mandir}/man1/%{name}.1*
%{?fc7:%{_datadir}/omf/%{name}}
%changelog
* Sun Jun 29 2008 Matthew Barnes <mbarnes(a)redhat.com> - 0.6.3-1
- Update to 0.6.3
* Mon Jun 16 2008 Matthew Barnes <mbarnes(a)redhat.com> - 0.6.2-1
- Update to 0.6.2
- Add build requirement for libwnck-devel.
* Sun May 25 2008 Matthew Barnes <mbarnes(a)redhat.com> - 0.6.1.1-1
- Update to 0.6.1.1
* Sat May 17 2008 Matthew Barnes <mbarnes(a)redhat.com> - 0.6.1-1
- Update to 0.6.1
* Sat Apr 19 2008 Matthew Barnes <mbarnes(a)redhat.com> - 0.6.0-1
- Update to 0.6.0
- Bump GTK+ requirement to 2.12.
* Sun Mar 02 2008 Matthew Barnes <mbarnes(a)redhat.com> - 0.5.6-2
- Add build requirement for gnome-icon-theme.
* Sat Mar 01 2008 Matthew Barnes <mbarnes(a)redhat.com> - 0.5.6-1
- Update to 0.5.6
* Fri Jan 11 2008 Matthew Barnes <mbarnes(a)redhat.com> - 0.5.5-1
- Update to 0.5.5
* Thu Dec 27 2007 Matthew Barnes <mbarnes(a)redhat.com> - 0.5.4-1
- Update to 0.5.4
- Require sdlmame-data >= 0.122-2 for catver.ini (#125).
* Sun Dec 09 2007 Matthew Barnes <mbarnes(a)redhat.com> - 0.5.3-3
- Fix a scrollkeeper issue on Fedora 7 (patch by Ian Chapman).
* Sat Dec 08 2007 Matthew Barnes <mbarnes(a)redhat.com> - 0.5.3-2
- Use full URL for Source tag, add missing BRs, install ChangeLog.
* Mon Dec 03 2007 Matthew Barnes <mbarnes(a)redhat.com> - 0.5.3-1
- Initial packaging for Dribble repository.
16 years, 4 months
rpms/gnome-video-arcade/devel gnome-video-arcade.spec,NONE,1.1
by Matthew Barnes
Author: mbarnes
Update of /cvs/nonfree/rpms/gnome-video-arcade/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27905
Added Files:
gnome-video-arcade.spec
Log Message:
* Sun Jun 29 2008 Matthew Barnes <mbarnes(a)redhat.com> - 0.6.3-1
- Update to 0.6.3
--- NEW FILE gnome-video-arcade.spec ---
%define gtk2_version 2.12
%define libgnomeui_version 2.14
%define libwnck_version 2.16
%define sdlmame_data_version 0.122-2
%define gnome_icon_theme_version 2.18
### Abstract ###
Name: gnome-video-arcade
Version: 0.6.3
Release: 1%{?dist}
License: GPLv3+
Group: Applications/Emulators
Summary: GNOME Video Arcade is a MAME front-end for GNOME
URL: http://sourceforge.net/projects/gva
Source: http://downloads.sourceforge.net/gva/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
### Dependencies ###
Requires(pre): GConf2 >= 2.14
Requires(preun): GConf2 >= 2.14
Requires(post): GConf2 >= 2.14
Requires(post): scrollkeeper
Requires(postun): scrollkeeper
Requires: sdlmame
Requires: sdlmame-data >= %{sdlmame_data_version}
### Build Dependencies ###
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
BuildRequires: gettext
BuildRequires: gnome-doc-utils
BuildRequires: gnome-icon-theme >= %{gnome_icon_theme_version}
BuildRequires: gtk2-devel >= %{gtk2_version}
BuildRequires: libwnck-devel >= %{libwnck_version}
BuildRequires: perl-XML-Parser
BuildRequires: scrollkeeper
BuildRequires: sqlite-devel
%description
GNOME Video Arcade is a MAME front-end for GNOME.
%prep
%setup -q
%build
export SDLMAME=/usr/bin/mame
%configure \
--with-category-file=/usr/share/mame/catver.ini \
--with-history-file=/usr/share/mame/history.dat
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
make install DESTDIR=$RPM_BUILD_ROOT
# Remove GTK-Doc files
rm -rf $RPM_BUILD_ROOT/%{_datadir}/gtk-doc/html/%{name}
# Remove scrollkeeper crud on F7
rm -rf $RPM_BUILD_ROOT/%{_var}
%find_lang %{name} --with-gnome
%clean
rm -rf $RPM_BUILD_ROOT
%post
scrollkeeper-update -q
export GCONF_CONFIG_SOURCES=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule \
%{_sysconfdir}/gconf/schemas/gnome-video-arcade.schemas \
>& /dev/null || :
touch %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
fi
%pre
if [ "$1" -gt 1 ]; then
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-uninstall-rule \
%{_sysconfdir}/gconf/schemas/gnome-video-arcade.schemas \
>& /dev/null || :
fi
%preun
if [ "$1" -eq 0 ]; then
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-uninstall-rule \
%{_sysconfdir}/gconf/schemas/gnome-video-arcade.schemas \
>& /dev/null || :
fi
%postun
scrollkeeper-update -q
touch %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
fi
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README
%config %{_sysconfdir}/gconf/schemas/*.schemas
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_mandir}/man1/%{name}.1*
%{?fc7:%{_datadir}/omf/%{name}}
%changelog
* Sun Jun 29 2008 Matthew Barnes <mbarnes(a)redhat.com> - 0.6.3-1
- Update to 0.6.3
* Mon Jun 16 2008 Matthew Barnes <mbarnes(a)redhat.com> - 0.6.2-1
- Update to 0.6.2
- Add build requirement for libwnck-devel.
* Sun May 25 2008 Matthew Barnes <mbarnes(a)redhat.com> - 0.6.1.1-1
- Update to 0.6.1.1
* Sat May 17 2008 Matthew Barnes <mbarnes(a)redhat.com> - 0.6.1-1
- Update to 0.6.1
* Sat Apr 19 2008 Matthew Barnes <mbarnes(a)redhat.com> - 0.6.0-1
- Update to 0.6.0
- Bump GTK+ requirement to 2.12.
* Sun Mar 02 2008 Matthew Barnes <mbarnes(a)redhat.com> - 0.5.6-2
- Add build requirement for gnome-icon-theme.
* Sat Mar 01 2008 Matthew Barnes <mbarnes(a)redhat.com> - 0.5.6-1
- Update to 0.5.6
* Fri Jan 11 2008 Matthew Barnes <mbarnes(a)redhat.com> - 0.5.5-1
- Update to 0.5.5
* Thu Dec 27 2007 Matthew Barnes <mbarnes(a)redhat.com> - 0.5.4-1
- Update to 0.5.4
- Require sdlmame-data >= 0.122-2 for catver.ini (#125).
* Sun Dec 09 2007 Matthew Barnes <mbarnes(a)redhat.com> - 0.5.3-3
- Fix a scrollkeeper issue on Fedora 7 (patch by Ian Chapman).
* Sat Dec 08 2007 Matthew Barnes <mbarnes(a)redhat.com> - 0.5.3-2
- Use full URL for Source tag, add missing BRs, install ChangeLog.
* Mon Dec 03 2007 Matthew Barnes <mbarnes(a)redhat.com> - 0.5.3-1
- Initial packaging for Dribble repository.
16 years, 4 months
rpms/fuse-emulator-roms/devel fuse-emulator-roms.spec, NONE, 1.1 rom-distribution.txt, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Lucian Langa
Author: lucilanga
Update of /cvs/nonfree/rpms/fuse-emulator-roms/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28315/devel
Modified Files:
.cvsignore sources
Added Files:
fuse-emulator-roms.spec rom-distribution.txt
Log Message:
initial import
--- NEW FILE fuse-emulator-roms.spec ---
Name: fuse-emulator-roms
Version: 0.9.0
Release: 1%{?dist}
Summary: Spectrum ROM files for use with the Fuse emulator
Group: Applications/Emulators
License: Distributable
URL: http://fuse-emulator.sourceforge.net
Source0: http://downloads.sourceforge.net/fuse-emulator/fuse-%{version}.tar.gz
Source1: rom-distribution.txt
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: desktop-file-utils
Requires: fuse-emulator
%description
The Spectrum ROM files, for use with the Fuse Emulator.
%prep
%setup -q -n fuse-%{version}
%build
# Build desktop icon
cat >fuse-emulator.desktop <<EOF
[Desktop Entry]
Encoding=UTF-8
Name=Fuse
GenericName=(Spectrum Emulator)
Comment=Emulates various models of spectrums and clones
Exec=fuse
Icon=fuse-emulator.png
Terminal=false
Type=Application
Categories=Game;Emulator;
EOF
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/fuse
install -pm 0644 roms/*.rom %{buildroot}%{_datadir}/fuse
install -pm 0644 %{SOURCE1} %{_builddir}/fuse-%{version}/rom-distribution.txt
desktop-file-install \
--dir %{buildroot}%{_datadir}/applications \
fuse-emulator.desktop
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_datadir}/fuse/*.rom
%{_datadir}/applications/fuse-emulator.desktop
%doc rom-distribution.txt
%changelog
* Mon Jul 28 2008 Lucian Langa <cooly(a)gnome.eu.org> - 0.9.0-1
- Make version match fuse-emulator
- Initial rpmfusion import
* Sat Jul 07 2007 Ian Chapman <packages(a)amiga-hardware.com> - 1.1-1
- Updated rom set to those included with fuse 0.8.0.1
* Sun Mar 04 2007 Ian Chapman <packages(a)amiga-hardware.com> - 1.0-2
- Changed .desktop categories to Game;Emulator;
- Updated source URL in comment
* Sun Aug 06 2006 Ian Chapman <packages(a)amiga-hardware.com> - 1.0-1
- Initial release
--- NEW FILE rom-distribution.txt ---
>> Forum: comp.sys.sinclair
>> Thread: Amstrad ROM permissions
>> Message 1 of 1
Subject: Amstrad ROM permissions
Date: 08/31/1999
Author: Cliff Lawson <clawson(a)amstrad.com>
Hi,
Andrew Owen sent me the following email about the Spectrum ROMs and said it was being discussed on c.s.s but I can't see the
relevant thread (I have a totally crap newsfeed - Psinet - who only carry about half the traffic!!). So, anyway, here's my reply about
these issues:
"I know you have answered the question of Amstrad's policy on the use of the Spectrum ROMs before but the debate has come up
again on comp.sys.sinclair and as much as I tell people what I believe it is, they want a definitive answer. So when you have time here
are the questions. Thanks!
1) What exactly do you have to do to use Sinclair ROMs in an emulator, such as acknowledgements etc?"
Amstrad are happy for emulator writers to include images of our copyrighted code as long as the (c)opyright messages are not altered
and we appreciate it if the program/manual includes a note to the effect that "Amstrad have kindly given their permission for the
redistribution of their copyrighted material but retain that copyright".
"2) Can you charge a shareware fee for an emulator that uses the Sinclair ROMs?"
No. No one should be charging for the ROM code because (as a result of the point above) there are loads of freely available images
anyway. If I ever thought someone was charging for the ROM images then I'd make them available as a free download on the
www.amstrad.com web site. Naturally I imagine that some emulator writers want to charge a shareware fee for the code they have
written and we have absolutely no problem with that as long as they aren't, in any sense, charging for the parts of the code that are
(c)Amstrad and (c) Sinclair.
"3) Can you modify the ROMs, for instance to enable tape loading and saving, and if so what are the requirements?"
The ROM code is simply a tool to let the emulator writers make a program that works as close to the original machine as possible. If
they choose to modify the behaviour in any way then that's entirely up to them (I guess you could say that that is exactly what an
emulator IS doing (ie modifying the screen output and keyboard input to go via the PC bits)!!)
"4) Can you distribute modified ROMs?"
If you like (with that (c) proviso).
"5) Does this apply to all ROMs, Interface 1+2, ZX80, ZX81, Spectrum 48, 128,
+2, +2A and +3."
I think Amstrad only bought the rights to Spectrum 48/128 from Sinclair and then produced the + machines ourselves. I do not believe
the (c) for ZXs or IF1/2 has anything to do with Amstrad.
"6) Does Amstrad own the rights to the QL as well?"
Someone asked me this before and I think our lawyer at that time said that we may have had the rights to the QL stuff but then sold it
on to someone else but I haven't a clue who.
"7) What is the legal position with regard to distributing ROMs from legal Spectrum clones such as the Timex 2048?"
Ask Timex. We only hold the copyright for code that was written by Sinclair or Amstrad for the Spectrum machines. I haven't a clue
about the Timex deal as it was done in the days before Amstrad were ever involved.
"8) What is the legal position with regard to distributing ROMs from illegal Spectrum clones such as the Russian Scorpion and
Pentagon machines?"
Anyone pirating hardware/software should be shot.... though that may be to quick a death for them. Perhaps nailing them up by the
testicles using rusty nails would be the best thing to do to them?
"9) Is Amstrad happy for software owned by Sinclair to be distributed in a similar way?"
I think that the majority of software, even that 10/12 game pack bundled with + machines remains the copyrighted property of its
authors (Ocean etc.). Amstrad/Sincliar merely acted as a publishing house but I don't think that gave us the copyright to it, just an
agreed licence to make copies IYSWIM.
"10) What is Amstrad's policy on the distribution of electronic versions of Sinclair documentation?"
The more the merrier. People scanning, OCRing, HTMLing & PDFing any manuals that are genuinely (c)Amstrad are actually doing
us a favour because if someone asks for a copy we can just point them at a URL (please keep me informed!! ;-). So we'd welcome as
many of them to be put online as possible if people can take out the time and trouble to do it.
"I sincerly hope this is the last time you will be bothered with such questions. Thank you again for your time."
Your welcome. It's good to have the opportunity to make our position on this clear and I've cross-posted this to c.s.a.8 because it
applies equally well to all the CPC stuff (though some bits of that are also (c)Locomotive so you need to seek their permission too -
however I don't think there's ever a problem in so doing).
Cliff Lawson,
Amstrad plc
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/fuse-emulator-roms/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 1 Jun 2008 15:37:04 -0000 1.1
+++ .cvsignore 28 Jul 2008 18:11:18 -0000 1.2
@@ -0,0 +1 @@
+fuse-0.9.0.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/fuse-emulator-roms/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 1 Jun 2008 15:37:04 -0000 1.1
+++ sources 28 Jul 2008 18:11:18 -0000 1.2
@@ -0,0 +1 @@
+e6434ae8d5d97613c5ae0c7d42df0e49 fuse-0.9.0.tar.gz
16 years, 4 months
rpms/devede/F-8 devede.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/devede/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26043/F-8
Modified Files:
.cvsignore sources
Added Files:
devede.spec
Log Message:
First import
--- NEW FILE devede.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: devede
Version: 3.9
Release: 1%{?dist}
Summary: DeVeDe is a program to create video DVDs and CDs (VCD, sVCD or CVD)
Group: Applications/Multimedia
License: GPLv3+
URL: http://www.rastersoft.com/programas/devede.html
Source0: http://www.rastersoft.com/descargas/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python >= 2.4
BuildRequires: gettext
BuildRequires: desktop-file-utils
Requires: mplayer
Requires: mencoder
Requires: dvdauthor
Requires: vcdimager
Requires: mkisofs
Requires: ImageMagick
Requires: python >= 2.4
Requires: pygtk2
Requires: pygtk2-libglade
%description
DeVeDe is a program to create video DVDs and CDs (VCD, sVCD or CVD),
suitables for home players, from any number of video files, in any
of the formats supported by Mplayer. The big advantage over other
utilities is that it only needs Mplayer, Mencoder, DVDAuthor, VCDImager
and MKisofs (well, and Python 2.4, PyGTK and PyGlade), so its
dependencies are really small.
%prep
%setup -q
# Fix devede module directory
sed -i 's!/usr/lib/!%{python_sitelib}/!' devede.py
%build
%install
rm -rf $RPM_BUILD_ROOT
./install.sh \
--uninstall=no \
--targeted=yes \
--DESTDIR=$RPM_BUILD_ROOT \
--prefix=%{_prefix} \
--libdir=%{python_sitelib} \
--pkgdocdir=%{_docdir}/%{name}-%{version}
# rename .desktop file and fix it
desktop-file-install \
--delete-original \
--vendor livna \
--dir $RPM_BUILD_ROOT/%{_datadir}/applications \
$RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%post
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
%postun
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
%files -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/devede
%{python_sitelib}/devede
%{_datadir}/devede
%{_datadir}/applications/livna-%{name}.desktop
%{_datadir}/pixmaps/%{name}.svg
%doc %{_docdir}/%{name}-%{version}
%changelog
* Sat Jun 28 2008 Andrea Musuruane <musuruan(a)gmail.com> 3.9-1
- Updated to version 3.9
* Mon May 26 2008 Andrea Musuruane <musuruan(a)gmail.com> 3.8c-1
- Updated to version 3.8c.
* Sat Apr 19 2008 Andrea Musuruane <musuruan(a)gmail.com> 3.7-1
- Updated to version 3.7.
* Wed Dec 12 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.6-1
- Updated to version 3.6.
* Sun Dec 9 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.5-1
- Updated to version 3.5.
* Sat Nov 24 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.4-1
- Updated to version 3.4.
* Fri Oct 26 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.3-1
- Updated to version 3.3.
* Tue Sep 19 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.2-1
- Updated to version 3.2.
- License changed to GPLv3 or later.
- Updated icon cache scriptlets to be compliant to new guidelines.
* Sat Aug 25 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.01-3
- Changed license due to new guidelines.
* Sun Jul 08 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.01-2
- Removed %%{?dist} tag from changelog.
* Sat Jul 07 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.01-1
- Updated to version 3.01.
- Cosmetical changes.
* Sun Jun 24 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.0-1
- Updated to version 3.0.
- Updated icon cache scriptlets to be compliant to new guidelines.
- Minor fixes to desktop file.
* Fri Apr 20 2007 Andrea Musuruane <musuruan(a)gmail.com> 2.13-1
- Updated to version 2.13.
* Thu Mar 01 2007 Andrea Musuruane <musuruan(a)gmail.com> 2.12-1
- First release for Livna.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/devede/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 22 Jul 2008 16:49:34 -0000 1.1
+++ .cvsignore 26 Jul 2008 14:34:00 -0000 1.2
@@ -0,0 +1 @@
+devede-3.9.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/devede/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 22 Jul 2008 16:49:34 -0000 1.1
+++ sources 26 Jul 2008 14:34:00 -0000 1.2
@@ -0,0 +1 @@
+26112d1c62838b47c84e3b1048ae041f devede-3.9.tar.bz2
16 years, 4 months
rpms/devede/F-9 devede.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/devede/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25861/F-9
Modified Files:
.cvsignore sources
Added Files:
devede.spec
Log Message:
First import
--- NEW FILE devede.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: devede
Version: 3.9
Release: 1%{?dist}
Summary: DeVeDe is a program to create video DVDs and CDs (VCD, sVCD or CVD)
Group: Applications/Multimedia
License: GPLv3+
URL: http://www.rastersoft.com/programas/devede.html
Source0: http://www.rastersoft.com/descargas/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python >= 2.4
BuildRequires: gettext
BuildRequires: desktop-file-utils
Requires: mplayer
Requires: mencoder
Requires: dvdauthor
Requires: vcdimager
Requires: mkisofs
Requires: ImageMagick
Requires: python >= 2.4
Requires: pygtk2
Requires: pygtk2-libglade
%description
DeVeDe is a program to create video DVDs and CDs (VCD, sVCD or CVD),
suitables for home players, from any number of video files, in any
of the formats supported by Mplayer. The big advantage over other
utilities is that it only needs Mplayer, Mencoder, DVDAuthor, VCDImager
and MKisofs (well, and Python 2.4, PyGTK and PyGlade), so its
dependencies are really small.
%prep
%setup -q
# Fix devede module directory
sed -i 's!/usr/lib/!%{python_sitelib}/!' devede.py
%build
%install
rm -rf $RPM_BUILD_ROOT
./install.sh \
--uninstall=no \
--targeted=yes \
--DESTDIR=$RPM_BUILD_ROOT \
--prefix=%{_prefix} \
--libdir=%{python_sitelib} \
--pkgdocdir=%{_docdir}/%{name}-%{version}
# rename .desktop file and fix it
desktop-file-install \
--delete-original \
--vendor livna \
--dir $RPM_BUILD_ROOT/%{_datadir}/applications \
$RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%post
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
%postun
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
%files -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/devede
%{python_sitelib}/devede
%{_datadir}/devede
%{_datadir}/applications/livna-%{name}.desktop
%{_datadir}/pixmaps/%{name}.svg
%doc %{_docdir}/%{name}-%{version}
%changelog
* Sat Jun 28 2008 Andrea Musuruane <musuruan(a)gmail.com> 3.9-1
- Updated to version 3.9
* Mon May 26 2008 Andrea Musuruane <musuruan(a)gmail.com> 3.8c-1
- Updated to version 3.8c.
* Sat Apr 19 2008 Andrea Musuruane <musuruan(a)gmail.com> 3.7-1
- Updated to version 3.7.
* Wed Dec 12 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.6-1
- Updated to version 3.6.
* Sun Dec 9 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.5-1
- Updated to version 3.5.
* Sat Nov 24 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.4-1
- Updated to version 3.4.
* Fri Oct 26 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.3-1
- Updated to version 3.3.
* Tue Sep 19 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.2-1
- Updated to version 3.2.
- License changed to GPLv3 or later.
- Updated icon cache scriptlets to be compliant to new guidelines.
* Sat Aug 25 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.01-3
- Changed license due to new guidelines.
* Sun Jul 08 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.01-2
- Removed %%{?dist} tag from changelog.
* Sat Jul 07 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.01-1
- Updated to version 3.01.
- Cosmetical changes.
* Sun Jun 24 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.0-1
- Updated to version 3.0.
- Updated icon cache scriptlets to be compliant to new guidelines.
- Minor fixes to desktop file.
* Fri Apr 20 2007 Andrea Musuruane <musuruan(a)gmail.com> 2.13-1
- Updated to version 2.13.
* Thu Mar 01 2007 Andrea Musuruane <musuruan(a)gmail.com> 2.12-1
- First release for Livna.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/devede/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 22 Jul 2008 16:49:34 -0000 1.1
+++ .cvsignore 26 Jul 2008 14:33:08 -0000 1.2
@@ -0,0 +1 @@
+devede-3.9.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/devede/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 22 Jul 2008 16:49:34 -0000 1.1
+++ sources 26 Jul 2008 14:33:08 -0000 1.2
@@ -0,0 +1 @@
+26112d1c62838b47c84e3b1048ae041f devede-3.9.tar.bz2
16 years, 4 months
rpms/devede/devel devede.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/devede/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25425/devel
Modified Files:
.cvsignore sources
Added Files:
devede.spec
Log Message:
First import
--- NEW FILE devede.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: devede
Version: 3.9
Release: 1%{?dist}
Summary: DeVeDe is a program to create video DVDs and CDs (VCD, sVCD or CVD)
Group: Applications/Multimedia
License: GPLv3+
URL: http://www.rastersoft.com/programas/devede.html
Source0: http://www.rastersoft.com/descargas/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python >= 2.4
BuildRequires: gettext
BuildRequires: desktop-file-utils
Requires: mplayer
Requires: mencoder
Requires: dvdauthor
Requires: vcdimager
Requires: mkisofs
Requires: ImageMagick
Requires: python >= 2.4
Requires: pygtk2
Requires: pygtk2-libglade
%description
DeVeDe is a program to create video DVDs and CDs (VCD, sVCD or CVD),
suitables for home players, from any number of video files, in any
of the formats supported by Mplayer. The big advantage over other
utilities is that it only needs Mplayer, Mencoder, DVDAuthor, VCDImager
and MKisofs (well, and Python 2.4, PyGTK and PyGlade), so its
dependencies are really small.
%prep
%setup -q
# Fix devede module directory
sed -i 's!/usr/lib/!%{python_sitelib}/!' devede.py
%build
%install
rm -rf $RPM_BUILD_ROOT
./install.sh \
--uninstall=no \
--targeted=yes \
--DESTDIR=$RPM_BUILD_ROOT \
--prefix=%{_prefix} \
--libdir=%{python_sitelib} \
--pkgdocdir=%{_docdir}/%{name}-%{version}
# rename .desktop file and fix it
desktop-file-install \
--delete-original \
--vendor livna \
--dir $RPM_BUILD_ROOT/%{_datadir}/applications \
$RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%post
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
%postun
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
%files -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/devede
%{python_sitelib}/devede
%{_datadir}/devede
%{_datadir}/applications/livna-%{name}.desktop
%{_datadir}/pixmaps/%{name}.svg
%doc %{_docdir}/%{name}-%{version}
%changelog
* Sat Jun 28 2008 Andrea Musuruane <musuruan(a)gmail.com> 3.9-1
- Updated to version 3.9
* Mon May 26 2008 Andrea Musuruane <musuruan(a)gmail.com> 3.8c-1
- Updated to version 3.8c.
* Sat Apr 19 2008 Andrea Musuruane <musuruan(a)gmail.com> 3.7-1
- Updated to version 3.7.
* Wed Dec 12 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.6-1
- Updated to version 3.6.
* Sun Dec 9 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.5-1
- Updated to version 3.5.
* Sat Nov 24 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.4-1
- Updated to version 3.4.
* Fri Oct 26 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.3-1
- Updated to version 3.3.
* Tue Sep 19 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.2-1
- Updated to version 3.2.
- License changed to GPLv3 or later.
- Updated icon cache scriptlets to be compliant to new guidelines.
* Sat Aug 25 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.01-3
- Changed license due to new guidelines.
* Sun Jul 08 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.01-2
- Removed %%{?dist} tag from changelog.
* Sat Jul 07 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.01-1
- Updated to version 3.01.
- Cosmetical changes.
* Sun Jun 24 2007 Andrea Musuruane <musuruan(a)gmail.com> 3.0-1
- Updated to version 3.0.
- Updated icon cache scriptlets to be compliant to new guidelines.
- Minor fixes to desktop file.
* Fri Apr 20 2007 Andrea Musuruane <musuruan(a)gmail.com> 2.13-1
- Updated to version 2.13.
* Thu Mar 01 2007 Andrea Musuruane <musuruan(a)gmail.com> 2.12-1
- First release for Livna.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/devede/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 22 Jul 2008 16:49:34 -0000 1.1
+++ .cvsignore 26 Jul 2008 14:31:47 -0000 1.2
@@ -0,0 +1 @@
+devede-3.9.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/devede/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 22 Jul 2008 16:49:34 -0000 1.1
+++ sources 26 Jul 2008 14:31:47 -0000 1.2
@@ -0,0 +1 @@
+26112d1c62838b47c84e3b1048ae041f devede-3.9.tar.bz2
16 years, 4 months