From 20194542485f1f2fc2ecc3ff7d0548fc7ebc4e62 Mon Sep 17 00:00:00 2001 From: Rahul Sundaram Date: Feb 22 2013 21:07:42 +0000 Subject: remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247 - clean up spec to follow current guidelines --- diff --git a/corrida.spec b/corrida.spec index 91bd1cc..40206c3 100644 --- a/corrida.spec +++ b/corrida.spec @@ -3,7 +3,7 @@ Name: corrida Version: %{version_major}.%{version_minor} -Release: 10%{?dist} +Release: 11%{?dist} Summary: Application for archivation of meteor observations Group: Amusements/Graphics @@ -12,7 +12,6 @@ URL: http://corrida.pkim.org/ Source0: http://corrida.pkim.org/releases/corrida-%{version_major}-%{version_minor}.tar.gz Source1: corrida.desktop Patch0: corrida-0.96-11-count.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel BuildRequires: ImageMagick @@ -22,12 +21,10 @@ BuildRequires: desktop-file-utils Application was designed by Polish Fireball Center cooperators to ease archivation of meteor observations. - %prep %setup -q -n corrida-%{version_major}-%{version_minor} %patch0 -p1 -b .count - %build find . -type f |xargs chmod 0644 make %{?_smp_mflags} PREFIX=%{_prefix}/ CFLAGS="%{optflags}" @@ -35,7 +32,6 @@ convert common/corrida.ico corrida.png %install -rm -rf $RPM_BUILD_ROOT make install PREFIX=$RPM_BUILD_ROOT%{_prefix}/ # Directory structure @@ -46,16 +42,10 @@ install -d $RPM_BUILD_ROOT%{_datadir}/applications install -pm 0644 corrida.png $RPM_BUILD_ROOT%{_datadir}/pixmaps # Menu entry -desktop-file-install --vendor=fedora %{SOURCE1} \ +desktop-file-install %{SOURCE1} \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications - -%clean -rm -rf $RPM_BUILD_ROOT - - %files -%defattr(-,root,root,-) %{_bindir}/corrida %{_bindir}/torero %{_datadir}/corrida @@ -63,8 +53,11 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/* %doc copying - %changelog +* Fri Feb 22 2013 Rahul Sundaram - 0.96.11-11 +- remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247 +- clean up spec to follow current guidelines + * Wed Feb 13 2013 Fedora Release Engineering - 0.96.11-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild