Blame SPECS/libcroco.spec

f45dbd
Name:             libcroco
f45dbd
Summary:          A CSS2 parsing library
f45dbd
Version:          0.6.8
f45dbd
Release:          3%{?dist}
f45dbd
License:          LGPLv2
f45dbd
Group:            System Environment/Libraries
f45dbd
Source:           http://download.gnome.org/sources/libcroco/0.6/%{name}-%{version}.tar.xz
f45dbd
#Fedora specific patch
f45dbd
Patch0:    libcroco-0.6.1-multilib.patch
f45dbd
f45dbd
BuildRequires:    pkgconfig
f45dbd
BuildRequires:    glib2-devel
f45dbd
BuildRequires:    libxml2-devel
f45dbd
f45dbd
%description
f45dbd
CSS2 parsing and manipulation library for GNOME
f45dbd
f45dbd
%package devel
f45dbd
Summary:          Libraries and include files for developing with libcroco
f45dbd
Group:            Development/Libraries
f45dbd
Requires:         %{name} = %{version}-%{release}
f45dbd
Requires:         glib2-devel
f45dbd
Requires:         libxml2-devel
f45dbd
f45dbd
%description devel
f45dbd
This package provides the necessary development libraries and include
f45dbd
files to allow you to develop with libcroco.
f45dbd
f45dbd
%prep
f45dbd
%setup -q
f45dbd
%patch0 -p1 -b .multilib
f45dbd
f45dbd
%build
f45dbd
%configure --disable-static
f45dbd
make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"
f45dbd
f45dbd
%install
f45dbd
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
f45dbd
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
f45dbd
f45dbd
%check
f45dbd
make check
f45dbd
f45dbd
%post -p /sbin/ldconfig
f45dbd
f45dbd
%postun -p /sbin/ldconfig
f45dbd
f45dbd
%files
f45dbd
%doc AUTHORS COPYING COPYING.LIB NEWS README 
f45dbd
%{_bindir}/csslint-0.6
f45dbd
%{_libdir}/*.so.*
f45dbd
f45dbd
%files devel
f45dbd
%{_libdir}/*.so
f45dbd
%{_includedir}/libcroco-0.6
f45dbd
%{_bindir}/croco-0.6-config
f45dbd
%{_libdir}/pkgconfig/libcroco-0.6.pc
f45dbd
%{_datadir}/gtk-doc/html/libcroco
f45dbd
f45dbd
%changelog
f45dbd
* Tue Jul 16 2013 Matthias Clasen <mclasen@redhat.com> - 0.6.8-3
f45dbd
- Disable strict aliasing, since the code is not strict-aliasing-clean
f45dbd
f45dbd
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-2
f45dbd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f45dbd
f45dbd
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 0.6.8-1
f45dbd
- Update to 0.6.8
f45dbd
f45dbd
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 0.6.7-1
f45dbd
- Update to 0.6.7
f45dbd
f45dbd
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 0.6.6-1
f45dbd
- Update to 0.6.6
f45dbd
f45dbd
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.5-2
f45dbd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f45dbd
f45dbd
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 0.6.5-1
f45dbd
- Update to 0.6.5
f45dbd
- Dropped unused configure options
f45dbd
f45dbd
* Mon Feb  6 2012 Matthias Clasen <mclasen@redhat.com> - 0.6.4-1
f45dbd
- Update to 0.6.4
f45dbd
f45dbd
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-2
f45dbd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f45dbd
f45dbd
* Tue Nov 22 2011 Matthias Clasen <mclasen@redhat.com> - 0.6.3-1
f45dbd
- Update to 0.6.3
f45dbd
f45dbd
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-6
f45dbd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f45dbd
f45dbd
* Fri Sep 10 2010 Parag Nemade <paragn AT fedoraproject.org> 0.6.2-5
f45dbd
- Merge-review cleanup (#225994)
f45dbd
f45dbd
* Tue Dec  8 2009 Matthias Clasen <mclasen@redhat.com> - 0.6.2-4
f45dbd
- Add source url
f45dbd
f45dbd
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-3
f45dbd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f45dbd
f45dbd
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-2
f45dbd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f45dbd
f45dbd
* Wed Feb  4 2009 Matthias Clasen <mclasen@redhat.com> - 0.6.2-1
f45dbd
- Update to 0.6.2
f45dbd
f45dbd
* Tue Apr  1 2008 Matthias Clasen <mclasen@redhat.com> - 0.6.1-5
f45dbd
- Clean up dependencies
f45dbd
f45dbd
* Fri Feb  8 2008 Matthias Clasen <mclasen@redhat.com> - 0.6.1-4
f45dbd
- Rebuild for gcc 4.3
f45dbd
f45dbd
* Wed Oct 10 2007 Matthias Clasen <mclasen@redhat.com> - 0.6.1-3
f45dbd
- Rebuild
f45dbd
- Update license tag
f45dbd
f45dbd
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.6.1-2.1
f45dbd
- rebuild
f45dbd
f45dbd
* Tue May 23 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.1-2
f45dbd
- Make config script a pkg-config wrapper to fix multilib conflict
f45dbd
f45dbd
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.1-1
f45dbd
- Update to 0.6.1
f45dbd
- Drop upstreamed patches
f45dbd
f45dbd
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-6.2.1
f45dbd
- bump again for double-long bug on ppc(64)
f45dbd
f45dbd
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-6.2
f45dbd
- rebuilt for new gcc4.1 snapshot and glibc changes
f45dbd
f45dbd
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
f45dbd
- rebuilt
f45dbd
f45dbd
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
f45dbd
- link shared lib against -lglib-2.0 and -lxml2
f45dbd
f45dbd
* Wed Mar  2 2005 Matthias Clasen <mclasen@redhat.com> - 0.6.0-5
f45dbd
- Rebuild with gcc4
f45dbd
f45dbd
* Wed Sep 22 2004 Matthias Clasen <mclasen@redhat.com> - 0.6.0-4
f45dbd
- Move croco-config to the devel package
f45dbd
f45dbd
* Mon Sep 20 2004 Matthias Clasen <mclasen@redhat.com> - 0.6-3
f45dbd
- Don't memset() stack variables
f45dbd
f45dbd
* Tue Aug 31 2004 Matthias Clasen <mclasen@redhat.com> - 0.6-2
f45dbd
- Add missing ldconfig calls (#131279)
f45dbd
f45dbd
* Fri Jul 30 2004 Matthias Clasen <mclasen@redhat.com> - 0.6-1
f45dbd
- Update to 0.6
f45dbd
f45dbd
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
f45dbd
- rebuilt
f45dbd
f45dbd
* Sat Apr 10 2004 Warren Togami <wtogami@redhat.com>
f45dbd
- BR and -devel req libgnomeui-devel
f45dbd
f45dbd
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
f45dbd
- rebuilt
f45dbd
f45dbd
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
f45dbd
- rebuilt
f45dbd
f45dbd
* Tue Jan 27 2004 Jonathan Blandford <jrb@redhat.com> 0.4.0-1
f45dbd
- new version
f45dbd
f45dbd
* Wed Aug 13 2003 Jonathan Blandford <jrb@redhat.com> 0.3.0-1
f45dbd
- initial import into the tree.  Based on the spec file in the package