rpms/sigen/F-10 sigen.spec,1.2,1.3 sources,1.3,1.4

Ben Boeckel mathstuf at fedoraproject.org
Sat Dec 6 21:37:41 UTC 2008


Author: mathstuf

Update of /cvs/pkgs/rpms/sigen/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6356

Modified Files:
	sigen.spec sources 
Log Message:
Fixing the build



Index: sigen.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sigen/F-10/sigen.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sigen.spec	1 Dec 2008 06:16:37 -0000	1.2
+++ sigen.spec	6 Dec 2008 21:37:11 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           sigen
 Version:        0.0.2
-Release:        0.22.20081201git2fe921ca%{?dist}
+Release:        0.25.20081206git529cd0e%{?dist}
 Summary:        An RPG/Strategy engine inspired by the Pokémon™ games
 
 Group:          Amusements/Games
@@ -10,7 +10,7 @@
 # following commands to generate the tarball:
 # git clone git://fedorapeople.org/~mathstuf/sigen.git
 # cd sigen
-# git archive --format=tar --prefix=sigen-0.0.2/ 2fe921ca | bzip2 --best > ../sigen-0.0.2.tar.bz2
+# git archive --format=tar --prefix=sigen-0.0.2/ 529cd0e | bzip2 --best > ../sigen-0.0.2.tar.bz2
 Source0:        %{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -36,7 +36,7 @@
 Sigscript - library for scripts to use the data in a Sigmod
 Sigbattle - library for the battle system
 Signet - library for network communications
-# Sigworld - library for handling overworld interactions
+Sigworld - library for handling overworld interactions
 
 %package devel
 Summary:        Files needed to develop programs which use the Sigma Game Engine
@@ -98,8 +98,8 @@
 %{_libdir}/libsigbattle.so.0.0.2
 %{_libdir}/libsignet.so.0
 %{_libdir}/libsignet.so.0.0.2
-# %{_libdir}/libsigworld.so.0
-# %{_libdir}/libsigworld.so.0.0.2
+%{_libdir}/libsigworld.so.0
+%{_libdir}/libsigworld.so.0.0.2
 %{_datadir}/mime/packages
 %{_datadir}/mimelnk/application
 %{_datadir}/applications
@@ -114,11 +114,22 @@
 %{_libdir}/libsigscript.so
 %{_libdir}/libsigbattle.so
 %{_libdir}/libsignet.so
-# %{_libdir}/libsigworld.so
+%{_libdir}/libsigworld.so
 %{_includedir}/%{name}
+%{_kde4_appsdir}/cmake/modules/SigenExportedLibraryTargets.cmake
+%{_kde4_appsdir}/cmake/modules/SigenExportedLibraryTargets-release.cmake
 
 
 %changelog
+* Sat Dec 06 2008 Ben Boeckel <MathStuf at gmail.com> 0.0.2-0.25.20081206git529cd0e
+- CMake export files added
+
+* Mon Dec 01 2008 Ben Boeckel <MathStuf at gmail.com> 0.0.2-0.24.20081201git2fe921ca
+- Sigworld added
+
+* Mon Dec 01 2008 Ben Boeckel <MathStuf at gmail.com> 0.0.2-0.23.20081201git2fe921ca
+- Missed a / when making the tarball
+
 * Mon Dec 01 2008 Ben Boeckel <MathStuf at gmail.com> 0.0.2-0.22.20081201git2fe921ca
 - Using git now instead of subversion
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sigen/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	1 Dec 2008 06:16:37 -0000	1.3
+++ sources	6 Dec 2008 21:37:11 -0000	1.4
@@ -1 +1 @@
-ca0a55cd6f8f1db35723b34211f392ec  sigen-0.0.2.tar.bz2
+3d1153436dbf740ca22d0ef6bb12f21e  sigen-0.0.2.tar.bz2




More information about the fedora-extras-commits mailing list