[alltray] remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247

Rahul Sundaram sundaram at fedoraproject.org
Sat Feb 9 21:01:59 UTC 2013


commit 27d3a8767a3e3f2dc3614e9a190467847fbc6f83
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Sat Feb 9 16:01:53 2013 -0500

    remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247
    
    - clean up spec to follow current guidelines
    - update url and sourceurl to new websites

 alltray.spec |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/alltray.spec b/alltray.spec
index 3e44ace..15d452c 100644
--- a/alltray.spec
+++ b/alltray.spec
@@ -1,12 +1,12 @@
 Name:           alltray
 Version:        0.71b
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Dock any application in the tray
 
 Group:          User Interface/Desktops
 License:        GPLv2+
-URL:            http://alltray.sourceforge.net/
-Source0:        http://dl.sourceforge.net/alltray/%{name}-%{version}.tar.gz
+URL:            http://alltray.trausch.us/
+Source0:        https://launchpad.net/alltray/old-maintenance/%{version}/+download/%{name}-%{version}.tar.gz
 
 BuildRequires:  desktop-file-utils
 BuildRequires:  gtk2-devel
@@ -26,25 +26,21 @@ export CFLAGS="-fPIC $RPM_OPT_FLAGS"
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+%make_install
 find $RPM_BUILD_ROOT -name \*.la -exec rm {} \;
 rm $RPM_BUILD_ROOT%{_libdir}/*.so
-desktop-file-install --vendor=fedora \
-  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
+desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications \
   --add-category Application \
   --add-category Utility \
   --add-category GTK \
   --delete-original \
   $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README
 %{_bindir}/%{name}
 %{_datadir}/applications/*%{name}.desktop
@@ -53,6 +49,11 @@ desktop-file-install --vendor=fedora \
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Sat Feb 09 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 0.71b-5
+- remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247
+- clean up spec to follow current guidelines
+- update url and sourceurl to new websites
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.71b-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list