rpms/SDL_net/devel .cvsignore, 1.2, 1.3 SDL_net.spec, 1.5, 1.6 sources, 1.2, 1.3 SDL_net-137525.patch, 1.1, NONE SDL_net-ppc64.patch, 1.1, NONE

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Sat Aug 26 03:53:03 UTC 2006


Author: bpepple

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

Modified Files:
	.cvsignore SDL_net.spec sources 
Removed Files:
	SDL_net-137525.patch SDL_net-ppc64.patch 
Log Message:
* Fri Aug 25 2006 Brian Pepple <bpepple at fedoraproject.org> - 1.2.6-1
- Update to 1.2.6.
- Simplify description & summary for devel package.
- Use disable-static configure flag.
- Drop ppc64 patch.
- Drop 137525 patch, fixed upstream.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/SDL_net/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	26 May 2005 18:05:52 -0000	1.2
+++ .cvsignore	26 Aug 2006 03:53:03 -0000	1.3
@@ -1 +1 @@
-SDL_net-1.2.5.tar.gz
+SDL_net-1.2.6.tar.gz


Index: SDL_net.spec
===================================================================
RCS file: /cvs/extras/rpms/SDL_net/devel/SDL_net.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- SDL_net.spec	13 Feb 2006 17:33:48 -0000	1.5
+++ SDL_net.spec	26 Aug 2006 03:53:03 -0000	1.6
@@ -1,18 +1,15 @@
 Name:		SDL_net
-Version:	1.2.5
-Release:	8%{?dist}
+Version:	1.2.6
+Release:	1%{?dist}
 Summary:	SDL portable network library
 
 Group:		System Environment/Libraries
 License:	LGPL
 URL:		http://www.libsdl.org/projects/SDL_net/
 Source0:	http://www.libsdl.org/projects/%{name}/release/%{name}-%{version}.tar.gz
-Patch0:		%{name}-ppc64.patch
-Patch1:		%{name}-137525.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	SDL-devel >= 1.2.4-1
-BuildRequires:	automake autoconf libtool
 Requires:	SDL >= 1.2.4-1
 
 
@@ -21,42 +18,31 @@
 
 
 %package devel
-Summary:	Libraries and includes to develop SDL networked applications.
+Summary:	Development files for %{name}
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 Requires:	SDL-devel >= 1.2.4-1
 
 
 %description devel
-This is a portable network library for use with SDL.
-
-This is the libraries and include files you can use to develop SDL
-networked applications.
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
 
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1
-
-touch NEWS AUTHORS ChangeLog # Quiet automake
-
-libtoolize --force
-aclocal
-automake --add-missing
-autoconf
 
 
 %build
-%configure --prefix=%{_prefix}
+%configure --disable-static
 make %{?_smp_mflags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+make install DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %clean
@@ -70,19 +56,25 @@
 
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc README CHANGES COPYING
 %{_libdir}/lib*.so.*
 
 
 %files devel
-%defattr(-,root,root)
-%{_libdir}/lib*.a
+%defattr(-,root,root,-)
 %{_libdir}/lib*.so
 %{_includedir}/SDL/
 
 
 %changelog
+* Fri Aug 25 2006 Brian Pepple <bpepple at fedoraproject.org> - 1.2.6-1
+- Update to 1.2.6.
+- Simplify description & summary for devel package.
+- Use disable-static configure flag.
+- Drop ppc64 patch.
+- Drop 137525 patch, fixed upstream.
+
 * Mon Feb 13 2006 Brian Pepple <bdpepple at ameritech.net> - 1.2.5-8
 - rebuilt for new gcc4.1 snapshot and glibc changes
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/SDL_net/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	26 May 2005 18:05:52 -0000	1.2
+++ sources	26 Aug 2006 03:53:03 -0000	1.3
@@ -1 +1 @@
-e45b1048d2747480dcc65ece4130a920  SDL_net-1.2.5.tar.gz
+7be5b9ef36129ee187ace96906cd264c  SDL_net-1.2.6.tar.gz


--- SDL_net-137525.patch DELETED ---


--- SDL_net-ppc64.patch DELETED ---




More information about the fedora-extras-commits mailing list