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

Revision 6078, 3.1 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

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