source: projects/specs/trunk/g/gnome-devel-docs/gnome-devel-docs-vl.spec @ 4616

Revision 4616, 2.8 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

Line 
1Summary: GNOME developer documentation
2Name: gnome-devel-docs
3Version: 3.0.3
4Release: 1%{?dist}
5License: GFDL
6Group: System Environment/Libraries
7URL: http://library.gnome.org
8#VCS: git:git://git.gnome.org/gnome-devel-docs
9Source: http://download.gnome.org/sources/gnome-devel-docs/3.0/%{name}-%{version}.tar.bz2
10BuildArch: noarch
11BuildRequires: gnome-doc-utils
12BuildRequires: rarian-compat
13BuildRequires: docbook-utils
14BuildRequires: gettext
15
16Vendor: Project Vine
17Distribution: Vine Linux
18Packager: Takemikaduchi
19
20%description
21This package contains documents which are targeted for GNOME developers.
22It contains, e.g., the Human Interface Guidelines, the Integration Guide
23and the Platform Overview.
24
25%prep
26%setup -q
27
28%build
29%configure
30make
31
32%install
33rm -rf $RPM_BUILD_ROOT
34
35make install DESTDIR=$RPM_BUILD_ROOT
36
37%find_lang %{name} --all-name --with-gnome
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42
43%files -f %{name}.lang
44%defattr(-,root,root,-)
45%doc README AUTHORS NEWS COPYING
46
47%changelog
48* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.0.3-1
49- new upstream release
50
51* Sat Oct 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.32.0-1
52- initial build for Vine Linux
53
54* Mon Apr 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.1-1
55- Update to 2.30.1
56
57* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
58- Update to 2.30.0
59
60* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.3-1
61- Update to 2.29.3
62
63* Wed Feb 10 2010 Bastien Nocera <bnocera@redhat.com> 2.29.2-1
64- Update to 2.29.2
65
66* Tue Jan 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.1-1
67- Update to 2.29.1
68
69* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
70- Update to 2.28.0
71
72* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.1-1
73- Update to 2.27.1
74
75* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.1-2
76- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
77
78* Tue Apr 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
79- Update to 2.26.1
80
81* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
82- Update to 2.26.0
83
84* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.1-2
85- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
86
87* Tue Dec 16 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
88- Update to 2.24.1
89
90* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
91- Update to 2.24.0
92
93* Thu Sep  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
94- Update to 2.23.1
95
96* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
97- Update to 2.22.0
98
99* Wed Feb 13 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
100- Update to 2.21.1
101
102* Wed Oct 24 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-2
103- Incorporate package review feedback
104
105* Tue Oct 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
106- Initial packaging
Note: See TracBrowser for help on using the repository browser.