rpms/proas/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/proas/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsz24272/rpms/proas/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module proas
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: proas
# $Id: Makefile,v 1.1 2009/10/04 12:11:59 thl Exp $
NAME := proas
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 ---
15 years, 1 month
rpms/proas Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/proas
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsz24272/rpms/proas
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module proas
--- NEW FILE Makefile ---
# Top level Makefile for module proas
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 ---
15 years, 1 month
rpms/proas/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/proas/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsz24272/rpms/proas/devel
Log Message:
Directory /cvs/free/rpms/proas/devel added to the repository
15 years, 1 month
rpms/proas - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/proas
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsz24272/rpms/proas
Log Message:
Directory /cvs/free/rpms/proas added to the repository
15 years, 1 month
rpms/freeguide/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/freeguide/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsS24067/rpms/freeguide/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module freeguide
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: freeguide
# $Id: Makefile,v 1.1 2009/10/04 12:10:26 thl Exp $
NAME := freeguide
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 ---
15 years, 1 month
rpms/freeguide Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/freeguide
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsS24067/rpms/freeguide
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module freeguide
--- NEW FILE Makefile ---
# Top level Makefile for module freeguide
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 ---
15 years, 1 month
rpms/freeguide/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/freeguide/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsS24067/rpms/freeguide/devel
Log Message:
Directory /cvs/free/rpms/freeguide/devel added to the repository
15 years, 1 month
rpms/freeguide - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/freeguide
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsS24067/rpms/freeguide
Log Message:
Directory /cvs/free/rpms/freeguide added to the repository
15 years, 1 month
rpms/compat-python24-libxml2/F-11 .cvsignore, 1.5, 1.6 compat-python24-libxml2.spec, 1.5, 1.6 sources, 1.5, 1.6
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/compat-python24-libxml2/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23255
Modified Files:
.cvsignore compat-python24-libxml2.spec sources
Log Message:
* Sun Oct 04 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.7.5-1
- update to 2.7.5
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/compat-python24-libxml2/F-11/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 2 Feb 2009 07:21:01 -0000 1.5
+++ .cvsignore 4 Oct 2009 12:01:27 -0000 1.6
@@ -1 +1 @@
-libxml2-2.7.3.tar.gz
+libxml2-2.7.5.tar.gz
Index: compat-python24-libxml2.spec
===================================================================
RCS file: /cvs/free/rpms/compat-python24-libxml2/F-11/compat-python24-libxml2.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- compat-python24-libxml2.spec 29 Mar 2009 12:55:45 -0000 1.5
+++ compat-python24-libxml2.spec 4 Oct 2009 12:01:27 -0000 1.6
@@ -5,8 +5,8 @@
Summary: Python2.4 bindings for the libxml2 library
Name: compat-python24-libxml2
-Version: 2.7.3
-Release: 3%{?dist}
+Version: 2.7.5
+Release: 1%{?dist}
License: MIT
Group: Development/Libraries
Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz
@@ -57,11 +57,15 @@
%{python_sitearch}/drv_libxml2.py*
%{python_sitearch}/libxml2mod*
%doc python/TODO
+%doc python/libxml2class.txt
%doc python/tests/*.py
%doc doc/*.py
%doc doc/python.html
%changelog
+* Sun Oct 04 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.7.5-1
+- update to 2.7.5
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.7.3-3
- rebuild for new F11 features
Index: sources
===================================================================
RCS file: /cvs/free/rpms/compat-python24-libxml2/F-11/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 2 Feb 2009 07:21:01 -0000 1.5
+++ sources 4 Oct 2009 12:01:27 -0000 1.6
@@ -1 +1 @@
-8f4fda3969237c2a33bdb1583b5d06b2 libxml2-2.7.3.tar.gz
+2e29ca610579438714ebb1e4010a0ece libxml2-2.7.5.tar.gz
15 years, 1 month
rpms/opencore-amr/devel .cvsignore, 1.2, 1.3 opencore-amr.spec, 1.1, 1.2 sources, 1.2, 1.3
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/opencore-amr/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16883
Modified Files:
.cvsignore opencore-amr.spec sources
Log Message:
* Sun Oct 4 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.1.2-1
- New upstream release 0.1.2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/opencore-amr/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 11 Aug 2009 19:05:23 -0000 1.2
+++ .cvsignore 4 Oct 2009 10:03:40 -0000 1.3
@@ -1 +1 @@
-opencore-amr-0.1.1.tar.gz
+opencore-amr-0.1.2.tar.gz
Index: opencore-amr.spec
===================================================================
RCS file: /cvs/free/rpms/opencore-amr/devel/opencore-amr.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opencore-amr.spec 11 Aug 2009 19:05:24 -0000 1.1
+++ opencore-amr.spec 4 Oct 2009 10:03:40 -0000 1.2
@@ -1,5 +1,5 @@
Name: opencore-amr
-Version: 0.1.1
+Version: 0.1.2
Release: 1%{?dist}
Summary: OpenCORE Adaptive Multi Rate Narrowband and Wideband speech lib
Group: System Environment/Libraries
@@ -24,22 +24,19 @@
%prep
-%setup -q -n %{name}
-# hack hack hack
-if [ "%{_lib}" = "lib64" ]; then
- sed -i -e 's|/lib/|/lib64/|g' -e 's|/lib$|/lib64|g' */Makefile
-fi
+%setup -q
+mv opencore/README opencore/README.opencore
%build
-make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS -x c -std=c99 -fPIC"
+%configure --disable-static
+make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix}
-# we don't want the static libraries
-rm $RPM_BUILD_ROOT%{_libdir}/libopencore-amr??.a
+make install DESTDIR=$RPM_BUILD_ROOT
+rm $RPM_BUILD_ROOT%{_libdir}/libopencore-amr??.la
%clean
@@ -53,15 +50,18 @@
%files
%defattr(-,root,root,-)
-%doc opencore/ChangeLog opencore/NOTICE opencore/README
+%doc LICENSE README opencore/ChangeLog opencore/NOTICE opencore/README.opencore
%{_libdir}/libopencore-amr??.so.*
%files devel
%defattr(-,root,root,-)
%{_includedir}/opencore-amr??
%{_libdir}/libopencore-amr??.so
-
+%{_libdir}/pkgconfig/opencore-amr??.pc
%changelog
+* Sun Oct 4 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.1.2-1
+- New upstream release 0.1.2
+
* Thu Jul 30 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.1.1-1
- First version of the RPM Fusion package
Index: sources
===================================================================
RCS file: /cvs/free/rpms/opencore-amr/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 11 Aug 2009 19:05:24 -0000 1.2
+++ sources 4 Oct 2009 10:03:40 -0000 1.3
@@ -1 +1 @@
-d2e18436202fc14e03e5a254f8eb1df4 opencore-amr-0.1.1.tar.gz
+8e8b8b253eb046340ff7b6bf7a6ccd3e opencore-amr-0.1.2.tar.gz
15 years, 1 month