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

Mathieu Bridon (bochecha) fedora-extras-commits at redhat.com
Wed Jun 18 21:36:24 UTC 2008


Author: bochecha

Update of /cvs/pkgs/rpms/wastesedge/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6560/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log wastesedge.desktop wastesedge.spec 
Log Message:
Waste's Edge: First import in CVS.



--- NEW FILE import.log ---
wastesedge-0_3_4-0_8_fc9:HEAD:wastesedge-0.3.4-0.8.fc9.src.rpm:1213824754


--- NEW FILE wastesedge.desktop ---
[Desktop Entry]
Name=Waste's Edge
GenericName=Adonthell - Waste's Edge
Comment=A 2D graphical RPG
Exec=adonthell-wastesedge
Icon=wastesedge
Terminal=false
Type=Application
Categories=Game;RolePlaying;


--- NEW FILE wastesedge.spec ---
Name:           wastesedge
Version:        0.3.4
Release:        0.8%{?dist}
Summary:        Official game package for Adonthell

Group:          Amusements/Games
License:        GPL+
URL:            http://adonthell.linuxgames.com/
Source0:        http://savannah.nongnu.org/download/adonthell/%{name}-src-%{version}.tar.gz
Source1:        %{name}.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  adonthell >= %{version}
BuildRequires:  gettext
BuildRequires:  desktop-file-utils
Requires:       adonthell >= %{version}-%{release}


%description
As a loyal servant of the elven Lady Silverhair, you arrive at the remote
trading post of Waste's Edge, where she is engaged in negotiations with the
dwarvish merchant Bjarn Fingolson. But not all is well at Waste's Edge, and
soon you are confronted with circumstances that are about to destroy your
mistress' high reputation. And you are the only one to avert this ...


%prep
%setup -q
# fix wrong file permissions (fixed upstream for future release)
chmod a-x AUTHORS COPYING INSTALL README
# install locale files in the right place
sed -i 's|datadir = @gamedatadir@|datadir = ${prefix}/share|' po/Makefile.in.in


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/{16x16,32x32}/apps
mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}_16x16.xpm $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps/%{name}.xpm
mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}_32x32.xpm $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/%{name}.xpm
desktop-file-install --vendor=""                      \
        --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
        %{SOURCE1}
%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING PLAYING README
%{_bindir}/adonthell-%{name}
%{_datadir}/adonthell/games/%{name}/
%{_datadir}/icons/hicolor/16x16/apps/%{name}.xpm
%{_datadir}/icons/hicolor/32x32/apps/%{name}.xpm
%{_datadir}/applications/%{name}.desktop


%post
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
    %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%postun
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
    %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%changelog
* Tue Jun 03 2008 Mathieu Bridon <bochecha at no-log.org> 0.3.4-0.8
- added forgotten call to gtk-update-icon-cache in post and postun sections

* Sun Jun 01 2008 Mathieu Bridon <bochecha at no-log.org> 0.3.4-0.7
- changed licence tag
- removed obsolete entries from desktop file
- added -p option to make install to preserve timestamps
- fixed install location for icons
- cleaned up obsolete comments in spec file

* Sun Jun 01 2008 Mathieu Bridon <bochecha at no-log.org> 0.3.4-0.6
- fixed file ownership

* Thu Feb 21 2008 Mathieu Bridon <bochecha at no-log.org> 0.3.4-0.5
- made the locale files install in the right place

* Thu Feb 21 2008 Mathieu Bridon <bochecha at no-log.org> 0.3.4-0.4
- cleaned again the spec file
- made the desktop file install

* Thu Feb 21 2008 Mathieu Bridon <bochecha at no-log.org> 0.3.4-0.3
- added desktop file

* Thu Feb 21 2008 Mathieu Bridon <bochecha at no-log.org> 0.3.4-0.2
- cleaned the spec file

* Mon Feb 18 2008 Mathieu Bridon <bochecha at no-log.org> 0.3.4-0.1
- first version of the SPEC file



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/wastesedge/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Jun 2008 17:02:09 -0000	1.1
+++ .cvsignore	18 Jun 2008 21:35:40 -0000	1.2
@@ -0,0 +1 @@
+wastesedge-src-0.3.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wastesedge/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Jun 2008 17:02:09 -0000	1.1
+++ sources	18 Jun 2008 21:35:40 -0000	1.2
@@ -0,0 +1 @@
+a4beb3d2c8ae8f52a91b54966371e973  wastesedge-src-0.3.4.tar.gz




More information about the fedora-extras-commits mailing list