Preserve timestamps during install
This commit is contained in:
parent
55a5b771ae
commit
9c782945c2
@ -40,7 +40,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
||||||
%find_lang %{name} --with-gnome --all-name
|
%find_lang %{name} --with-gnome --all-name
|
||||||
|
|
||||||
|
|
||||||
@ -81,6 +81,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
- Use pkgconfig for BuildRequires
|
- Use pkgconfig for BuildRequires
|
||||||
- Remove obsolete glib2 dependencies for GSettings schema
|
- Remove obsolete glib2 dependencies for GSettings schema
|
||||||
- Validate AppData in check
|
- Validate AppData in check
|
||||||
|
- Preserve timestamps during install
|
||||||
|
|
||||||
* Fri Dec 19 2014 Richard Hughes <rhughes@redhat.com> - 3.15.1-1
|
* Fri Dec 19 2014 Richard Hughes <rhughes@redhat.com> - 3.15.1-1
|
||||||
- Update to 3.15.1
|
- Update to 3.15.1
|
||||||
|
Loading…
Reference in New Issue
Block a user