]> git.pld-linux.org Git - packages/SDL_net.git/blobdiff - SDL_net.spec
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
[packages/SDL_net.git] / SDL_net.spec
index e923629f79a204e2df12308bbd19ed004ff33600..f8584cb880e585c4491b79685de6d176ee335275 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Simple DirectMedia Layer - network
 Summary(pl):   Biblioteka obsĀ³ugi sieci w SDL
 Name:          SDL_net
-Version:       1.2.3
+Version:       1.2.4
 Release:       2
 License:       LGPL
 Group:         Libraries
@@ -12,6 +12,7 @@ BuildRequires:        autoconf
 BuildRequires: automake
 BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Obsoletes:     libSDL_net1.2
 
 %define                _prefix         /usr/X11R6
 
@@ -30,6 +31,7 @@ Summary(pl):  Pliki na
 Group:         Development/Libraries
 Requires:      %{name} = %{version}
 Requires:      SDL-devel
+Obsoletes:     libSDL_net1.2-devel
 
 %description devel
 Header files and more to develop SDL_net applications.
@@ -56,8 +58,8 @@ Statyczne biblioteki SDL_net.
 rm -f missing
 libtoolize --copy --force
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -80,7 +82,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc *.gz
+%doc README.gz
 %attr(755,root,root) %{_libdir}/lib*.so
 %attr(755,root,root) %{_libdir}/lib*.la
 %{_includedir}/SDL/*
This page took 0.059802 seconds and 4 git commands to generate.