Compare commits

...

6 Commits
rawhide ... el6

Author SHA1 Message Date
Kalev Lember 7b74b9f995 Update to 2.1.0 2011-01-18 08:58:52 +02:00
Fedora Release Engineering 0069774390 dist-git conversion 2010-07-29 03:28:19 +00:00
Kalev Lember c78b958441 Added patch to fix renderer crash with Qt 4.6 2010-02-25 20:36:55 +00:00
Kalev Lember c9ac06b3ad - Rebuilt with Qt 4.6
- Updated source URL.
2010-02-24 22:11:37 +00:00
Bill Nottingham 3305120f96 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:37:49 +00:00
Jesse Keating 07f4da9f7b Initialize branch F-12 for mmapper 2009-09-29 05:31:52 +00:00
5 changed files with 20 additions and 37 deletions

View File

@ -1 +1,2 @@
mmapper-2.0.4-final2-source.tar.gz
/mmapper-2.1.0-source.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: mmapper
# $Id$
NAME := mmapper
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -1 +0,0 @@
mmapper-2_0_4-2_final2_fc12:HEAD:mmapper-2.0.4-2.final2.fc12.src.rpm:1250150670

View File

@ -1,8 +1,6 @@
%global extraversion final2
Name: mmapper
Version: 2.0.4
Release: 2.%{extraversion}%{?dist}
Version: 2.1.0
Release: 1%{?dist}
Summary: Graphical MUME mapper
Group: Amusements/Games
@ -10,17 +8,10 @@ Group: Amusements/Games
# LGPLv2 with exceptions or GPLv3 with exceptions:
# - src/3rdparty/qtiocompressor.cpp
# - src/3rdparty/qtiocompressor.h
# The following files are GPLv2:
# - src/mapstorage/basemapsavefilter.cpp
# - src/mapstorage/basemapsavefilter.h
# - src/mapstorage/filesaver.cpp
# - src/mapstorage/filesaver.h
# - src/mapstorage/progresscounter.cpp
# - src/mapstorage/progresscounter.h
# The rest of the source files are GPLv2+
License: GPLv2
URL: http://sourceforge.net/projects/mmapper
Source0: http://downloads.sourceforge.net/%{name}/%{name}%20%{version}%20%28final%29/%{name}-%{version}-%{extraversion}-source.tar.gz
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}-source.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: cmake
@ -37,7 +28,7 @@ data in real time and show player's position in a map.
%prep
%setup -q -n %{name}-%{version}-%{extraversion}-source
%setup -q -n %{name}-%{version}-source
%build
@ -78,7 +69,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files
%defattr(-,root,root,-)
%doc AUTHORS.txt ChangeLog.txt COPYING.txt doc/*.txt
%doc ChangeLog.txt COPYING.txt doc/*.txt
%doc src/3rdparty/LGPL_EXCEPTION.txt src/3rdparty/LICENSE.LGPL
%{_bindir}/mmapper
%{_datadir}/applications/mmapper.desktop
@ -86,6 +77,19 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Mon Aug 23 2010 Kalev Lember <kalev@smartlink.ee> - 2.1.0-1
- Update to 2.1.0
- Dropped upstreamed patches
* Thu Feb 25 2010 Kalev Lember <kalev@smartlink.ee> - 2.0.4-5.final2
- Added patch to fix renderer crash with Qt 4.6
* Thu Feb 25 2010 Kalev Lember <kalev@smartlink.ee> - 2.0.4-4.final2
- Rebuilt with Qt 4.6
* Mon Nov 23 2009 Kalev Lember <kalev@smartlink.ee> - 2.0.4-3.final2
- Updated source URL.
* Tue Aug 11 2009 Kalev Lember <kalev@smartlink.ee> - 2.0.4-2.final2
- Changed license tag to read "GPLv2" as there is GPLv2-only code in the mix.

View File

@ -1 +1 @@
ba690157374e51bf11291accb5de3b0e mmapper-2.0.4-final2-source.tar.gz
bd6ae25df875e57e819e72c57b40e403 mmapper-2.1.0-source.tar.gz