rpms/cycle/FC-5 cycle.spec,1.1,1.2

Matej Cepl (mcepl) fedora-extras-commits at redhat.com
Fri Apr 6 09:44:50 UTC 2007


Author: mcepl

Update of /cvs/extras/rpms/cycle/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4965

Modified Files:
	cycle.spec 
Log Message:
Changed BuildRoot to more sane value, now it is allowed.



Index: cycle.spec
===================================================================
RCS file: /cvs/extras/rpms/cycle/FC-5/cycle.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cycle.spec	1 Feb 2007 16:25:48 -0000	1.1
+++ cycle.spec	6 Apr 2007 09:44:16 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           cycle
 Version:        0.3.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Calendar program for women
 Group:          Applications/Productivity
 License:        GPL
@@ -12,7 +12,7 @@
 Source3:        cycle.desktop
 Patch:          cycle-build.patch.bz2
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Requires:       wxPython
 BuildRequires:  python-devel >= 2.3, gettext,desktop-file-utils
 
@@ -116,6 +116,9 @@
 
 
 %changelog
+* Tue Apr  3 2007 Matej Cepl <mcepl at redhat.com> - 0.3.1-4
+- changed BuildRoot to more sane value, now it is allowed.
+
 * Thu Feb  1 2007 Matěj Cepl <mcepl at redhat.com> 0.3.1-3
 - don't gzip manpage -- rpmbuild does it automagically
 - category should be Application/Productivity (or




More information about the fedora-extras-commits mailing list