[gnome-getting-started-docs] Add 2 forgotten files

Matthias Clasen mclasen at fedoraproject.org
Fri Jan 11 20:42:19 UTC 2013


commit a9def21726c673ff5f2f85f42dc7918b8235a227
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Fri Jan 11 15:38:47 2013 -0500

    Add 2 forgotten files
    
    These were left out of the 3.7.3 tarball by accident. This will
    be fixed in the next release.

 gnome-getting-started-docs.spec |   13 ++++++++++++-
 yelp-intro.webm.C               |  Bin 0 -> 4984011 bytes
 yelp-intro.webm.cs              |  Bin 0 -> 4979849 bytes
 3 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/gnome-getting-started-docs.spec b/gnome-getting-started-docs.spec
index 8027123..59290d8 100644
--- a/gnome-getting-started-docs.spec
+++ b/gnome-getting-started-docs.spec
@@ -1,11 +1,16 @@
 Name:           gnome-getting-started-docs
 Version:        3.7.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Help a new user get started in GNOME
 
 License:        CC-BY-SA
 URL:            http://www.gnome.org/
 Source0:        http://download.gnome.org/sources/gnome-getting-started-docs/3.7/%{name}-%{version}.tar.xz
+
+# missing in the 3.7.3 tarball
+Source1:        yelp-intro.webm.C
+Source2:        yelp-intro.webm.cs
+
 BuildArch:      noarch
 
 BuildRequires:  pkgconfig
@@ -30,6 +35,9 @@ make %{?_smp_mflags}
 %install
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 
+cp %SOURCE1 $RPM_BUILD_ROOT%{_datadir}/help/C/getting-started/figures/yelp-intro.webm
+cp %SOURCE2 $RPM_BUILD_ROOT%{_datadir}/help/cs/getting-started/figures/yelp-intro.webm
+
 %find_lang %{name} --all-name --with-gnome
 
 
@@ -38,5 +46,8 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 
 
 %changelog
+* Fri Jan 11 2013 Matthias Clasen <mclasen at redhat.com> - 3.7.2-2%{?dist}
+- Add two missing files
+
 * Tue Nov 20 2012 Matthias Clasen <mclasen at redhat.com> - 3.7.2-1%{?dist}
 - Initial packaging
diff --git a/yelp-intro.webm.C b/yelp-intro.webm.C
new file mode 100644
index 0000000..9848008
Binary files /dev/null and b/yelp-intro.webm.C differ
diff --git a/yelp-intro.webm.cs b/yelp-intro.webm.cs
new file mode 100644
index 0000000..e2e5282
Binary files /dev/null and b/yelp-intro.webm.cs differ


More information about the scm-commits mailing list