rpms/kodi-pvr-addons/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/kodi-pvr-addons/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsL18194/rpms/kodi-pvr-addons/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module kodi-pvr-addons
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: kodi-pvr-addons
# $Id: Makefile,v 1.1 2014/12/30 13:59:21 kwizart Exp $
NAME := kodi-pvr-addons
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 ---
9 years, 10 months
rpms/kodi-pvr-addons Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/kodi-pvr-addons
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsL18194/rpms/kodi-pvr-addons
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module kodi-pvr-addons
--- NEW FILE Makefile ---
# Top level Makefile for module kodi-pvr-addons
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 ---
9 years, 10 months
rpms/kodi-pvr-addons/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/kodi-pvr-addons/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsL18194/rpms/kodi-pvr-addons/devel
Log Message:
Directory /cvs/free/rpms/kodi-pvr-addons/devel added to the repository
9 years, 10 months
rpms/kodi-pvr-addons - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/kodi-pvr-addons
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsL18194/rpms/kodi-pvr-addons
Log Message:
Directory /cvs/free/rpms/kodi-pvr-addons added to the repository
9 years, 10 months
rpms/kodi/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/kodi/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsa17963/rpms/kodi/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module kodi
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: kodi
# $Id: Makefile,v 1.1 2014/12/30 13:56:21 kwizart Exp $
NAME := kodi
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 ---
9 years, 10 months
rpms/kodi Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/kodi
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsa17963/rpms/kodi
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module kodi
--- NEW FILE Makefile ---
# Top level Makefile for module kodi
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 ---
9 years, 10 months
rpms/kodi/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/kodi/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsa17963/rpms/kodi/devel
Log Message:
Directory /cvs/free/rpms/kodi/devel added to the repository
9 years, 10 months
rpms/kodi - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/kodi
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsa17963/rpms/kodi
Log Message:
Directory /cvs/free/rpms/kodi added to the repository
9 years, 10 months
rpms/cairo-dock/F-20 cairo-dock.spec,1.77,1.78
by Mamoru Tasaka
Author: mtasaka
Update of /cvs/free/rpms/cairo-dock/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7115
Modified Files:
cairo-dock.spec
Log Message:
* Tue Dec 30 2014 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 3.4.0-8
- Make -kde, -xfce installed as default, per request from
the upstream (no extra dependency will be added)
Index: cairo-dock.spec
===================================================================
RCS file: /cvs/free/rpms/cairo-dock/F-20/cairo-dock.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- cairo-dock.spec 29 Dec 2014 08:16:00 -0000 1.77
+++ cairo-dock.spec 30 Dec 2014 06:46:03 -0000 1.78
@@ -29,7 +29,7 @@
%global build_webkit 1
%global build_xfce 1
-%global fedora_main_rel 7
+%global fedora_main_rel 8
%global fedora_rel %{?pre_release:0.}%{fedora_main_rel}%{?betaver:.%betaver}
@@ -142,6 +142,11 @@
# cairo-dock-plug-ins
Requires: %{name}-core = %{rpmver_c}-%{rpmrel}
Requires: %{name}-plug-ins = %{rpmver_p}-%{rpmrel}
+# Per upstream request
+%if 0%{?build_xfce} >= 1
+Requires: %{name}-plug-ins-xfce = %{rpmver_p}-%{rpmrel}
+%endif
+Requires: %{name}-plug-ins-kde = %{rpmver_p}-%{rpmrel}
%description
This is a metapackage for installing all default packages
@@ -720,6 +725,10 @@
%{_libdir}/pkgconfig/gldi.pc
%changelog
+* Tue Dec 30 2014 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 3.4.0-8
+- Make -kde, -xfce installed as default, per request from
+ the upstream (no extra dependency will be added)
+
* Mon Dec 29 2014 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 3.4.0-7
- Build unstable plug-ins (except for KDE experimental)
(not installed by default option)
9 years, 10 months
rpms/cairo-dock/devel cairo-dock.spec,1.82,1.83
by Mamoru Tasaka
Author: mtasaka
Update of /cvs/free/rpms/cairo-dock/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv6997
Modified Files:
cairo-dock.spec
Log Message:
* Tue Dec 30 2014 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 3.4.0-8
- Make -kde, -xfce installed as default, per request from
the upstream (no extra dependency will be added)
Index: cairo-dock.spec
===================================================================
RCS file: /cvs/free/rpms/cairo-dock/devel/cairo-dock.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- cairo-dock.spec 29 Dec 2014 08:12:48 -0000 1.82
+++ cairo-dock.spec 30 Dec 2014 06:45:24 -0000 1.83
@@ -29,7 +29,7 @@
%global build_webkit 1
%global build_xfce 1
-%global fedora_main_rel 7
+%global fedora_main_rel 8
%global fedora_rel %{?pre_release:0.}%{fedora_main_rel}%{?betaver:.%betaver}
@@ -142,6 +142,11 @@
# cairo-dock-plug-ins
Requires: %{name}-core = %{rpmver_c}-%{rpmrel}
Requires: %{name}-plug-ins = %{rpmver_p}-%{rpmrel}
+# Per upstream request
+%if 0%{?build_xfce} >= 1
+Requires: %{name}-plug-ins-xfce = %{rpmver_p}-%{rpmrel}
+%endif
+Requires: %{name}-plug-ins-kde = %{rpmver_p}-%{rpmrel}
%description
This is a metapackage for installing all default packages
@@ -720,6 +725,10 @@
%{_libdir}/pkgconfig/gldi.pc
%changelog
+* Tue Dec 30 2014 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 3.4.0-8
+- Make -kde, -xfce installed as default, per request from
+ the upstream (no extra dependency will be added)
+
* Mon Dec 29 2014 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 3.4.0-7
- Build unstable plug-ins (except for KDE experimental)
(not installed by default option)
9 years, 10 months