rpms/astronomy-backgrounds/F-11 astronomy-backgrounds.spec,1.1,1.2

Marek Mahut mmahut at fedoraproject.org
Fri May 8 17:12:24 UTC 2009


Author: mmahut

Update of /cvs/pkgs/rpms/astronomy-backgrounds/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25829

Modified Files:
	astronomy-backgrounds.spec 
Log Message:
Bug 496905 -  Suspicious file + conflict with other background packages



Index: astronomy-backgrounds.spec
===================================================================
RCS file: /cvs/pkgs/rpms/astronomy-backgrounds/F-11/astronomy-backgrounds.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- astronomy-backgrounds.spec	10 Apr 2009 07:34:03 -0000	1.1
+++ astronomy-backgrounds.spec	8 May 2009 17:11:54 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           astronomy-backgrounds
 Version:        1.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Desktop wallpapers with Astronomy theme
 
 Group:          Applications/Multimedia
@@ -24,11 +24,13 @@ related artwork intended to be used as d
 
 %install
 rm -rf $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/backgrounds/astronomy
 for i in wallpapers/*
 	do
-		install -Dm664 $i $RPM_BUILD_ROOT%{_datadir}/backgrounds/astronomy
+		install -m0644 $i $RPM_BUILD_ROOT%{_datadir}/backgrounds/astronomy
 	done
-install -Dm644 astronomy-backgrounds.xml $RPM_BUILD_ROOT%{_datadir}/gnome-background-properties
+install -Dm0644 astronomy-backgrounds.xml $RPM_BUILD_ROOT%{_datadir}/gnome-background-properties/astronomy-backgrounds.xml
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -41,5 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gnome-background-properties
 
 %changelog
+* Fri May  8 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.0-2
+- Fix installation of all files.
+- Fix file/dir conflict (#496905).
+
 * Wed Apr 8 2009 Marek Mahut <mmahut at fedoraproject.org> - 1.0-1
-- Intial packaging attemp
+- Initial packaging attempt




More information about the scm-commits mailing list