rpms/smesh - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/smesh
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsIq3577/rpms/smesh
Log Message:
Directory /cvs/nonfree/rpms/smesh added to the repository
13 years
rpms/swftools/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/swftools/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsuC2765/rpms/swftools/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module swftools
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: swftools
# $Id: Makefile,v 1.1 2012/01/24 22:09:49 kwizart Exp $
NAME := swftools
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 ---
13 years
rpms/swftools Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/swftools
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsuC2765/rpms/swftools
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module swftools
--- NEW FILE Makefile ---
# Top level Makefile for module swftools
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 ---
13 years
rpms/swftools/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/swftools/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsuC2765/rpms/swftools/devel
Log Message:
Directory /cvs/free/rpms/swftools/devel added to the repository
13 years
rpms/swftools - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/swftools
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsuC2765/rpms/swftools
Log Message:
Directory /cvs/free/rpms/swftools added to the repository
13 years
rpms/xtables-addons/F-16 xtables-addons.spec,1.6,1.7
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1661/F-16
Modified Files:
xtables-addons.spec
Log Message:
Fix build
Index: xtables-addons.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/F-16/xtables-addons.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xtables-addons.spec 24 Jan 2012 20:21:19 -0000 1.6
+++ xtables-addons.spec 24 Jan 2012 22:00:53 -0000 1.7
@@ -19,8 +19,8 @@
# This is for /sbin/service
Requires(preun): initscripts
Requires(postun): initscripts
-Provides: ipset = 6
-%{?_isa:Provides: ipset%{?_isa} = 6}
+Provides: ipset = 6.10
+%{?_isa:Provides: ipset%{?_isa} = 6.10}
Obsoletes: %{name}-devel < 1.27-1
%description
@@ -33,18 +33,19 @@
%{name}-kmod package.
%prep
-%setup -q
-
-
-%build
+%setup -q
./autogen.sh
-%configure -with-xtlibdir=/%{_lib}/xtables --without-kbuild
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=/build_TEE=m/' mconfig
fi
+sed -i 's/build_ipset6=/build_ipset6=m/' mconfig
+
+%build
+%configure --without-kbuild
+
make V=1 %{?_smp_mflags}
%install
13 years
rpms/xtables-addons/devel xtables-addons.spec,1.6,1.7
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1661/devel
Modified Files:
xtables-addons.spec
Log Message:
Fix build
Index: xtables-addons.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/devel/xtables-addons.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xtables-addons.spec 24 Jan 2012 20:21:19 -0000 1.6
+++ xtables-addons.spec 24 Jan 2012 22:00:53 -0000 1.7
@@ -19,8 +19,8 @@
# This is for /sbin/service
Requires(preun): initscripts
Requires(postun): initscripts
-Provides: ipset = 6
-%{?_isa:Provides: ipset%{?_isa} = 6}
+Provides: ipset = 6.10
+%{?_isa:Provides: ipset%{?_isa} = 6.10}
Obsoletes: %{name}-devel < 1.27-1
%description
@@ -33,18 +33,19 @@
%{name}-kmod package.
%prep
-%setup -q
-
-
-%build
+%setup -q
./autogen.sh
-%configure -with-xtlibdir=/%{_lib}/xtables --without-kbuild
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=/build_TEE=m/' mconfig
fi
+sed -i 's/build_ipset6=/build_ipset6=m/' mconfig
+
+%build
+%configure --without-kbuild
+
make V=1 %{?_smp_mflags}
%install
13 years
rpms/xtables-addons/F-15 xtables-addons.spec,1.6,1.7
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1661/F-15
Modified Files:
xtables-addons.spec
Log Message:
Fix build
Index: xtables-addons.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/F-15/xtables-addons.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xtables-addons.spec 24 Jan 2012 20:21:19 -0000 1.6
+++ xtables-addons.spec 24 Jan 2012 22:00:53 -0000 1.7
@@ -19,8 +19,8 @@
# This is for /sbin/service
Requires(preun): initscripts
Requires(postun): initscripts
-Provides: ipset = 6
-%{?_isa:Provides: ipset%{?_isa} = 6}
+Provides: ipset = 6.10
+%{?_isa:Provides: ipset%{?_isa} = 6.10}
Obsoletes: %{name}-devel < 1.27-1
%description
@@ -33,18 +33,19 @@
%{name}-kmod package.
%prep
-%setup -q
-
-
-%build
+%setup -q
./autogen.sh
-%configure -with-xtlibdir=/%{_lib}/xtables --without-kbuild
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=/build_TEE=m/' mconfig
fi
+sed -i 's/build_ipset6=/build_ipset6=m/' mconfig
+
+%build
+%configure --without-kbuild
+
make V=1 %{?_smp_mflags}
%install
13 years
rpms/staging-kmod/F-16 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 staging-kmod.spec, 1.31, 1.32
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22782
Modified Files:
.cvsignore sources staging-kmod.spec
Log Message:
* Tue Jan 24 2012 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.2.1-1.1
- update to 3.2.1
- drop ATH6K_LEGACY (replaced by a proper driver)
- drop DRM_PSB (enabled in Fedora)
- add RTS5139
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-16/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 6 Nov 2011 11:30:11 -0000 1.5
+++ .cvsignore 24 Jan 2012 20:32:07 -0000 1.6
@@ -1 +1 @@
-linux-staging-3.1.tar.bz2
+linux-staging-3.2.1.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-16/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 6 Nov 2011 11:30:11 -0000 1.5
+++ sources 24 Jan 2012 20:32:07 -0000 1.6
@@ -1 +1 @@
-20d4d99f2db296b376243621a25c02df linux-staging-3.1.tar.bz2
+59dff60d685e84fa61e6f37c9f7047e8 linux-staging-3.2.1.tar.bz2
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-16/staging-kmod.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- staging-kmod.spec 24 Jan 2012 13:04:18 -0000 1.31
+++ staging-kmod.spec 24 Jan 2012 20:32:07 -0000 1.32
@@ -1,7 +1,7 @@
# akmods not supported
# which drivers to built
-%global stgdrvs ASUS_OLED ATH6K_LEGACY BATMAN_ADV BCM_WIMAX DRM_PSB EASYCAP ECHO EPL ET131X FB_UDL FB_XGI FT1000_USB HECI HYPERV IDE_PHISON INTEL_MEI LINE6_USB RTS_PSTOR RAMZSWAP R8187SE R8712U RTL8192SU RTL8192E RTL8192U SLICOSS SOLO6X10 TOUCHSCREEN_CLEARPAD_TM1217 TOUCHSCREEN_SYNAPTICS_I2C_RMI4 USB_ENESTORAGE W35UND PRISM2_USB VT6655 VT6656 XVMALLOC ZRAM ZCACHE
+%global stgdrvs ASUS_OLED BCM_WIMAX EASYCAP ECHO EPL ET131X FB_UDL FB_XGI FT1000_USB HECI HYPERV IDE_PHISON INTEL_MEI LINE6_USB RTS_PSTOR RAMZSWAP R8187SE R8712U RTL8192SU RTL8192E RTL8192U RTS5139 SLICOSS SOLO6X10 TOUCHSCREEN_CLEARPAD_TM1217 TOUCHSCREEN_SYNAPTICS_I2C_RMI4 USB_ENESTORAGE W35UND PRISM2_USB VT6655 VT6656 XVMALLOC ZRAM ZCACHE
# avoid this error:
# /usr/lib/rpm/debugedit: canonicalization unexpectedly shrank by one character
@@ -19,8 +19,8 @@
#global prever rc8
Name: staging-kmod
-Version: 3.1
-Release: %{?prever:0.}3%{?prever:.%{prever}}%{?dist}.5
+Version: 3.2.1
+Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}.1
Summary: Selected kernel modules from linux-staging
Group: System Environment/Kernel
@@ -52,9 +52,6 @@
# disable drivers that are enabled in Fedora's kernel, as those otherweise would get build
sed -i 's|.*DABUSB.*||; s|.*SE401.*||; s|.*VICAM.*||; s|.CRYSTALH||; s|.*LIRC.*||;' linux-staging-%{version}%{?prever:-%{prever}}/drivers/staging/Makefile
-# fix include for BRCM80211
-sed -i 's!-Idrivers/staging/brcm80211/!-I$(obj)/../!' linux-staging-%{version}%{?prever:-%{prever}}/drivers/staging/brcm80211/*/Makefile
-
# seperate directories for each kernel variant (PAE, non-PAE, ...) we build the modules for
for kernel_version in %{?kernel_versions} ; do
cp -a linux-staging-%{version}%{?prever:-%{prever}}/ _kmod_build_${kernel_version%%___*}
@@ -134,6 +131,12 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue Jan 24 2012 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.2.1-1.1
+- update to 3.2.1
+- drop ATH6K_LEGACY (replaced by a proper driver)
+- drop DRM_PSB (enabled in Fedora)
+- add RTS5139
+
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-3.5
- rebuild for updated kernel
13 years
rpms/xtables-addons-kmod/devel xtables-addons-kmod.spec,1.17,1.18
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22572
Modified Files:
xtables-addons-kmod.spec
Log Message:
Build for akmod
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/devel/xtables-addons-kmod.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- xtables-addons-kmod.spec 24 Jan 2012 20:30:27 -0000 1.17
+++ xtables-addons-kmod.spec 24 Jan 2012 20:31:38 -0000 1.18
@@ -3,7 +3,7 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%define buildforkernels current
+%define buildforkernels akmod
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
13 years