Preserve timestamps during install
https://fedoraproject.org/wiki/Packaging:Guidelines#Timestamps
This commit is contained in:
parent
6e1a83b963
commit
6d6343a855
@ -53,7 +53,7 @@ make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
||||
|
||||
%find_lang %{name} --with-gnome
|
||||
|
||||
@ -99,6 +99,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
- Update man page glob in files section
|
||||
- Use pkgconfig for BuildRequires
|
||||
- Validate desktop files in check phase
|
||||
- Preserve timestamps during install
|
||||
|
||||
* Tue Jun 30 2015 Kalev Lember <klember@redhat.com> - 3.17.3-1
|
||||
- Update to 3.17.3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user