]> git.pld-linux.org Git - packages/freedroidrpg.git/commitdiff
- 0.10.0
authorlisu <lisu@pld-linux.org>
Tue, 2 Jan 2007 17:16:08 +0000 (17:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- there are some wrong symbolic links in the package so we have to delete them first and next copy proper files from /usr/share/automake
- cosmetics

Changed files:
    freedroidrpg.spec -> 1.7

freedroidrpg.spec

index 2bbb82c31a4dbcb44f215ba1e013e7f7394de997..72bedea430b8ac326a4561167d3fc441e821fb41 100644 (file)
@@ -5,12 +5,12 @@
 Summary:       Single player sci-fi RPG featuring Tux and evil MS bots
 Summary(pl):   RPG z gatunku s-f dla jednego gracza z Tuksem i z³ymi robotami MS
 Name:          freedroidrpg
-Version:       0.9.13
+Version:       0.10.0
 Release:       1
 License:       GPL v2+
 Group:         X11/Applications/Games
 Source0:       http://dl.sourceforge.net/freedroid/%{name}-%{version}.tar.bz2
-# Source0-md5: d57e366a69e8999f5f0e30e960f72d15
+# Source0-md5: 4e4186829f69f91d3cea9acb023568b9
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 URL:           http://freedroid.sourceforge.net/
@@ -66,10 +66,12 @@ Edytor przedmiot
 narzêdziami.
 
 %prep
-%setup -q 
+%setup -q
 
+#Does anybody has better idea?
 %build
-cp -f /usr/share/automake/config.sub .
+rm -f {config.sub,depcomp,install-sh}
+cp -f /usr/share/automake/{config.sub,install-sh,depcomp} .
 %configure
 %{__make}
 
@@ -88,7 +90,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS README TODO
+%doc AUTHORS 
 %attr(755,root,root) %{_bindir}/freedroidRPG
 %{_datadir}/%{name}
 %{_desktopdir}/*.desktop
This page took 0.043289 seconds and 4 git commands to generate.