From 8efbbb64610601a3bb981eb2312e969221e5cdd3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 25 Oct 2007 01:22:05 +0000 Subject: [PATCH] initial import --- .cvsignore | 1 + gnome-devel-docs.spec | 56 +++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 58 insertions(+) create mode 100644 gnome-devel-docs.spec diff --git a/.cvsignore b/.cvsignore index e69de29..d59efaf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +gnome-devel-docs-2.20.0.tar.bz2 diff --git a/gnome-devel-docs.spec b/gnome-devel-docs.spec new file mode 100644 index 0000000..7580165 --- /dev/null +++ b/gnome-devel-docs.spec @@ -0,0 +1,56 @@ +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 - 2.20.0-2 +- Incorporate package review feedback + +* Tue Oct 23 2007 Matthias Clasen - 2.20.0-1 +- Initial packaging diff --git a/sources b/sources index e69de29..9d7bc8d 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +64d6e3594b2c6422ea8d17b78f501020 gnome-devel-docs-2.20.0.tar.bz2