rpms/sabayon/devel sabayon.spec,1.2,1.3

Mark McLoughlin (markmc) fedora-extras-commits at redhat.com
Sat Mar 19 09:23:47 UTC 2005


Author: markmc

Update of /cvs/extras/rpms/sabayon/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7195

Modified Files:
	sabayon.spec 
Log Message:
* Sat Mar 19 2005 Mark McLoughlin <markmc at redhat.com> - 0.16-3
- Remove period at the end of the summary
- Specify full URL for source
- BuildRequires: python
- Use %{_sysconfdir} everywhere
- Set the directory mode



Index: sabayon.spec
===================================================================
RCS file: /cvs/extras/rpms/sabayon/devel/sabayon.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sabayon.spec	18 Mar 2005 17:31:34 -0000	1.2
+++ sabayon.spec	19 Mar 2005 09:23:45 -0000	1.3
@@ -6,13 +6,13 @@
 
 Name:    sabayon
 Version: 0.16
-Release: 2
-Summary: Tool to maintain user profiles in a GNOME desktop.
+Release: 3
+Summary: Tool to maintain user profiles in a GNOME desktop
 
 Group:   Applications/System
 License: GPL
 URL:     http://www.gnome.org/projects/sabayon
-Source:  sabayon-%{version}.tar.gz
+Source:  http://ftp.gnome.org/pub/GNOME/sources/sabayon/%{version}/sabayon-%{version}.tar.bz2
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -23,6 +23,7 @@
 Requires: xorg-x11-Xnest
 Requires: shadow-utils
 
+BuildRequires: python
 BuildRequires: gettext-devel
 BuildRequires: desktop-file-utils
 
@@ -46,7 +47,7 @@
 
 %makeinstall PAM_PREFIX=$RPM_BUILD_ROOT%{_sysconfdir}
 
-mkdir -p $RPM_BUILD_ROOT/etc/gconf/2
+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gconf/2
 echo 'include "$(HOME)/.gconf.path.defaults"'  > $RPM_BUILD_ROOT%{_sysconfdir}/gconf/2/local-defaults.path
 echo 'include "$(HOME)/.gconf.path.mandatory"' > $RPM_BUILD_ROOT%{_sysconfdir}/gconf/2/local-mandatory.path
 
@@ -72,17 +73,17 @@
 fi
 
 %files -f sabayon.lang
-%defattr(-, root, root)
+%defattr(-, root, root, 755)
 
 %doc AUTHORS ChangeLog.gz NEWS README TODO ISSUES
 %doc doc/index.html doc/testing.html doc/helping.html doc/developing.html
 %doc doc/sabayon.css doc/*.jpg doc/*.gif
 
-%config(noreplace) /etc/gconf/2/local-defaults.path
-%config(noreplace) /etc/gconf/2/local-mandatory.path
-%config(noreplace) /etc/pam.d/%{name}
-%config(noreplace) /etc/security/console.apps/%{name}
-%config(noreplace) /etc/X11/xinit/xinitrc.d/%{name}*
+%config(noreplace) %{_sysconfdir}/gconf/2/local-defaults.path
+%config(noreplace) %{_sysconfdir}/gconf/2/local-mandatory.path
+%config(noreplace) %{_sysconfdir}/pam.d/%{name}
+%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
+%config(noreplace) %{_sysconfdir}/X11/xinit/xinitrc.d/%{name}*
 
 %{_sysconfdir}/desktop-profiles
 
@@ -102,6 +103,13 @@
 %ghost %{python_sitelib}/%{name}/sources/*.pyo
 
 %changelog
+* Sat Mar 19 2005 Mark McLoughlin <markmc at redhat.com> - 0.16-3
+- Remove period at the end of the summary
+- Specify full URL for source
+- BuildRequires: python 
+- Use %{_sysconfdir} everywhere
+- Set the directory mode
+
 * Fri Mar 18 2005 Mark McLoughlin <markmc at redhat.com> - 0.16-2
 - BuildRequires: gettext-devel
 - Add X-Fedora-Extra to .desktop file




More information about the fedora-extras-commits mailing list