rpms/mmapper/devel import.log, NONE, 1.1 mmapper.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kalev Lember kalev at fedoraproject.org
Thu Aug 13 08:04:34 UTC 2009


Author: kalev

Update of /cvs/pkgs/rpms/mmapper/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3750/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log mmapper.spec 
Log Message:
Initial import (#516336).


--- NEW FILE import.log ---
mmapper-2_0_4-2_final2_fc12:HEAD:mmapper-2.0.4-2.final2.fc12.src.rpm:1250150670


--- NEW FILE mmapper.spec ---
%global extraversion final2

Name:           mmapper
Version:        2.0.4
Release:        2.%{extraversion}%{?dist}
Summary:        Graphical MUME mapper

Group:          Amusements/Games
# The following files are dual licensed under
# 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
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  cmake
BuildRequires:  desktop-file-utils
BuildRequires:  qt4-devel
Requires:       hicolor-icon-theme

%description
MMapper is a graphical mapper for a MUD named MUME (Multi-Users in Middle
Earth). The game is traditionally played in a text-only mode, but MMapper tries
to represent the virtual world in user-friendly graphical environment. It acts
as a proxy between a telnet client and a MUD server, being able to analyze game
data in real time and show player's position in a map.


%prep
%setup -q -n %{name}-%{version}-%{extraversion}-source


%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{cmake} ..
popd

make %{?_smp_mflags} -C %{_target_platform}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}

# It is questionable if one is allowed to redistribute the map.
rm -f $RPM_BUILD_ROOT/%{_datadir}/games/mmapper/arda.mm2

desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/mmapper.desktop


%clean
rm -rf $RPM_BUILD_ROOT


%post
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

%postun
if [ $1 -eq 0 ] ; then
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi

%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :


%files
%defattr(-,root,root,-)
%doc AUTHORS.txt ChangeLog.txt COPYING.txt doc/*.txt
%doc src/3rdparty/LGPL_EXCEPTION.txt src/3rdparty/LICENSE.LGPL
%{_bindir}/mmapper
%{_datadir}/applications/mmapper.desktop
%{_datadir}/icons/hicolor/*/apps/mmapper.png


%changelog
* Tue Aug 11 2009 Kalev Lember <kalev at smartlink.ee> - 2.0.4-2.final2
- Changed license tag to read "GPLv2" as there is GPLv2-only code in the mix.

* Fri Aug 07 2009 Kalev Lember <kalev at smartlink.ee> - 2.0.4-1.final2
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mmapper/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	13 Aug 2009 00:01:03 -0000	1.1
+++ .cvsignore	13 Aug 2009 08:04:34 -0000	1.2
@@ -0,0 +1 @@
+mmapper-2.0.4-final2-source.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mmapper/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	13 Aug 2009 00:01:03 -0000	1.1
+++ sources	13 Aug 2009 08:04:34 -0000	1.2
@@ -0,0 +1 @@
+ba690157374e51bf11291accb5de3b0e  mmapper-2.0.4-final2-source.tar.gz




More information about the fedora-extras-commits mailing list