- Release version bumped to fix BUG #216007

This commit is contained in:
Christian Nolte 2006-12-05 22:13:07 +00:00
parent aed6a4ae7f
commit d761ece262
1 changed files with 11 additions and 8 deletions

View File

@ -1,6 +1,6 @@
Name: kbibtex
Version: 0.1.5
Release: 2%{?dist}
Release: 4%{?dist}
Summary: A BibTeX editor for KDE
Group: Applications/Editors
@ -41,15 +41,15 @@ make install DESTDIR=$RPM_BUILD_ROOT
#
# Replace original .desktop files with proper ones
#
desktop-file-install --vendor fedora \
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
--add-category X-Fedora \
--delete-original \
desktop-file-install --vendor fedora \
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
--add-category X-Fedora \
--delete-original \
${RPM_BUILD_ROOT}%{_datadir}/services/kbibtex_part.desktop
desktop-file-install --vendor fedora \
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
--add-category X-Fedora \
desktop-file-install --vendor fedora \
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
--add-category X-Fedora \
--delete-original \
${RPM_BUILD_ROOT}%{_datadir}/applnk/Office/kbibtex.desktop
@ -119,6 +119,9 @@ fi
%{_datadir}/applications/fedora-kbibtex_part.desktop
%changelog
* Tue Dec 05 2006 Christian Nolte <ch.nolte at fh-wolfenbuettel.de> - 0.1.5-4
- Bumped release ver. to solve the violated upgrade path (BUG #216007)
* Sun Oct 29 2006 Christian Nolte <ch.nolte at fh-wolfenbuettel.de> - 0.1.5-2
- latest released patches (filteredselection,gcc4.2,viewdocument)