bruno pushed to fillets-ng-data (f22). "Don't list stuff twice in %files (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat May 9 20:04:43 UTC 2015


From 9d1bdc32a03d096bfa30b9883d9f2994802d3f6d Mon Sep 17 00:00:00 2001
From: Bruno Wolff III <bruno at wolff.to>
Date: Sat, 9 May 2015 11:50:33 -0500
Subject: Don't list stuff twice in %files

The %doc files had been listed twice.

diff --git a/fillets-ng-data.spec b/fillets-ng-data.spec
index 4a57c21..cdbe1f9 100644
--- a/fillets-ng-data.spec
+++ b/fillets-ng-data.spec
@@ -45,12 +45,20 @@ This package contains the data files required to run the game.
 
 %files
 %defattr(0644,root,root,0755)
-%{_datadir}/fillets-ng/
+%dir %{_datadir}/fillets-ng/
+%{_datadir}/fillets-ng/font/
+%{_datadir}/fillets-ng/images/
+%{_datadir}/fillets-ng/music/
+%{_datadir}/fillets-ng/script/
+%{_datadir}/fillets-ng/sound/
 %doc %{_datadir}/fillets-ng/COPYING
 %doc %{_datadir}/fillets-ng/doc/
 
 
 %changelog
+* Sat May 09 2015 Bruno Wolff III <bruno at wolff.to> - 1.0.1-2
+- Fix files being listed twice by the spec file
+
 * Fri May 08 2015 Bruno Wolff III <bruno at wolff.to> - 1.0.1-1
 - Update to latest release
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/fillets-ng-data.git/commit/?h=f22&id=9d1bdc32a03d096bfa30b9883d9f2994802d3f6d


More information about the scm-commits mailing list