Compare commits

...

4 Commits
rawhide ... f11

Author SHA1 Message Date
Fedora Release Engineering 13a53ea835 dist-git conversion 2010-07-28 19:02:06 +00:00
Bill Nottingham aa809af5ff Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:20:18 +00:00
Christian Nolte 24f64fdcda Update to latest upstream version. 2009-11-23 18:27:40 +00:00
Jesse Keating d179ac843b Initialize branch F-11 for kbibtex 2009-04-15 05:44:42 +00:00
5 changed files with 13 additions and 51 deletions

View File

@ -1 +0,0 @@
kbibtex-0.2.tar.bz2

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
kbibtex-0.2.2.tar.bz2

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: kbibtex
# $Id$
NAME := kbibtex
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -1,6 +1,6 @@
Name: kbibtex
Version: 0.2
Release: 15%{?dist}
Version: 0.2.2
Release: 17%{?dist}
Summary: A BibTeX editor for KDE
Group: Applications/Editors
@ -10,7 +10,7 @@ Source0: http://www.unix-ag.uni-kl.de/~fischer/kbibtex/download/kbibtex-%{versio
Patch1: kbibtex-0.2-desktop-file-type.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: kdelibs3-devel >= 3.3 libxslt-devel desktop-file-utils
BuildRequires: kdelibs3-devel >= 3.3 libxslt-devel desktop-file-utils gettext
#Requires:
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
@ -47,29 +47,9 @@ 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
${RPM_BUILD_ROOT}%{_datadir}/applications/kde/kbibtex.desktop
#
# Install the icons into the hicolor folder
#
install -D ${RPM_BUILD_ROOT}%{_datadir}/icons/crystalsvg/128x128/apps/kbibtex.png \
${RPM_BUILD_ROOT}%{_datadir}/icons/hicolor/128x128/apps/kbibtex.png
rm ${RPM_BUILD_ROOT}%{_datadir}/icons/crystalsvg/128x128/apps/kbibtex.png
install -D ${RPM_BUILD_ROOT}%{_datadir}/icons/crystalsvg/16x16/apps/kbibtex.png \
${RPM_BUILD_ROOT}%{_datadir}/icons/hicolor/16x16/apps/kbibtex.png
rm ${RPM_BUILD_ROOT}%{_datadir}/icons/crystalsvg/16x16/apps/kbibtex.png
install -D ${RPM_BUILD_ROOT}%{_datadir}/icons/crystalsvg/22x22/apps/kbibtex.png \
${RPM_BUILD_ROOT}%{_datadir}/icons/hicolor/22x22/apps/kbibtex.png
rm ${RPM_BUILD_ROOT}%{_datadir}/icons/crystalsvg/22x22/apps/kbibtex.png
install -D ${RPM_BUILD_ROOT}%{_datadir}/icons/crystalsvg/32x32/apps/kbibtex.png \
${RPM_BUILD_ROOT}%{_datadir}/icons/hicolor/32x32/apps/kbibtex.png
rm ${RPM_BUILD_ROOT}%{_datadir}/icons/crystalsvg/32x32/apps/kbibtex.png
install -D ${RPM_BUILD_ROOT}%{_datadir}/icons/crystalsvg/48x48/apps/kbibtex.png \
${RPM_BUILD_ROOT}%{_datadir}/icons/hicolor/48x48/apps/kbibtex.png
rm ${RPM_BUILD_ROOT}%{_datadir}/icons/crystalsvg/48x48/apps/kbibtex.png
install -D ${RPM_BUILD_ROOT}%{_datadir}/icons/crystalsvg/64x64/apps/kbibtex.png \
${RPM_BUILD_ROOT}%{_datadir}/icons/hicolor/64x64/apps/kbibtex.png
rm ${RPM_BUILD_ROOT}%{_datadir}/icons/crystalsvg/64x64/apps/kbibtex.png
%find_lang %{name}
%post
update-desktop-database &> /dev/null ||:
@ -90,8 +70,8 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
%files
%defattr(-,root,root,-)
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README TODO
%{_bindir}/kbibtex
@ -111,10 +91,13 @@ fi
%{_mandir}/man1/kbibtex.1.gz
%{_datadir}/applications/fedora-kbibtex.desktop
%{_datadir}/applications/fedora-kbibtex_part.desktop
%{_datadir}/applications/fedora-kbibtex.desktop
%changelog
* Mon Nov 23 2009 Christian Nolte <ch.nolte at noltec.org> - 0.2.2-17
- Updated to latest upstream version 0.2.2
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

View File

@ -1 +1 @@
4ed33020f68c970e5ec37a20d3a49b59 kbibtex-0.2.tar.bz2
b9681167ed7942c3cc502f116023927d kbibtex-0.2.2.tar.bz2