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

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

GNOME-3.6.1

Line 
1Summary:          A CSS2 parsing library
2Summary:          CSS2 をパースするためのライブラリ
3Name:             libcroco
4Version:          0.6.7
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* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.7-1
74- new upstream release
75
76* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.6-1
77- new upstream release
78
79* Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-1
80- new upstream release
81
82* Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-1
83- new upstream release
84
85* Fri Nov 19 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3-1
86- new upstream release
87
88* Wed Sep 22 2010 IWAI, Masaharu <iwai@alib.jp> 0.6.2-2
89- build with rpm-4.8.1-1 for pkg-config file
90
91* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.2-1
92- new upstream release
93
94* Wed Sep 17 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.1-1
95- applied new versioning policy
96- spec in UTF-8
97
98* Sun May 20 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.1-0vl1
99- initial build for Vine Linux
100
101* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.6.1-2.1
102- rebuild
103
104* Tue May 23 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.1-2
105- Make config script a pkg-config wrapper to fix multilib conflict
106
107* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.1-1
108- Update to 0.6.1
109- Drop upstreamed patches
110
111* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-6.2.1
112- bump again for double-long bug on ppc(64)
113
114* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-6.2
115- rebuilt for new gcc4.1 snapshot and glibc changes
116
117* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
118- rebuilt
119
120* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
121- link shared lib against -lglib-2.0 and -lxml2
122
123* Wed Mar  2 2005 Matthias Clasen <mclasen@redhat.com> - 0.6.0-5
124- Rebuild with gcc4
125
126* Wed Sep 22 2004 Matthias Clasen <mclasen@redhat.com> - 0.6.0-4
127- Move croco-config to the devel package
128
129* Mon Sep 20 2004 Matthias Clasen <mclasen@redhat.com> - 0.6-3
130- Don't memset() stack variables
131
132* Tue Aug 31 2004 Matthias Clasen <mclasen@redhat.com> - 0.6-2
133- Add missing ldconfig calls (#131279)
134
135* Fri Jul 30 2004 Matthias Clasen <mclasen@redhat.com> - 0.6-1
136- Update to 0.6
137
138* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
139- rebuilt
140
141* Sat Apr 10 2004 Warren Togami <wtogami@redhat.com>
142- BR and -devel req libgnomeui-devel
143
144* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
145- rebuilt
146
147* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
148- rebuilt
149
150* Tue Jan 27 2004 Jonathan Blandford <jrb@redhat.com> 0.4.0-1
151- new version
152
153* Wed Aug 13 2003 Jonathan Blandford <jrb@redhat.com> 0.3.0-1
154- initial import into the tree.  Based on the spec file in the package
Note: See TracBrowser for help on using the repository browser.