diff --git a/.gnome-devel-docs.metadata b/.gnome-devel-docs.metadata new file mode 100644 index 0000000..e8061b2 --- /dev/null +++ b/.gnome-devel-docs.metadata @@ -0,0 +1 @@ +38d2eebeae6aced8d7c383fea7eeb2323241947b SOURCES/gnome-devel-docs-3.8.1.tar.xz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SOURCES/gnome-devel-docs-3.7.90-logos-removal.patch b/SOURCES/gnome-devel-docs-3.7.90-logos-removal.patch new file mode 100644 index 0000000..62a0638 --- /dev/null +++ b/SOURCES/gnome-devel-docs-3.7.90-logos-removal.patch @@ -0,0 +1,49 @@ +--- gnome-devel-docs-3.7.90/platform-demos/Makefile.am.logos-removal 2013-02-04 20:52:08.000000000 +0100 ++++ gnome-devel-docs-3.7.90/platform-demos/Makefile.am 2013-02-21 02:01:30.864169035 +0100 +@@ -192,7 +192,6 @@ + media/combobox_multicolumn.png \ + media/dialog.png \ + media/entry.png \ +- media/fedora.png \ + media/filechooserdialog_menu.png \ + media/filechooserdialog_save.png \ + media/fontchooserwidget.png \ +@@ -225,7 +224,6 @@ + media/menubar_choices.png \ + media/message-board.ogv \ + media/messagedialog.png \ +- media/opensuse.png \ + media/paned.png \ + media/photo-wall.png \ + media/photo-wall-focused.png \ +@@ -258,7 +256,6 @@ + media/treeview_simple_liststore.png \ + media/treeview_simple_liststore_penguins.png \ + media/treeview_treestore.png \ +- media/ubuntu.png \ + media/weatherAppJs.png \ + media/window.png \ + $(demo_sources) +--- gnome-devel-docs-3.7.90/platform-demos/C/getting-ready.page.logos-removal 2013-02-04 20:52:08.000000000 +0100 ++++ gnome-devel-docs-3.7.90/platform-demos/C/getting-ready.page 2013-02-21 02:01:30.864169035 +0100 +@@ -36,17 +36,17 @@ + +

+ +- Ubuntu ++ Ubuntu +

+
+

+ +- Fedora ++ Fedora +

+
+

+ +- OpenSuSE ++ OpenSuSE +

+
+

Others

diff --git a/SPECS/gnome-devel-docs.spec b/SPECS/gnome-devel-docs.spec new file mode 100644 index 0000000..9391dc2 --- /dev/null +++ b/SPECS/gnome-devel-docs.spec @@ -0,0 +1,185 @@ +Summary: GNOME developer documentation +Name: gnome-devel-docs +Version: 3.8.1 +Release: 1%{?dist} +License: GFDL +Group: System Environment/Libraries +URL: http://library.gnome.org +#VCS: git:git://git.gnome.org/gnome-devel-docs +Source: http://download.gnome.org/sources/gnome-devel-docs/3.8/%{name}-%{version}.tar.xz +BuildArch: noarch +BuildRequires: docbook-utils +BuildRequires: gettext +BuildRequires: itstool + +# Logomarks should be removed and replaced with text +# https://bugzilla.redhat.com/show_bug.cgi?id=814220 +Patch0: gnome-devel-docs-3.7.90-logos-removal.patch +BuildRequires: automake autoconf +BuildRequires: yelp-tools + +%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 +%patch0 -p1 -b .logos-removal +rm -f platform-demos/media/fedora.png +rm -f platform-demos/media/opensuse.png +rm -f platform-demos/media/ubuntu.png + +%build +aclocal || : +autoheader || : +automake || : +autoconf || : + +%configure +make %{?_smp_mflags} + +%install +make install DESTDIR=$RPM_BUILD_ROOT + +%find_lang %{name} --all-name --with-gnome + + +%files -f %{name}.lang +%doc README AUTHORS NEWS COPYING + +%changelog +* Tue May 14 2013 Matthias Clasen - 3.8.1-1 +- Update to 3.8.1 + +* Tue Mar 26 2013 Kalev Lember - 3.8.0-1 +- Update to 3.8.0 + +* Thu Feb 21 2013 Kalev Lember - 3.7.90-1 +- Update to 3.7.90 + +* Wed Feb 13 2013 Fedora Release Engineering - 3.6.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Mon Nov 12 2012 Kalev Lember - 3.6.2-1 +- Update to 3.6.2 + +* Tue Oct 16 2012 Kalev Lember - 3.6.1-1 +- Update to 3.6.1 + +* Tue Sep 25 2012 Richard Hughes - 3.6.0-1 +- Update to 3.6.0 + +* Tue Aug 21 2012 Richard Hughes - 3.5.90-1 +- Update to 3.5.90 + +* Wed Jul 18 2012 Kalev Lember - 3.5.4-1 +- Update to 3.5.4 + +* Thu Jun 28 2012 Kalev Lember - 3.5.3-1 +- Update to 3.5.3 + +* Thu Jun 07 2012 Richard Hughes - 3.5.2-1 +- Update to 3.5.2 + +* Fri Apr 20 2012 Tomas Bzatek - 3.4.1-2 +- Replace logomarks with plain text (#814220) + +* Tue Apr 17 2012 Kalev Lember - 3.4.1-1 +- Update to 3.4.1 + +* Tue Mar 27 2012 Richard Hughes - 3.4.0-1 +- Update to 3.4.0 + +* Wed Mar 21 2012 Kalev Lember - 3.3.92-1 +- Update to 3.3.92 + +* Fri Feb 24 2012 Matthias Clasen - 3.3.3-1 +- Update to 3.3.3 + +* Mon Feb 6 2012 Matthias Clasen - 3.3.1-1 +- Update to 3.3.1 + +* Fri Jan 13 2012 Fedora Release Engineering - 3.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Oct 18 2011 Matthias Clasen - 3.2.1-1 +- Update to 3.2.1 + +* Tue Sep 27 2011 Ray - 3.2.0-1 +- Update to 3.2.0 + +* Tue Apr 26 2011 Matthias Clasen - 3.0.2-1 +- Update to 3.0.2 + +* Mon Apr 25 2011 Matthias Clasen - 3.0.1-1 +- Update to 3.0.1 + +* Wed Apr 6 2011 Christopher Aillon - 3.0.0-1 +- Update to 3.0.0 + +* Mon Mar 7 2011 Matthias Clasen - 2.91.91-1 +- Update to 2.91.91 + +* Tue Feb 22 2011 Matthias Clasen - 2.91.90-1 +- Update to 2.91.90 + +* Tue Feb 08 2011 Fedora Release Engineering - 2.32.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Tue Sep 28 2010 Matthias Clasen - 2.32.0-1 +- Update to 2.32.0 + +* Mon Apr 26 2010 Matthias Clasen - 2.30.1-1 +- Update to 2.30.1 + +* Mon Mar 29 2010 Matthias Clasen - 2.30.0-1 +- Update to 2.30.0 + +* Mon Feb 22 2010 Matthias Clasen - 2.29.3-1 +- Update to 2.29.3 + +* Wed Feb 10 2010 Bastien Nocera 2.29.2-1 +- Update to 2.29.2 + +* Tue Jan 26 2010 Matthias Clasen - 2.29.1-1 +- Update to 2.29.1 + +* Mon Sep 21 2009 Matthias Clasen - 2.28.0-1 +- Update to 2.28.0 + +* Mon Aug 24 2009 Matthias Clasen - 2.27.1-1 +- Update to 2.27.1 + +* Fri Jul 24 2009 Fedora Release Engineering - 2.26.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Apr 14 2009 Matthias Clasen - 2.26.1-1 +- Update to 2.26.1 + +* Mon Mar 16 2009 Matthias Clasen - 2.26.0-1 +- Update to 2.26.0 + +* Tue Feb 24 2009 Fedora Release Engineering - 2.24.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Dec 16 2008 Matthias Clasen - 2.24.1-1 +- Update to 2.24.1 + +* Mon Sep 22 2008 Matthias Clasen - 2.24.0-1 +- Update to 2.24.0 + +* Thu Sep 4 2008 Matthias Clasen - 2.23.1-1 +- Update to 2.23.1 + +* Mon Mar 10 2008 Matthias Clasen - 2.22.0-1 +- Update to 2.22.0 + +* Wed Feb 13 2008 Matthias Clasen - 2.21.1-1 +- Update to 2.21.1 + +* 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