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

Revision 7018, 4.3 KB checked in by Takemikaduchi, 12 years ago (diff)

gnome-settings-daemon: add gnome-settings-daemon-3.6.1-input-source-switch-zenkaku-hankaku.patch
others: new upstream release

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