auto-import changelog data from devhelp-0.8.1-1.1.src.rpm
Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Thu Feb 26 2004 Alexander Larsson <alexl@redhat.com> 0.8.1-1 - update to 0.8.1 Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Mon Dec 01 2003 Jonathan Blandford <jrb@redhat.com> 0.7.0-1 - new version - Remove .la and .a files.
This commit is contained in:
parent
a3498abe9e
commit
0f28491629
@ -1 +1 @@
|
||||
devhelp-0.6.0.tar.gz
|
||||
devhelp-0.8.1.tar.bz2
|
||||
|
46
devhelp.spec
46
devhelp.spec
@ -1,11 +1,11 @@
|
||||
Summary: API document browser
|
||||
Name: devhelp
|
||||
Version: 0.6.0
|
||||
Release: 3
|
||||
Version: 0.8.1
|
||||
Release: 1.1
|
||||
License: GPL
|
||||
Group: Development/Tools
|
||||
Url: http://devhelp.codefactory.se/
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Url: http://www.imendio.com/projects/devhelp/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
Requires: gtk2 >= 2.2.0
|
||||
@ -18,10 +18,23 @@ BuildRequires: libgnomeui-devel >= 2.2.0
|
||||
BuildRequires: gtkhtml2-devel >= 2.2.0
|
||||
BuildRequires: gnome-vfs2-devel >= 2.2.0
|
||||
BuildRequires: intltool
|
||||
BuildRequires: gettext
|
||||
BuildRequires: desktop-file-utils
|
||||
|
||||
%description
|
||||
A API document browser for GNOME 2.
|
||||
|
||||
%package devel
|
||||
Summary: Library to embed Devhelp in other applications.
|
||||
Group: Development/Libraries
|
||||
Requires: %name = %{PACKAGE_VERSION}
|
||||
Requires: gtk2-devel >= 2.2.0
|
||||
Requires: libgnomeui-devel >= 2.2.0
|
||||
Requires: gnome-vfs2-devel >= 2.2.0
|
||||
|
||||
%description devel
|
||||
Library of Devhelp for embedding into other applications.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -43,6 +56,9 @@ desktop-file-install --vendor gnome \
|
||||
--add-category X-Red-Hat-Base \
|
||||
$RPM_BUILD_ROOT%{_datadir}/applications/devhelp.desktop
|
||||
|
||||
find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
|
||||
find ${RPM_BUILD_ROOT} -type f -name "*.a" -exec rm -f {} ';'
|
||||
|
||||
%find_lang %name
|
||||
|
||||
%clean
|
||||
@ -53,16 +69,34 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README INSTALL
|
||||
|
||||
%{_bindir}/devhelp
|
||||
%{_libdir}/devhelp/libdevhelp.*
|
||||
%{_libdir}/libdevhelp*.so.*
|
||||
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/devhelp
|
||||
%{_datadir}/locale/*/LC_MESSAGES/*.mo
|
||||
%{_datadir}/pixmaps/*
|
||||
%{_datadir}/mime-info/devhelp.mime
|
||||
%{_datadir}/mime-info/devhelp.keys
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_prefix}/include/devhelp-1.0
|
||||
%{_libdir}/libdevhelp*.so
|
||||
%{_libdir}/pkgconfig/*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Thu Feb 26 2004 Alexander Larsson <alexl@redhat.com> 0.8.1-1
|
||||
- update to 0.8.1
|
||||
|
||||
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Mon Dec 1 2003 Jonathan Blandford <jrb@redhat.com> 0.7.0-1
|
||||
- new version
|
||||
- Remove .la and .a files.
|
||||
|
||||
* Wed Jul 30 2003 Jonathan Blandford <jrb@redhat.com>
|
||||
- remove original devhelp desktop file.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user