[linsmith] Drop vendor tag.

Jon Ciesla limb at fedoraproject.org
Fri Apr 26 14:24:00 UTC 2013


commit ac4ce64d746a33bc56018f933efd39bf48365266
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri Apr 26 09:20:01 2013 -0500

    Drop vendor tag.

 linsmith.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/linsmith.spec b/linsmith.spec
index 6dd5d67..2b52110 100644
--- a/linsmith.spec
+++ b/linsmith.spec
@@ -1,6 +1,6 @@
 Name:           linsmith
 Version:        0.99.24
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A Smith charting program
 
 Group:          Applications/Engineering
@@ -42,7 +42,7 @@ autoreconf -f -i
 %{__rm} -rf %{buildroot}
 %{__make} install DESTDIR=%{buildroot} INSTALL="install -p"
 
-desktop-file-install --vendor fedora            \
+desktop-file-install \
     --dir=%{buildroot}/%{_datadir}/applications \
     --delete-original                           \
     --remove-category GTK                       \
@@ -72,12 +72,15 @@ rm -rf %{buildroot}
 %doc AUTHORS ChangeLog COPYING NEWS README THANKS doc/manual.pdf
 %doc examples/
 %{_bindir}/%{name}
-%{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/applications/*%{name}.desktop
 %{_datadir}/pixmaps/%{name}
 %{_datadir}/man/man1/%{name}.1.gz
 
 
 %changelog
+* Fri Apr 26 2013 Jon Ciesla <limburgher at gmail.com> - 0.99.24-3
+- Drop desktop vendor tag.
+
 * Fri Apr 19 2013 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.99.24-2
 - Use autoreconf
 


More information about the scm-commits mailing list