Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: recordmydesktop - Desktop session recorder with audio and video https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=230891 wolfy@xxxxxxxxxxxxxxxxxx changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|nobody@xxxxxxxxxxxxxxxxx |wolfy@xxxxxxxxxxxxxxxxxx Flag| |fedora-review? ------- Additional Comments From wolfy@xxxxxxxxxxxxxxxxxx 2007-03-04 20:43 EST ------- here is a short patch which fixes the above and also preserves timestamps of installed files. Please use it to fix your package and I guess we have a winner. #diff -Nupr recordmydesktop.spec recordmydesktop-new.spec --- recordmydesktop.spec 2007-03-05 03:26:39.000000000 +0200 +++ recordmydesktop-new.spec 2007-03-05 03:37:59.000000000 +0200 @@ -1,6 +1,6 @@ Name: recordmydesktop Version: 0.3.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Desktop session recorder with audio and video Group: Applications/Multimedia @@ -36,13 +36,11 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT - +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -c -p" %clean rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) %doc AUTHORS COPYING README ChangeLog -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review