Update to 0.4.1
This commit is contained in:
parent
681ee1ac4f
commit
027a1b6035
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
kbibtex-0.2.2.tar.bz2
|
||||
/kbibtex-0.3.tar.bz2
|
||||
/kbibtex-0.4.tar.bz2
|
||||
/kbibtex-0.4.1.tar.bz2
|
||||
|
11
kbibtex.spec
11
kbibtex.spec
@ -1,6 +1,6 @@
|
||||
Name: kbibtex
|
||||
Version: 0.4
|
||||
Release: 4%{?dist}
|
||||
Version: 0.4.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A BibTeX editor for KDE
|
||||
|
||||
Group: Applications/Editors
|
||||
@ -18,8 +18,7 @@ provide a user-friendly interface to BibTeX files.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
# remove a shebang
|
||||
sed -i -e '/^#!\//, 1d' ./src/program/kbibtex.desktop
|
||||
|
||||
|
||||
%build
|
||||
mkdir -p %{_target_platform}
|
||||
@ -34,7 +33,6 @@ make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
|
||||
|
||||
desktop-file-install \
|
||||
--dir %{buildroot}%{_kde4_datadir}/applications/kde4 \
|
||||
--add-category Education \
|
||||
--delete-original \
|
||||
%{buildroot}%{_kde4_datadir}/applications/kde4/%{name}.desktop
|
||||
|
||||
@ -69,6 +67,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_mandir}/man1/%{name}.1.*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 14 2012 Robin Lee <cheeselee@fedoraproject.org> - 0.4.1-1
|
||||
- Update to 0.4.1
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user