source: projects/specs/branches/6/g/gnome-devel-docs/gnome-devel-docs-vl.spec @ 2041

Revision 2041, 2.7 KB checked in by Takemikaduchi, 14 years ago (diff)

update to GNOME-2.32.0

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