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

Revision 6951, 3.3 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.1

Line 
1Summary: GNOME developer documentation
2Name: gnome-devel-docs
3Version: 3.6.1
4Release: 1%{?_dist_release}
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.6/%{name}-%{version}.tar.xz
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* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.6.1-1
49- new upstream release
50
51* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.6.0-1
52- new upstream release
53
54* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.4.1-1
55- new upstream release
56
57* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.2.1-1
58- new upstream release
59
60* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.2.0-1
61- new upstream release
62
63* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.0.3-1
64- new upstream release
65
66* Sat Oct 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.32.0-1
67- initial build for Vine Linux
68
69* Mon Apr 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.1-1
70- Update to 2.30.1
71
72* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
73- Update to 2.30.0
74
75* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.3-1
76- Update to 2.29.3
77
78* Wed Feb 10 2010 Bastien Nocera <bnocera@redhat.com> 2.29.2-1
79- Update to 2.29.2
80
81* Tue Jan 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.1-1
82- Update to 2.29.1
83
84* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
85- Update to 2.28.0
86
87* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.1-1
88- Update to 2.27.1
89
90* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.1-2
91- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
92
93* Tue Apr 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
94- Update to 2.26.1
95
96* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
97- Update to 2.26.0
98
99* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.1-2
100- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
101
102* Tue Dec 16 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
103- Update to 2.24.1
104
105* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
106- Update to 2.24.0
107
108* Thu Sep  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
109- Update to 2.23.1
110
111* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
112- Update to 2.22.0
113
114* Wed Feb 13 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
115- Update to 2.21.1
116
117* Wed Oct 24 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-2
118- Incorporate package review feedback
119
120* Tue Oct 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
121- Initial packaging
Note: See TracBrowser for help on using the repository browser.