rpms/ufoai/devel ufoai.spec,1.1,1.2

Karel Volný kvolny at rpmfusion.org
Thu Dec 11 16:06:59 CET 2008


Author: kvolny

Update of /cvs/nonfree/rpms/ufoai/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23055

Modified Files:
	ufoai.spec 
Log Message:
* Thu Dec 11 2008 Karel Volny <kvolny at redhat.com> 2.2.1-3
- Fixed unowned directories (bug #225)



Index: ufoai.spec
===================================================================
RCS file: /cvs/nonfree/rpms/ufoai/devel/ufoai.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ufoai.spec	4 Aug 2008 18:35:22 -0000	1.1
+++ ufoai.spec	11 Dec 2008 15:06:58 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		ufoai
 Version:	2.2.1
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	UFO: Alien Invasion
 
 Group:		Amusements/Games
@@ -123,7 +123,7 @@
 	%{_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
@@ -134,6 +134,7 @@
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 # we need to use full path so %doc does not the cleanup
+%dir %{_docdir}/%{name}-%{version}
 %doc %{_docdir}/%{name}-%{version}/README
 %doc %{_docdir}/%{name}-%{version}/CONTRIBUTORS
 %doc %{_docdir}/%{name}-%{version}/COPYING
@@ -145,11 +146,15 @@
 
 %files doc
 %defattr(-,root,root,-)
+%dir %{_docdir}/%{name}-%{version}
 %doc %{_docdir}/%{name}-%{version}/*.pdf
 %lang(en) %{_docdir}/%{name}-%{version}/ufo-manual_EN.pdf
 
 
 %changelog
+* Thu Dec 11 2008 Karel Volny <kvolny at redhat.com> 2.2.1-3
+- Fixed unowned directories (bug #225)
+
 * Mon Aug 04 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.2.1-2
 - rebuild
 



More information about the rpmfusion-commits mailing list