aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSARL ENR-68 <david@david.david>2014-06-16 18:48:12 +0200
committerSARL ENR-68 <david@david.david>2014-06-16 18:48:12 +0200
commitf547db055c84cf3364eaf341d0fdffe3c3fb84db (patch)
tree0e9f7939a03fe0167ab11177d0b8856494439851
parent8cfd5bf85afbaa04938c4e34d100d71f55e09057 (diff)
downloadisodumper-f547db055c84cf3364eaf341d0fdffe3c3fb84db.tar
isodumper-f547db055c84cf3364eaf341d0fdffe3c3fb84db.tar.gz
isodumper-f547db055c84cf3364eaf341d0fdffe3c3fb84db.tar.bz2
isodumper-f547db055c84cf3364eaf341d0fdffe3c3fb84db.tar.xz
isodumper-f547db055c84cf3364eaf341d0fdffe3c3fb84db.zip
update Makefile, README and isodumper.spec files
- minor cosmetic change
-rw-r--r--Makefile5
-rw-r--r--README.md2
-rw-r--r--isodumper.spec5
3 files changed, 7 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index e5ad9bd..21a8f83 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ dirs:
clean:
rm -f polkit/isodumper polkit/org.mageia.isodumper.policy \
- isodumper.tar.xz
+ isodumper.tar.xz
install: all
@@ -88,7 +88,8 @@ install: all
mkdir -p $(DESTDIR)$(ICONSDIR)/hicolor/$$png/apps; \
convert isodumper.png -geometry $$png $(DESTDIR)$(ICONSDIR)/hicolor/$$png/apps/isodumper.png; \
done
- install -D -m 644 isodumper.svg $(DESTDIR)$(ICONSDIR)/hicolor/scalable/apps/isodumper.svg
+ mkdir -p $(DESTDIR)$(ICONSDIR)/hicolor/scalable/apps
+ install -m 644 isodumper.svg $(DESTDIR)$(ICONSDIR)/hicolor/scalable/apps/isodumper.svg
# for isodumper.mo translations
for locale in share/locale/*; \
diff --git a/README.md b/README.md
index a3a6deb..ae5ad97 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ This software is distributed under the terms of the
[GNU General Public License version 2 (GPLv2+)](COPYING.GPL).
The [isodumper icon](isodumper.svg) is licensed under the terms of the
-[GNU Lesser General Public License version 2.1 (LGPLv2.1+)][COPYING.LGPL].
+[GNU Lesser General Public License version 2.1 (LGPLv2.1+)](COPYING.LGPL).
It is part of the Crystal Clear icon set by Everaldo Coelho.
diff --git a/isodumper.spec b/isodumper.spec
index 12fe617..da0f94d 100644
--- a/isodumper.spec
+++ b/isodumper.spec
@@ -3,7 +3,7 @@ Version: 0.30
Release: %mkrel 1
Summary: Tool for writing ISO images on a USB stick
Summary(fr_FR): Outil pour écrire des images ISO sur une clé USB
-License: GPLv2
+License: GPLv2+ and LGPLv2+
Group: System/Configuration
URL: https://github.com/papoteur-mga/isodumper
# wget https://github.com/papoteur-mga/isodumper/archive/%%{version}.tar.gz -O %%{name}-%%{version}.tar.gz
@@ -60,4 +60,5 @@ Ce logiciel est écrit en python.
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
-%{_iconsdir}/hicolor/*/*/%{name}.*
+%{_iconsdir}/hicolor/*/*/%{name}.png
+%{_iconsdir}/hicolor/*/*/%{name}.svg