rpms/xine-plugin - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xine-plugin
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvst16141/rpms/xine-plugin
Log Message:
Directory /cvs/free/rpms/xine-plugin added to the repository
11 years, 1 month
rpms/gxine/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/gxine/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsx15157/rpms/gxine/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module gxine
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: gxine
# $Id: Makefile,v 1.1 2013/10/23 20:16:41 kwizart Exp $
NAME := gxine
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 ---
11 years, 1 month
rpms/gxine Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/gxine
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsx15157/rpms/gxine
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module gxine
--- NEW FILE Makefile ---
# Top level Makefile for module gxine
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 ---
11 years, 1 month
rpms/gxine/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/gxine/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsx15157/rpms/gxine/devel
Log Message:
Directory /cvs/free/rpms/gxine/devel added to the repository
11 years, 1 month
rpms/gxine - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/gxine
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsx15157/rpms/gxine
Log Message:
Directory /cvs/free/rpms/gxine added to the repository
11 years, 1 month
rpms/fuse-exfat/EL-6 fuse-exfat.spec,1.1,1.2
by Patrick Griffis
Author: tingping
Update of /cvs/free/rpms/fuse-exfat/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv6530
Modified Files:
fuse-exfat.spec
Log Message:
Index: fuse-exfat.spec
===================================================================
RCS file: /cvs/free/rpms/fuse-exfat/EL-6/fuse-exfat.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fuse-exfat.spec 18 Mar 2013 01:06:39 -0000 1.1
+++ fuse-exfat.spec 23 Oct 2013 09:24:21 -0000 1.2
@@ -1,7 +1,7 @@
Name: fuse-exfat
Summary: Free exFAT file system implementation
Version: 1.0.1
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv3+
Group: System Environment/Base
Source0: http://exfat.googlecode.com/files/fuse-exfat-%{version}.tar.gz
@@ -22,18 +22,21 @@
scons CFLAGS="%{optflags}"
%install
-scons install DESTDIR=%{buildroot}%{_sbindir}
+scons install DESTDIR=%{buildroot}/sbin
mkdir -p %{buildroot}%{_mandir}/man8/
cp -a fuse/mount.exfat-fuse.8 %{buildroot}%{_mandir}/man8/mount.exfat-fuse.8
ln -s %{_mandir}/man8/mount.exfat-fuse.8 %{buildroot}%{_mandir}/man8/mount.exfat.8
%files
%doc COPYING
-%{_sbindir}/mount.exfat-fuse
-%{_sbindir}/mount.exfat
+/sbin/mount.exfat-fuse
+/sbin/mount.exfat
%{_mandir}/man8/*
%changelog
+* Wed Oct 23 2013 TingPing <tingping(a)tingping.se> - 1.0.1-2
+- Fix path on RHEL
+
* Sun Mar 17 2013 TingPing <tingping(a)tingping.se> - 1.0.1-1
- Initial package
11 years, 1 month
rpms/exfat-utils/EL-6 exfat-utils.spec,1.1,1.2
by Patrick Griffis
Author: tingping
Update of /cvs/free/rpms/exfat-utils/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5990
Modified Files:
exfat-utils.spec
Log Message:
Index: exfat-utils.spec
===================================================================
RCS file: /cvs/free/rpms/exfat-utils/EL-6/exfat-utils.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- exfat-utils.spec 18 Mar 2013 01:05:00 -0000 1.1
+++ exfat-utils.spec 23 Oct 2013 09:19:59 -0000 1.2
@@ -1,7 +1,7 @@
Name: exfat-utils
Summary: Utilities for exFAT file system
Version: 1.0.1
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv3+
Group: System Environment/Base
Source0: http://exfat.googlecode.com/files/exfat-utils-%{version}.tar.gz
@@ -19,7 +19,7 @@
scons CFLAGS="%{optflags}"
%install
-scons install DESTDIR=%{buildroot}/%{_bindir}
+scons install DESTDIR=%{buildroot}/sbin
mkdir -p %{buildroot}/%{_mandir}/man8/
cp -a dump/dumpexfat.8 %{buildroot}/%{_mandir}/man8/dumpexfat.8
cp -a fsck/exfatfsck.8 %{buildroot}/%{_mandir}/man8/exfatfsck.8
@@ -30,15 +30,18 @@
%files
%doc COPYING
-%{_bindir}/dumpexfat
-%{_bindir}/exfatfsck
-%{_bindir}/fsck.exfat
-%{_bindir}/mkexfatfs
-%{_bindir}/mkfs.exfat
-%{_bindir}/exfatlabel
+/sbin/dumpexfat
+/sbin/exfatfsck
+/sbin/mkexfatfs
+/sbin/fsck.exfat
+/sbin/mkfs.exfat
+/sbin/exfatlabel
%{_mandir}/man8/*
%changelog
+* Wed Oct 23 2013 TingPing <tingping(a)tingping.se> - 1.0.1-2
+- Fix path on RHEL
+
* Sun Mar 17 2013 TingPing <tingping(a)tingping.se> - 1.0.1-1
- Initial package
11 years, 1 month
rpms/fceux/F-18 fceux.spec,1.3,1.4
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/fceux/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv28247
Modified Files:
fceux.spec
Log Message:
* Wed Oct 23 2013 Andrea Musuruane <musuruan(a)gmail.com> - 2.2.2-2
- Added missing update of desktop database
Index: fceux.spec
===================================================================
RCS file: /cvs/free/rpms/fceux/F-18/fceux.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fceux.spec 20 Oct 2013 12:36:46 -0000 1.3
+++ fceux.spec 23 Oct 2013 08:16:26 -0000 1.4
@@ -1,6 +1,6 @@
Name: fceux
Version: 2.2.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A cross platform, NTSC and PAL Famicom/NES emulator
Group: Applications/Emulators
@@ -125,6 +125,7 @@
%post
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+/usr/bin/update-desktop-database &> /dev/null || :
%postun
@@ -132,6 +133,7 @@
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
+/usr/bin/update-desktop-database &> /dev/null || :
%posttrans
@@ -155,6 +157,9 @@
%changelog
+* Wed Oct 23 2013 Andrea Musuruane <musuruan(a)gmail.com> - 2.2.2-2
+- Added missing update of desktop database
+
* Sat Oct 19 2013 Andrea Musuruane <musuruan(a)gmail.com> - 2.2.2-1
- Updated to new upstream realease
- Removed non longer needed patches
11 years, 1 month
rpms/fceux/F-19 fceux.spec,1.4,1.5
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/fceux/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv28076
Modified Files:
fceux.spec
Log Message:
* Wed Oct 23 2013 Andrea Musuruane <musuruan(a)gmail.com> - 2.2.2-2
- Added missing update of desktop database
Index: fceux.spec
===================================================================
RCS file: /cvs/free/rpms/fceux/F-19/fceux.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fceux.spec 20 Oct 2013 12:36:09 -0000 1.4
+++ fceux.spec 23 Oct 2013 08:15:59 -0000 1.5
@@ -1,6 +1,6 @@
Name: fceux
Version: 2.2.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A cross platform, NTSC and PAL Famicom/NES emulator
Group: Applications/Emulators
@@ -125,6 +125,7 @@
%post
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+/usr/bin/update-desktop-database &> /dev/null || :
%postun
@@ -132,6 +133,7 @@
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
+/usr/bin/update-desktop-database &> /dev/null || :
%posttrans
@@ -155,6 +157,9 @@
%changelog
+* Wed Oct 23 2013 Andrea Musuruane <musuruan(a)gmail.com> - 2.2.2-2
+- Added missing update of desktop database
+
* Sat Oct 19 2013 Andrea Musuruane <musuruan(a)gmail.com> - 2.2.2-1
- Updated to new upstream realease
- Removed non longer needed patches
11 years, 1 month
rpms/fceux/devel fceux.spec,1.5,1.6
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/fceux/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27929
Modified Files:
fceux.spec
Log Message:
* Wed Oct 23 2013 Andrea Musuruane <musuruan(a)gmail.com> - 2.2.2-2
- Added missing update of desktop database
Index: fceux.spec
===================================================================
RCS file: /cvs/free/rpms/fceux/devel/fceux.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fceux.spec 20 Oct 2013 12:35:21 -0000 1.5
+++ fceux.spec 23 Oct 2013 08:15:37 -0000 1.6
@@ -1,6 +1,6 @@
Name: fceux
Version: 2.2.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A cross platform, NTSC and PAL Famicom/NES emulator
Group: Applications/Emulators
@@ -125,6 +125,7 @@
%post
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+/usr/bin/update-desktop-database &> /dev/null || :
%postun
@@ -132,6 +133,7 @@
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
+/usr/bin/update-desktop-database &> /dev/null || :
%posttrans
@@ -155,6 +157,9 @@
%changelog
+* Wed Oct 23 2013 Andrea Musuruane <musuruan(a)gmail.com> - 2.2.2-2
+- Added missing update of desktop database
+
* Sat Oct 19 2013 Andrea Musuruane <musuruan(a)gmail.com> - 2.2.2-1
- Updated to new upstream realease
- Removed non longer needed patches
11 years, 1 month