1.15
This commit is contained in:
parent
c337f27ab1
commit
c20801e839
@ -1 +1 @@
|
|||||||
gtk-doc-1.14.tar.bz2
|
gtk-doc-1.15.tar.bz2
|
||||||
|
11
gtk-doc.spec
11
gtk-doc.spec
@ -1,11 +1,11 @@
|
|||||||
Summary: API documentation generation tool for GTK+ and GNOME
|
Summary: API documentation generation tool for GTK+ and GNOME
|
||||||
Name: gtk-doc
|
Name: gtk-doc
|
||||||
Version: 1.14
|
Version: 1.15
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
#VCS: git:git://git.gnome.org/gtk-doc
|
#VCS: git:git://git.gnome.org/gtk-doc
|
||||||
Source: http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.14/gtk-doc-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/gtk-doc/1.15/gtk-doc-%{version}.tar.bz2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
URL: http://www.gtk.org/gtk-doc
|
URL: http://www.gtk.org/gtk-doc
|
||||||
|
|
||||||
@ -48,7 +48,6 @@ mv doc/README doc/README.docs
|
|||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
# --disable-scrollkeeper is not enough
|
# --disable-scrollkeeper is not enough
|
||||||
@ -56,9 +55,6 @@ rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
|
|||||||
|
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc AUTHORS README doc/* examples COPYING COPYING-DOCS
|
%doc AUTHORS README doc/* examples COPYING COPYING-DOCS
|
||||||
@ -71,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/omf/gtk-doc-manual
|
%{_datadir}/omf/gtk-doc-manual
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 23 2010 Matthias Clasen <mclasen@redhat.com> - 1.15-1
|
||||||
|
- Update to 1.15
|
||||||
|
|
||||||
* Sun Mar 28 2010 Matthias Clasen <mclasen@redhat.com> - 1.14-1
|
* Sun Mar 28 2010 Matthias Clasen <mclasen@redhat.com> - 1.14-1
|
||||||
- Update to 1.14
|
- Update to 1.14
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user