Drop vendor tag.

This commit is contained in:
Jon Ciesla 2013-05-01 08:39:59 -05:00
parent f620d19b29
commit 69d9cfc0c7

View File

@ -1,6 +1,6 @@
Name: remind Name: remind
Version: 03.01.13 Version: 03.01.13
Release: 1%{?dist} Release: 2%{?dist}
Summary: A sophisticated calendar and alarm program Summary: A sophisticated calendar and alarm program
Group: Applications/Productivity Group: Applications/Productivity
@ -70,7 +70,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -c -p"
%{__install} -m 755 -p www/rem2html $RPM_BUILD_ROOT/usr/bin/ %{__install} -m 755 -p www/rem2html $RPM_BUILD_ROOT/usr/bin/
# Install desktop stuff. # Install desktop stuff.
desktop-file-install --vendor "fedora" \ desktop-file-install \
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
--add-category "Office" \ --add-category "Office" \
%{SOURCE1} %{SOURCE1}
@ -94,6 +94,9 @@ desktop-file-install --vendor "fedora" \
%{_mandir}/man1/tkremind.1.gz %{_mandir}/man1/tkremind.1.gz
%changelog %changelog
* Wed May 01 2013 Jon Ciesla <limburgher@gmail.com> - 03.01.13-2
- Drop desktop vendor tag.
* Tue Apr 09 2013 Jaromir Capik <jcapik@redhat.com> - 03.01.13-1 * Tue Apr 09 2013 Jaromir Capik <jcapik@redhat.com> - 03.01.13-1
- Updated to 03.01.13 - Updated to 03.01.13
- Fixing bogus dates in the changelog - Fixing bogus dates in the changelog