Update to 3.17.3
This commit is contained in:
parent
e1d9cefda2
commit
184a26abda
1
.gitignore
vendored
1
.gitignore
vendored
@ -42,3 +42,4 @@ devhelp-2.90.5.tar.bz2
|
||||
/devhelp-3.15.92.tar.xz
|
||||
/devhelp-3.16.0.tar.xz
|
||||
/devhelp-3.16.1.tar.xz
|
||||
/devhelp-3.17.3.tar.xz
|
||||
|
15
devhelp.spec
15
devhelp.spec
@ -1,15 +1,15 @@
|
||||
### Abstract ###
|
||||
|
||||
Name: devhelp
|
||||
Version: 3.16.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.17.3
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
License: GPLv2+
|
||||
Group: Development/Tools
|
||||
Summary: API documention browser
|
||||
URL: https://wiki.gnome.org/Apps/Devhelp
|
||||
#VCS: git:git://git.gnome.org/devhelp
|
||||
Source: https://download.gnome.org/sources/devhelp/3.16/%{name}-%{version}.tar.xz
|
||||
Source: https://download.gnome.org/sources/%{name}/3.16/%{name}-%{version}.tar.xz
|
||||
|
||||
### Build Dependencies ###
|
||||
|
||||
@ -62,7 +62,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/devhelp
|
||||
|
||||
%find_lang devhelp
|
||||
|
||||
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/devhelp.desktop
|
||||
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Devhelp.desktop
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
@ -87,7 +87,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_bindir}/devhelp
|
||||
%{_libdir}/libdevhelp*.so.*
|
||||
|
||||
%{_datadir}/applications/devhelp.desktop
|
||||
%{_datadir}/applications/org.gnome.Devhelp.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.Devhelp.service
|
||||
%{_datadir}/devhelp
|
||||
%{_datadir}/appdata/devhelp.appdata.xml
|
||||
%{_datadir}/GConf/gsettings/devhelp.convert
|
||||
@ -103,6 +104,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%dir %{_libdir}/gedit
|
||||
%dir %{_libdir}/gedit/plugins
|
||||
%{_libdir}/gedit/plugins/devhelp.*
|
||||
%{_mandir}/man1/devhelp.1*
|
||||
|
||||
%files devel
|
||||
%{_prefix}/include/devhelp-3.0
|
||||
@ -110,6 +112,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_libdir}/pkgconfig/*
|
||||
|
||||
%changelog
|
||||
* Wed Jun 24 2015 David King <amigadave@amigadave.com> - 1:3.17.3-1
|
||||
- Update to 3.17.3
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.16.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user