]> git.pld-linux.org Git - packages/gnome-getting-started-docs.git/commitdiff
- new auto/th/gnome-getting-started-docs-3.16.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 24 May 2015 17:11:21 +0000 (19:11 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 24 May 2015 17:11:21 +0000 (19:11 +0200)
gnome-getting-started-docs.spec [new file with mode: 0644]

diff --git a/gnome-getting-started-docs.spec b/gnome-getting-started-docs.spec
new file mode 100644 (file)
index 0000000..fd28063
--- /dev/null
@@ -0,0 +1,53 @@
+Summary:       GNOME Getting Started guide
+Summary(pl.UTF-8):     Podręcznik wprowadzający do środowiska GNOME
+Name:          gnome-getting-started-docs
+Version:       3.16.2
+Release:       1
+License:       CC-BY-SA-3.0
+Group:         Documentation
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-getting-started-docs/3.16/%{name}-%{version}.tar.xz
+# Source0-md5: a4d730b7d080fff3d5fdacfd3653f02d
+URL:           http://live.gnome.org/DocumentationProject
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake >= 1:1.11
+BuildRequires: pkgconfig
+BuildRequires: rpmbuild(find_lang) >= 1.23
+BuildRequires: rpmbuild(macros) >= 1.198
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
+BuildRequires: yelp-tools
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains the Getting Started guide.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera podręcznik "Getting Started", wprowadzający do
+środowiska GNOME.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+       --disable-silent-rules
+%{__make} -j1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang gnome-help --with-gnome
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f gnome-help.lang
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING NEWS README
This page took 0.065377 seconds and 4 git commands to generate.