57 lines
1.4 KiB
RPMSpec
57 lines
1.4 KiB
RPMSpec
|
Summary: GNOME developer documentation
|
||
|
Name: gnome-devel-docs
|
||
|
Version: 2.20.0
|
||
|
Release: 2%{?dist}
|
||
|
License: GFDL
|
||
|
Group: System Environment/Libraries
|
||
|
URL: http://library.gnome.org
|
||
|
Source: http://download.gnome.org/sources/gnome-devel-docs/2.20/%{name}-%{version}.tar.bz2
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||
|
BuildArch: noarch
|
||
|
BuildRequires: gnome-doc-utils
|
||
|
BuildRequires: rarian-compat
|
||
|
|
||
|
%description
|
||
|
This package contains documents which are targeted for GNOME developers.
|
||
|
It contains, e.g., the Human Interface Guidelines, the Integration Guide
|
||
|
and the Platform Overview.
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
%configure
|
||
|
make
|
||
|
|
||
|
%install
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
|
||
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||
|
|
||
|
%find_lang %{name} --with-gnome
|
||
|
|
||
|
%clean
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
|
||
|
|
||
|
%files -f %{name}.lang
|
||
|
%defattr(-,root,root,-)
|
||
|
%doc README AUTHORS NEWS COPYING
|
||
|
%{_datadir}/gnome/help/gdp-handbook
|
||
|
%{_datadir}/gnome/help/gdp-style-guide
|
||
|
%{_datadir}/gnome/help/hig-book
|
||
|
%{_datadir}/gnome/help/integration-guide
|
||
|
%{_datadir}/gnome/help/platform-overview
|
||
|
%{_datadir}/omf/gdp-handbook
|
||
|
%{_datadir}/omf/gdp-style-guide
|
||
|
%{_datadir}/omf/hig-book
|
||
|
%{_datadir}/omf/integration-guide
|
||
|
%{_datadir}/omf/platform-overview
|
||
|
|
||
|
%changelog
|
||
|
* Wed Oct 24 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-2
|
||
|
- Incorporate package review feedback
|
||
|
|
||
|
* Tue Oct 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
|
||
|
- Initial packaging
|