source: projects/specs/trunk/g/gnome-getting-started-docs/gnome-getting-started-docs-vl.spec @ 8011

Revision 8011, 1.3 KB checked in by Takemikaduchi, 11 years ago (diff)

new upstream release

RevLine 
[7681]1Summary: Help a new user get stared in GNOME
2Name: gnome-getting-started-docs
[8011]3Version: 3.10.2
[7681]4Release: 1%{?_dist_release}
5License: GFDL
6Group: System Environment/Libraries
7URL: http://library.gnome.org
[7938]8Source: http://download.gnome.org/sources/%{name}/3.10/%{name}-%{version}.tar.xz
[7681]9BuildArch: noarch
10BuildRequires: gnome-doc-utils
11BuildRequires: rarian-compat
12BuildRequires: docbook-utils
13BuildRequires: gettext
14BuildRequires: yelp-tools
15
16Vendor: Project Vine
17Distribution: Vine Linux
18Packager: Takemikaduchi
19
20%description
21This package contains the Getting Shared guide which is packaged and
22shipped as gnome-getting-shared-docs in the core GNOME disribution.
23
24%prep
25%setup -q
26
27%build
28%configure
29make
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
34make install DESTDIR=$RPM_BUILD_ROOT
35
36%find_lang %{name} --all-name --with-gnome
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41
42%files -f %{name}.lang
43%defattr(-,root,root,-)
44%doc README AUTHORS NEWS COPYING
45
46%changelog
[8011]47* Sat Nov 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.10.2-1
48- new upstream release
49
[7938]50* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.10.1-1
51- new upstream release
52
[7756]53* Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.8.3-1
54- new upstream release
55
[7681]56* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.8.2-1
57- initial build
Note: See TracBrowser for help on using the repository browser.