diff --git a/bitmap.desktop b/bitmap.desktop index 6b9c041..20bb6f7 100644 --- a/bitmap.desktop +++ b/bitmap.desktop @@ -4,7 +4,7 @@ Name=Bitmap GenericName=X Window Bitmaps Editor Comment=xBitmap editor for the X Window System Exec=bitmap -Icon=bitmap.png +Icon=bitmap Terminal=false Type=Application Categories=Utility; diff --git a/bitmap.spec b/bitmap.spec index 4fc518f..b2109d4 100644 --- a/bitmap.spec +++ b/bitmap.spec @@ -1,6 +1,6 @@ Name: bitmap Version: 1.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Bitmap editor and converter utilities for the X Window System Group: User Interface/X Url: http://www.x.org @@ -42,14 +42,14 @@ make %{?_smp_mflags} %install rm -rf %{buildroot} -make install DESTDIR=%{buildroot} +make install DESTDIR=%{buildroot} INSTALL='install -p' desktop-file-install --vendor fedora \ --dir %{buildroot}%{_datadir}/applications \ %{SOURCE1} mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps -install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/ +install -p -m644 %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/ %clean @@ -79,6 +79,9 @@ touch --no-create %{_datadir}/icons/hicolor || : %{_mandir}/man1/*.1* %changelog +* Mon Dec 17 2007 Patrice Dumas 1.0.3-3 +- keep timestamps + * Mon Jan 29 2007 Patrice Dumas 1.0.3-2 - update to 1.0.3