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

Revision 6201, 3.0 KB checked in by Takemikaduchi, 12 years ago (diff)

gnome-themes: fix Vine theme
metacity: fix theme
others: new upstream release

Line 
1Name:           yelp-xsl
2Version:        3.4.2
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.4/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* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
61- new upstream release
62
63* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
64- new upstream release
65
66* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
67- new upstream release
68
69* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
70- new upstream release
71
72* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.6-1
73- new upstream release
74
75* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
76- new upstream release
77
78* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.3-1
79- initial build for Vine Linux
80
81
82* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
83- Update to 3.0.1
84
85* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
86- Update to 3.0.0
87
88* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.92-1
89- Update to 2.91.92
90
91* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.91-1
92- Update to 2.91.91
93
94* Mon Feb 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-1
95- Update to 2.91.90
96
97* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.9-2
98- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
99
100* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.9-1
101- Update to 2.92.6
102
103* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> 2.31.6-1
104- Update to 2.31.6
105
106* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> 2.31.5-1
107- Update to 2.31.5
108
109* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4-1
110- Update to 2.31.4
111
112* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> 2.31.3-1
113- Update to 2.31.3
114
115* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> 2.31.2-1
116- Update to 2.31.2
117
118* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> 2.31.1-2
119- Some corrections
120
121* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> 2.31.1-1
122- Initial packaging
Note: See TracBrowser for help on using the repository browser.