[rcssserver: 1/2] Update to version 15.1.0

Hedayat Vatankhah hedayat at fedoraproject.org
Mon Jun 4 19:50:04 UTC 2012


commit 5dcd5c0e188f151a3c741187c0fa0ee5cd9cb8be
Author: Hedayat Vatankhah <hedayat.fwd at gmail.com>
Date:   Mon Jun 4 23:58:23 2012 +0430

    Update to version 15.1.0
    
    - Remove some no-longer-necessary lines (e.g. buildroot tag)

 .gitignore      |    1 +
 rcssserver.spec |   16 ++++++----------
 sources         |    2 +-
 3 files changed, 8 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d8ed47..0d6915f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 rcssserver-14.0.3.tar.gz
 /rcssserver-15.0.0.tar.gz
+/rcssserver-15.1.0.tar.gz
diff --git a/rcssserver.spec b/rcssserver.spec
index dc45eef..bbe1964 100644
--- a/rcssserver.spec
+++ b/rcssserver.spec
@@ -1,6 +1,6 @@
 Name:           rcssserver
-Version:        15.0.0
-Release:        5%{?dist}
+Version:        15.1.0
+Release:        1%{?dist}
 Summary:        Robocup 2D Soccer Simulation Server
 
 Group:          Applications/System
@@ -12,7 +12,6 @@ Source0:        http://downloads.sourceforge.net/sserver/%{name}-%{version}.tar.
 Source1:        %{name}.desktop
 # upstream should update ax_boost_base.m4
 Patch0:         ax_boost_base-64bit.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  automake libtool boost-devel zlib-devel
 BuildRequires:  desktop-file-utils flex bison
@@ -71,36 +70,33 @@ sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
 make CPPFLAGS="-DBOOST_FILESYSTEM_VERSION=2"
 
 %install
-rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL="install -p"
 rm -rf %{buildroot}/%{_libdir}/*.la
 
 desktop-file-install --vendor="fedora"                 \
   --dir=%{buildroot}/%{_datadir}/applications %{SOURCE1}
 
-%clean
-rm -rf %{buildroot}
-
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING.LESSER NEWS README 
 %{_bindir}/rcss*
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root,-)
 %{_includedir}/*
 %{_libdir}/*.so
 
 %files gui
-%defattr(-,root,root,-)
 %{_bindir}/rcsoccersim
 %{_datadir}/applications/*
 
 %changelog
+* Mon Jun 04 2012 Hedayat Vatankhah <hedayat.fwd+rpmchlog at gmail.com> - 15.1.0-1
+- Update to version 15.1.0
+- Remove some no-longer-necessary lines (e.g. buildroot tag)
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 15.0.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index bb2c90f..e221d42 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5fd914d1c56f140407349fe11dbaca28  rcssserver-15.0.0.tar.gz
+b36af5621ff6e376f74ce60b43bea966  rcssserver-15.1.0.tar.gz


More information about the scm-commits mailing list