[regexxer] Drop vendor tag.

Jon Ciesla limb at fedoraproject.org
Wed May 1 13:36:52 UTC 2013


commit 384a1612bbe58b1b26fe62550355692fafa38864
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Wed May 1 08:32:51 2013 -0500

    Drop vendor tag.

 regexxer.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/regexxer.spec b/regexxer.spec
index f032198..c4b2e8b 100644
--- a/regexxer.spec
+++ b/regexxer.spec
@@ -1,6 +1,6 @@
 Name:           regexxer
 Version:        0.9
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        A nifty GUI search/replace tool
 
 Group:          Applications/Text
@@ -41,7 +41,7 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
-desktop-file-install --vendor fedora                            \
+desktop-file-install \
         --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
         --remove-category Application                           \
         --delete-original                                       \
@@ -88,11 +88,14 @@ touch --no-create %{_datadir}/icons/hicolor || :
 %doc AUTHORS COPYING ChangeLog NEWS README
 %{_bindir}/%{name}
 %{_sysconfdir}/gconf/schemas/%{name}.schemas
-%{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/applications/*%{name}.desktop
 %{_datadir}/%{name}/
 %{_datadir}/icons/hicolor/48x48/apps/%{name}.png
 
 %changelog
+* Wed May 01 2013 Jon Ciesla <limburgher at gmail.com> - 0.9-12
+- Drop desktop vendor tag.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list