source: projects/specs/trunk/y/yelp-xsl/yelp-xsl-vl.spec @ 5038

Revision 5038, 2.9 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2.1

Line 
1Name:           yelp-xsl
2Version:        3.2.1
3Release:        1%{?_dist_release}
4Summary:        XSL stylesheets for the yelp help browser
5
6License:        LGPLv2+
7Group:          Applications/System
8URL:            http://download.gnome.org/sources/yelp-xsl
9Source0:        http://download.gnome.org/sources/yelp-xsl/3.2/yelp-xsl-%{version}.tar.xz
10BuildArch:      noarch
11
12BuildRequires:  libxml2-devel
13BuildRequires:  libxslt-devel
14BuildRequires:  intltool
15BuildRequires:  itstool
16
17Vendor: Project Vine
18Distribution: Vine Linux
19Packager: Takemikaduchi
20
21%description
22This package contains XSL stylesheets that are used by the yelp help browser.
23
24
25%package devel
26Summary: Developer documentation for yelp-xsl
27Requires: pkgconfig
28Requires: %{name} = %{version}-%{release}
29
30%description devel
31The yelp-xsl-devel package contains developer documentation for the
32XSL stylesheets in yelp-xsl.
33
34
35%prep
36%setup -q
37
38
39%build
40%configure --enable-doc
41make %{?_smp_mflags}
42
43
44%install
45make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
46
47
48%files
49%defattr(-, root, root, -)
50%doc README COPYING AUTHORS
51%{_datadir}/yelp-xsl
52
53
54%files devel
55%defattr(-, root, root, -)
56%{_datadir}/pkgconfig/yelp-xsl.pc
57
58
59%changelog
60* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
61- new upstream release
62
63* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
64- new upstream release
65
66* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.6-1
67- new upstream release
68
69* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
70- new upstream release
71
72* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.3-1
73- initial build for Vine Linux
74
75
76* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
77- Update to 3.0.1
78
79* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
80- Update to 3.0.0
81
82* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.92-1
83- Update to 2.91.92
84
85* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.91-1
86- Update to 2.91.91
87
88* Mon Feb 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-1
89- Update to 2.91.90
90
91* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.9-2
92- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
93
94* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.9-1
95- Update to 2.92.6
96
97* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> 2.31.6-1
98- Update to 2.31.6
99
100* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> 2.31.5-1
101- Update to 2.31.5
102
103* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4-1
104- Update to 2.31.4
105
106* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> 2.31.3-1
107- Update to 2.31.3
108
109* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> 2.31.2-1
110- Update to 2.31.2
111
112* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> 2.31.1-2
113- Some corrections
114
115* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> 2.31.1-1
116- Initial packaging
Note: See TracBrowser for help on using the repository browser.