]> git.pld-linux.org Git - packages/gemrb.git/commitdiff
- up to 0.6.4
authorlisu <lisu@pld-linux.org>
Tue, 29 Mar 2011 12:22:42 +0000 (12:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use __rm macro and drop osbolete one

Changed files:
    gemrb.spec -> 1.29

gemrb.spec

index b9584d451bf9e5db409063fc1fa4c6efc1a8317d..3021de8474ec22d5bddf98f0596387f27e167c9d 100644 (file)
@@ -7,12 +7,12 @@
 Summary:       Emulator of BioWare's Infinity game engine
 Summary(pl.UTF-8):     Emulator silnika gier Infinity firmy BioWare
 Name:          gemrb
-Version:       0.6.3
+Version:       0.6.4
 Release:       0.1
 License:       GPL v2+
 Group:         Applications/Emulators
 Source0:       http://downloads.sourceforge.net/gemrb/%{name}-%{version}.tar.gz
-# Source0-md5: 87a637a69d878d2bcab463ce085331f0
+# Source0-md5: ab713b8174e5880db5f934ebb1f6aeee
 Patch0:                %{name}-config_file.patch
 Patch1:                %{name}-useless_files.patch
 URL:           http://gemrb.sourceforge.net/
@@ -62,7 +62,7 @@ install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_datadir}/gemrb/Cache}
        DESTDIR=$RPM_BUILD_ROOT
 
 install gemrb/GemRB.cfg.sample.in $RPM_BUILD_ROOT%{_sysconfdir}/gemrb.cfg
-rm -f $RPM_BUILD_ROOT%{_libdir}{,/gemrb,/gemrb/plugins}/*.la
+%{__rm} $RPM_BUILD_ROOT%{_libdir}{,/gemrb/plugins}/*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -79,6 +79,5 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libdir}/gemrb/plugins
 %attr(755,root,root) %{_libdir}/gemrb/plugins/*.so*
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gemrb.cfg
-%dir %{_datadir}/gemrb/Cache
 %{_datadir}/gemrb
 %{_mandir}/man6/gemrb.6*
This page took 0.091841 seconds and 4 git commands to generate.