Blame SPECS/libcroco.spec

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