source: projects/specs/trunk/lib/libc/libcroco/libcroco-vl.spec @ 9876

Revision 9876, 4.5 KB checked in by Takemikaduchi, 8 years ago (diff)

new upstream release

Line 
1Summary:                A CSS2 parsing library
2Summary:                CSS2 をパースするためのライブラリ
3Name:                   libcroco
4Version:                0.6.11
5Release:                1%{?_dist_release}
6License:                LGPL
7Group:                  System Environment/Libraries
8Source:                 %{name}-%{version}.tar.xz
9BuildRoot:              %{_tmppath}/%{name}-%{version}-root
10Patch0:                 libcroco-0.6.1-multilib.patch
11
12Requires:               glib2 >= 2.10
13Requires:               libxml2 >= 2.4.23
14BuildRequires:  pkgconfig >= 0.8
15BuildRequires:  glib2-devel >= 2.10
16BuildRequires:  pango-devel >= 1.16
17BuildRequires:  libxml2-devel >= 2.4.23
18
19Vendor: Project Vine
20Distribution: Vine Linux
21
22%description
23CSS2 parsing and manipulation library for GNOME
24
25%package devel
26Summary:          Libraries and include files for developing with libcroco.
27Group:            Development/Libraries
28Requires:         %{name} = %{version}
29Requires:         pkgconfig
30
31%description devel
32This package provides the necessary development libraries and include
33files to allow you to develop with libcroco.
34
35%prep
36%setup -q -n libcroco-%{version}
37%patch0 -p1 -b .multilib
38
39%build
40:%configure
41make
42
43%install
44rm -rf $RPM_BUILD_ROOT
45# create file that the new redhat debuginfo stuff demands
46touch $RPM_BUILD_DIR/libcroco-%{version}/debugfiles.list
47
48%makeinstall
49# Clean out files that should not be part of the rpm.
50# This is the recommended way of dealing with it for RH8
51rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
52rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%post -p /sbin/ldconfig
58
59%postun -p /sbin/ldconfig
60
61%files
62%defattr(-, root, root)
63%doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README TODO
64%{_bindir}/csslint-0.6
65%{_libdir}/*.so.*
66
67%files devel
68%defattr(-, root, root)
69%{_libdir}/*.so
70%{_includedir}/libcroco-0.6
71%{_bindir}/croco-0.6-config
72%{_libdir}/pkgconfig/libcroco-0.6.pc
73%{_datadir}/gtk-doc/html/%{name}
74
75%changelog
76* Sat Dec 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.11-1
77- new upstream release
78
79* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.8-2
80- rebuild with VineSeed environment
81
82* Fri Oct 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.8-1
83- new upstream release
84
85* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.7-1
86- new upstream release
87
88* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.6-1
89- new upstream release
90
91* Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-1
92- new upstream release
93
94* Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-1
95- new upstream release
96
97* Sat Nov 19 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3-1
98- new upstream release
99
100* Wed Sep 22 2010 IWAI, Masaharu <iwai@alib.jp> 0.6.2-2
101- build with rpm-4.8.1-1 for pkg-config file
102
103* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.2-1
104- new upstream release
105
106* Wed Sep 17 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.1-1
107- applied new versioning policy
108- spec in UTF-8
109
110* Sun May 20 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.1-0vl1
111- initial build for Vine Linux
112
113* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.6.1-2.1
114- rebuild
115
116* Tue May 23 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.1-2
117- Make config script a pkg-config wrapper to fix multilib conflict
118
119* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.1-1
120- Update to 0.6.1
121- Drop upstreamed patches
122
123* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-6.2.1
124- bump again for double-long bug on ppc(64)
125
126* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-6.2
127- rebuilt for new gcc4.1 snapshot and glibc changes
128
129* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
130- rebuilt
131
132* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
133- link shared lib against -lglib-2.0 and -lxml2
134
135* Wed Mar  2 2005 Matthias Clasen <mclasen@redhat.com> - 0.6.0-5
136- Rebuild with gcc4
137
138* Wed Sep 22 2004 Matthias Clasen <mclasen@redhat.com> - 0.6.0-4
139- Move croco-config to the devel package
140
141* Mon Sep 20 2004 Matthias Clasen <mclasen@redhat.com> - 0.6-3
142- Don't memset() stack variables
143
144* Tue Aug 31 2004 Matthias Clasen <mclasen@redhat.com> - 0.6-2
145- Add missing ldconfig calls (#131279)
146
147* Fri Jul 30 2004 Matthias Clasen <mclasen@redhat.com> - 0.6-1
148- Update to 0.6
149
150* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
151- rebuilt
152
153* Sat Apr 10 2004 Warren Togami <wtogami@redhat.com>
154- BR and -devel req libgnomeui-devel
155
156* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
157- rebuilt
158
159* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
160- rebuilt
161
162* Tue Jan 27 2004 Jonathan Blandford <jrb@redhat.com> 0.4.0-1
163- new version
164
165* Wed Aug 13 2003 Jonathan Blandford <jrb@redhat.com> 0.3.0-1
166- initial import into the tree.  Based on the spec file in the package
Note: See TracBrowser for help on using the repository browser.