rpms/openalpp/devel .cvsignore, 1.2, 1.3 openalpp.spec, 1.9, 1.10 sources, 1.2, 1.3 openalpp-20060405-link.patch, 1.1, NONE

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Mon Sep 4 05:38:47 UTC 2006


Author: xulchris

Update of /cvs/extras/rpms/openalpp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23335

Modified Files:
	.cvsignore openalpp.spec sources 
Removed Files:
	openalpp-20060405-link.patch 
Log Message:
upstream sync


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/openalpp/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	31 May 2006 08:04:45 -0000	1.2
+++ .cvsignore	4 Sep 2006 05:38:47 -0000	1.3
@@ -1 +1 @@
-openalpp-cvs-20060405.tar.gz
+openalpp-cvs-20060714.tar.gz


Index: openalpp.spec
===================================================================
RCS file: /cvs/extras/rpms/openalpp/devel/openalpp.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- openalpp.spec	31 Aug 2006 23:46:25 -0000	1.9
+++ openalpp.spec	4 Sep 2006 05:38:47 -0000	1.10
@@ -1,12 +1,12 @@
 Name:           openalpp
-Version:        20060405
-Release:        11%{?dist}
+Version:        20060714
+Release:        1%{?dist}
 Summary:        Object Oriented version of OpenAL
 Group:          System Environment/Libraries
 License:        LGPL
 URL:            http://alpp.sourceforge.net
 Source0:        http://download.gna.org/underware/sources/%{name}-cvs-%{version}.tar.gz
-Patch0:         %{name}-%{version}-link.patch
+#Patch0:         %{name}-%{version}-link.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  openal-devel freealut-devel libvorbis-devel OpenThreads-devel
 BuildRequires:  autoconf automake libtool
@@ -27,22 +27,22 @@
 
 %prep
 %setup -q -n %{name}-cvs-%{version}
-%patch0 -p0 -b .link
-autoreconf --force --install
+#%patch0 -p0 -b .link
+#autoreconf --force --install
 
 %build
 %configure --disable-static
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
-%{__rm} -rf %{buildroot}
-%{__make} install DESTDIR=%{buildroot}
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
 
 %check
-%{__make} %{?_smp_mflags} check
+make %{?_smp_mflags} check
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -59,6 +59,11 @@
 %exclude %{_libdir}/*.la
 
 %changelog
+* Sun Sep 03 2006 Christopher Stone <chris.stone at gmail.com> 20060714-1
+- Upstream sync
+- Remove patches no longer required
+- Remove system command macros
+
 * Thu Aug 31 2006 Christopher Stone <chris.stone at gmail.com> 20060405-11
 - FC6 Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/openalpp/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	31 May 2006 08:04:45 -0000	1.2
+++ sources	4 Sep 2006 05:38:47 -0000	1.3
@@ -1 +1 @@
-f3e8fe435495e9f373c561f93a87e30e  openalpp-cvs-20060405.tar.gz
+904778a83862e1981b182ceff9caf663  openalpp-cvs-20060714.tar.gz


--- openalpp-20060405-link.patch DELETED ---




More information about the scm-commits mailing list