rpms/mythtv-themes/F-14 mythtv-themes.spec,1.28,1.29
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv-themes/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29860
Modified Files:
mythtv-themes.spec
Log Message:
* Wed Oct 27 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.24-0.2.rc1
- Update to svn trunk, revision 26998 (which is actually post-0.24-rc1)
Index: mythtv-themes.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/F-14/mythtv-themes.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- mythtv-themes.spec 2 Sep 2010 01:49:33 -0000 1.28
+++ mythtv-themes.spec 28 Oct 2010 01:38:08 -0000 1.29
@@ -17,7 +17,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r26065
+%define _svnrev r26998
%define branch trunk
#
@@ -32,7 +32,8 @@
# Version/Release info
Version: 0.24
%if "%{branch}" == "trunk"
-Release: 0.1.svn.%{_svnrev}%{?dist}
+#Release: 0.1.svn.%{_svnrev}%{?dist}
+Release: 0.2.rc1%{?dist}
%else
Release: 1%{?dist}
%endif
@@ -122,6 +123,9 @@
%{_datadir}/fonts/%{name}/*.otf
%changelog
+* Wed Oct 27 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.24-0.2.rc1
+- Update to svn trunk, revision 26998 (which is actually post-0.24-rc1)
+
* Wed Sep 01 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.24-0.1.svn.r26065
- Update to svn trunk, rev 26065
14 years, 1 month
rpms/EL-6/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/EL-6/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/free/tmpcvsQ27997/rpms/EL-6/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module EL-6
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: EL-6
# $Id: Makefile,v 1.1 2010/10/27 20:38:51 laxathom Exp $
NAME := EL-6
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 ---
14 years, 1 month
rpms/EL-6 Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/EL-6
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/free/tmpcvsQ27997/rpms/EL-6
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module EL-6
--- NEW FILE Makefile ---
# Top level Makefile for module EL-6
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 ---
14 years, 1 month
rpms/EL-6/devel - New directory
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/EL-6/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/free/tmpcvsQ27997/rpms/EL-6/devel
Log Message:
Directory /cvs/free/rpms/EL-6/devel added to the repository
14 years, 1 month
rpms/EL-6 - New directory
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/EL-6
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/free/tmpcvsQ27997/rpms/EL-6
Log Message:
Directory /cvs/free/rpms/EL-6 added to the repository
14 years, 1 month
rpms/EL-6/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/EL-6/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsg27486/rpms/EL-6/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module EL-6
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: EL-6
# $Id: Makefile,v 1.1 2010/10/27 20:35:20 laxathom Exp $
NAME := EL-6
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 ---
14 years, 1 month
rpms/EL-6 Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/EL-6
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsg27486/rpms/EL-6
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module EL-6
--- NEW FILE Makefile ---
# Top level Makefile for module EL-6
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 ---
14 years, 1 month
rpms/EL-6/devel - New directory
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/EL-6/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsg27486/rpms/EL-6/devel
Log Message:
Directory /cvs/free/rpms/EL-6/devel added to the repository
14 years, 1 month
rpms/EL-6 - New directory
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/EL-6
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsg27486/rpms/EL-6
Log Message:
Directory /cvs/free/rpms/EL-6 added to the repository
14 years, 1 month
rpms/xtables-addons/F-14 .cvsignore, 1.2, 1.3 sources, 1.3, 1.4 xtables-addons-userspace.patch, 1.2, 1.3 xtables-addons.spec, 1.2, 1.3
by Chen Lei
Author: supercyper
Update of /cvs/free/rpms/xtables-addons/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20727
Modified Files:
.cvsignore sources xtables-addons-userspace.patch
xtables-addons.spec
Log Message:
Sync with devel
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/F-14/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 30 Aug 2010 03:49:00 -0000 1.2
+++ .cvsignore 27 Oct 2010 10:32:46 -0000 1.3
@@ -1 +1 @@
-xtables-addons-1.28.tar.xz
+xtables-addons-1.30.tar.xz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/F-14/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 30 Aug 2010 03:49:00 -0000 1.3
+++ sources 27 Oct 2010 10:32:46 -0000 1.4
@@ -1 +1 @@
-b94fe23370a1294b985e9a06a0f9d129 xtables-addons-1.28.tar.xz
+38d369a29fdd1ea86fe83df262e03064 xtables-addons-1.30.tar.xz
xtables-addons-userspace.patch:
Makefile.am | 1 -
configure.ac | 46 ----------------------------------------------
extensions/Makefile.am | 22 ----------------------
3 files changed, 69 deletions(-)
Index: xtables-addons-userspace.patch
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/F-14/xtables-addons-userspace.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xtables-addons-userspace.patch 30 Aug 2010 03:49:00 -0000 1.2
+++ xtables-addons-userspace.patch 27 Oct 2010 10:32:46 -0000 1.3
@@ -1,6 +1,6 @@
-diff -urP xtables-addons-1.27.org/configure.ac xtables-addons-1.27/configure.ac
---- xtables-addons-1.27.org/configure.ac 2010-05-31 09:47:58.385362271 +0800
-+++ xtables-addons-1.27/configure.ac 2010-05-31 10:01:32.727112933 +0800
+diff -Naur xtables-addons-1.30.orig/configure.ac xtables-addons-1.30/configure.ac
+--- xtables-addons-1.30.orig/configure.ac 2010-10-02 06:41:47.000000000 +0800
++++ xtables-addons-1.30/configure.ac 2010-10-27 17:54:14.962186249 +0800
@@ -9,18 +9,6 @@
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
@@ -20,7 +20,7 @@
AC_ARG_WITH([xtlibdir],
AS_HELP_STRING([--with-xtlibdir=PATH],
[Path where to install Xtables extensions [[LIBEXECDIR/xtables]]]),
-@@ -37,42 +25,7 @@
+@@ -37,42 +25,8 @@
-Winline -pipe -DXTABLES_LIBDIR=\\\"\${xtlibdir}\\\" \
-I\${XA_TOPSRCDIR}/include";
@@ -49,7 +49,7 @@
- fi;
-fi;
-echo "Found kernel version $kmajor.$kminor.$kmicro.$kstable in $kbuilddir";
--if test "$kmajor" -gt 2 -o "$kminor" -gt 6 -o "$kmicro" -gt 35; then
+-if test "$kmajor" -gt 2 -o "$kminor" -gt 6 -o "$kmicro" -gt 36; then
- echo "WARNING: You are trying a newer kernel. Results may vary. :-)";
-elif test \( "$kmajor" -lt 2 -o "$kminor" -lt 6 -o "$kmicro" -lt 17 \) -o \
- \( "$kmajor" -eq 2 -a "$kminor" -eq 6 -a "$kmicro" -eq 18 -a \
@@ -57,16 +57,15 @@
- echo "ERROR: That kernel version is not supported. Please see INSTALL for minimum configuration.";
- exit 1;
-fi;
--
+
AC_SUBST([regular_CFLAGS])
-AC_SUBST([kbuilddir])
AC_SUBST([xtlibdir])
AC_CONFIG_FILES([Makefile Makefile.iptrules Makefile.mans geoip/Makefile
- extensions/Makefile extensions/ACCOUNT/Makefile
- extensions/ipset/Makefile extensions/pknock/Makefile])
-diff -urP xtables-addons-1.27.org/extensions/Makefile.am xtables-addons-1.27/extensions/Makefile.am
---- xtables-addons-1.27.org/extensions/Makefile.am 2010-05-31 09:47:58.363361712 +0800
-+++ xtables-addons-1.27/extensions/Makefile.am 2010-05-31 10:02:08.845363738 +0800
+ extensions/Makefile extensions/ACCOUNT/Makefile
+diff -Naur xtables-addons-1.30.orig/extensions/Makefile.am xtables-addons-1.30/extensions/Makefile.am
+--- xtables-addons-1.30.orig/extensions/Makefile.am 2010-10-02 06:41:47.000000000 +0800
++++ xtables-addons-1.30/extensions/Makefile.am 2010-10-27 17:54:53.010183177 +0800
@@ -1,26 +1,4 @@
# -*- Makefile -*-
# AUTOMAKE
@@ -94,9 +93,9 @@
-clean-local: clean_modules
-
include ../Makefile.extra
-diff -urP xtables-addons-1.27.org/Makefile.am xtables-addons-1.27/Makefile.am
---- xtables-addons-1.27.org/Makefile.am 2010-05-31 09:47:58.385362271 +0800
-+++ xtables-addons-1.27/Makefile.am 2010-05-31 09:52:19.632360246 +0800
+diff -Naur xtables-addons-1.30.orig/Makefile.am xtables-addons-1.30/Makefile.am
+--- xtables-addons-1.30.orig/Makefile.am 2010-10-02 06:41:47.000000000 +0800
++++ xtables-addons-1.30/Makefile.am 2010-10-27 17:55:29.350434539 +0800
@@ -12,7 +12,6 @@
${MAKE} -f Makefile.mans all;
Index: xtables-addons.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/F-14/xtables-addons.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xtables-addons.spec 30 Aug 2010 03:49:00 -0000 1.2
+++ xtables-addons.spec 27 Oct 2010 10:32:46 -0000 1.3
@@ -1,6 +1,6 @@
Name: xtables-addons
Summary: Extensions targets and matches for iptables
-Version: 1.28
+Version: 1.30
Release: 1%{?dist}
# The entire source code is GPLv2 except ACCOUNT/libxt_ACCOUNT_cl.* which is LGPLv2
License: GPLv2 and LGPLv2
@@ -11,7 +11,6 @@
Source2: ipset-config
# patch to build userspace part only
Patch0: %{name}-userspace.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: iptables-devel
BuildRequires: autoconf automake libtool
Provides: %{name}-kmod-common = %{version}
@@ -21,8 +20,8 @@
# This is for /sbin/service
Requires(preun): initscripts
Requires(postun): initscripts
-Provides: ipset = 4.2
-%{?_isa:Provides: ipset%{?_isa} = 4.2}
+Provides: ipset = 4.4
+%{?_isa:Provides: ipset%{?_isa} = 4.4}
Obsoletes: %{name}-devel < 1.27-1
%description
@@ -42,16 +41,15 @@
%build
./autogen.sh
%configure -with-xtlibdir=/%{_lib}/xtables
-if [ -e /%{_lib}/xtables/libxt_CHECKSUM.so ]; then
- sed -i 's/build_CHECKSUM=m/build_CHECKSUM=/' mconfig
+if [ ! -e /%{_lib}/xtables/libxt_CHECKSUM.so ]; then
+ sed -i 's/build_CHECKSUM=/build_CHECKSUM=m/' mconfig
fi
-if [ -e /%{_lib}/xtables/libxt_TEE.so ]; then
- sed -i 's/build_TEE=m/build_TEE=/' mconfig
+if [ ! -e /%{_lib}/xtables/libxt_TEE.so ]; then
+ sed -i 's/build_TEE=/build_TEE=m/' mconfig
fi
make V=1 %{?_smp_mflags}
%install
-rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
# We add xt_geoip database scripts manually
@@ -101,6 +99,9 @@
%{_mandir}/man?/*
%changelog
+* Wed Oct 27 2010 Chen Lei <supercyper(a)163.com> - 1.30-1
+- update to 1.30
+
* Sun Jul 25 2010 Chen Lei <supercyper(a)163.com> - 1.28-1
- update to 1.28
14 years, 1 month