Blame SPECS/gtksourceview3.spec

020c1c
%define gtk_version 3.0.0
020c1c
020c1c
%define po_package gtksourceview-3.0
020c1c
020c1c
Summary: A library for viewing source files
020c1c
Name: gtksourceview3
020c1c
Version: 3.8.1
020c1c
Release: 2%{?dist}
020c1c
License: LGPLv2+ and GPLv2+
020c1c
# the library itself is LGPL, some .lang files are GPL
020c1c
Group: System Environment/Libraries
020c1c
URL: http://gtksourceview.sourceforge.net/
020c1c
#VCS: git:git://git.gnome.org/gtksourceview
020c1c
Source0: http://download.gnome.org/sources/gtksourceview/3.8/gtksourceview-%{version}.tar.xz
020c1c
BuildRequires: libxml2-devel
020c1c
BuildRequires: gtk3-devel >= %{gtk_version}
020c1c
BuildRequires: glade-devel
020c1c
BuildRequires: intltool >= 0.35
020c1c
BuildRequires: gettext
020c1c
BuildRequires: gobject-introspection-devel
020c1c
020c1c
%description
020c1c
GtkSourceView is a text widget that extends the standard GTK+
020c1c
GtkTextView widget. It improves GtkTextView by implementing
020c1c
syntax highlighting and other features typical of a source code editor.
020c1c
020c1c
This package contains version 3 of GtkSourceView. The older version
020c1c
2 is contains in the gtksourceview2 package.
020c1c
020c1c
%package devel
020c1c
Summary: Files to compile applications that use gtksourceview3
020c1c
Group: Development/Libraries
020c1c
Requires: %{name} = %{version}-%{release}
020c1c
Requires: gtk3-devel >= %{gtk_version}
020c1c
Requires: libxml2-devel
020c1c
020c1c
%description devel
020c1c
gtksourceview3-devel contains the files required to compile
020c1c
applications which use GtkSourceView 3.
020c1c
020c1c
%prep
020c1c
%setup -q -n gtksourceview-%{version}
020c1c
020c1c
%build
020c1c
%configure --disable-gtk-doc --disable-static --enable-glade-catalog
020c1c
020c1c
make %{?_smp_mflags}
020c1c
020c1c
%install
020c1c
make install DESTDIR=$RPM_BUILD_ROOT
020c1c
020c1c
# remove unwanted files
020c1c
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
020c1c
rm -f $RPM_BUILD_ROOT%{_datadir}/gtksourceview-3.0/language-specs/check.sh
020c1c
rm -f $RPM_BUILD_ROOT%{_datadir}/gtksourceview-3.0/language-specs/convert.py
020c1c
020c1c
%find_lang %{po_package}
020c1c
020c1c
%post -p /sbin/ldconfig
020c1c
020c1c
%postun -p /sbin/ldconfig
020c1c
020c1c
%files -f %{po_package}.lang
020c1c
%defattr(-,root,root,-)
020c1c
%doc README AUTHORS COPYING NEWS MAINTAINERS
020c1c
%{_datadir}/gtksourceview-3.0
020c1c
%{_libdir}/*.so.*
020c1c
%{_libdir}/girepository-1.0/GtkSource-3.0.typelib
020c1c
020c1c
%files devel
020c1c
%defattr(-,root,root,-)
020c1c
%{_includedir}/gtksourceview-3.0
020c1c
%{_datadir}/gtk-doc/html/*
020c1c
%{_libdir}/pkgconfig/*.pc
020c1c
%{_libdir}/*.so
020c1c
%{_datadir}/gir-1.0/GtkSource-3.0.gir
020c1c
%dir %{_datadir}/glade
020c1c
%dir %{_datadir}/glade/catalogs
020c1c
%{_datadir}/glade/catalogs/gtksourceview.xml
020c1c
020c1c
%changelog
020c1c
* Mon May 13 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.1-2
020c1c
- Install a glade catalog
020c1c
020c1c
* Mon Apr 15 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 3.8.1-1
020c1c
- Update to 3.8.1
020c1c
020c1c
* Mon Mar 25 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 3.8.0-1
020c1c
- Update to 3.8.0
020c1c
020c1c
* Mon Mar 18 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 3.7.92-1
020c1c
- Update to 3.7.92
020c1c
020c1c
* Thu Mar 07 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 3.7.91-1
020c1c
- Update to 3.7.91
020c1c
020c1c
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.90-1
020c1c
- Update to 3.7.90
020c1c
020c1c
* Mon Feb 04 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 3.7.3-1
020c1c
- Update to 3.7.3
020c1c
020c1c
* Wed Jan 16 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 3.7.2-1
020c1c
- Update to 3.7.2
020c1c
020c1c
* Mon Jan 07 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 3.7.1-1
020c1c
- Update to 3.7.1
020c1c
020c1c
* Mon Nov 05 2012 Ray Strode <rstrode@redhat.com> 3.6.1-1
020c1c
- Update to 3.6.1
020c1c
020c1c
* Mon Sep 24 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 3.6.0-1
020c1c
- Update to 3.6.0
020c1c
020c1c
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
020c1c
- Update to 3.5.4
020c1c
020c1c
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
020c1c
- Update to 3.5.3
020c1c
020c1c
* Tue Jul 31 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
020c1c
- Update to 3.5.2
020c1c
020c1c
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.2-2
020c1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
020c1c
020c1c
* Thu May 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.2-1
020c1c
- Update to 3.4.2
020c1c
020c1c
* Mon Apr 16 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 3.4.1-1
020c1c
- Update to 3.4.1
020c1c
020c1c
* Mon Mar 26 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 3.4.0-1
020c1c
- Update to 3.4.0
020c1c
020c1c
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.5-1
020c1c
- Update to 3.3.5
020c1c
020c1c
* Fri Feb 24 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 3.3.4-1
020c1c
- Update to 3.3.4
020c1c
020c1c
* Mon Feb  6 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
020c1c
- Update to 3.3.3
020c1c
020c1c
* Sun Jan 08 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 3.3.2-1
020c1c
- Update to 3.3.2
020c1c
020c1c
* Sat Dec 17 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.3.1-1
020c1c
- Update to 3.3.1
020c1c
020c1c
* Tue Nov 01 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.2.3-1
020c1c
- Update to 3.2.3
020c1c
020c1c
* Sun Oct 16 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.2.2-1
020c1c
- Update to 3.2.2
020c1c
020c1c
* Sun Oct 09 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.2.1-1
020c1c
- Update to 3.2.1
020c1c
020c1c
* Mon Sep 26 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.2.0-1
020c1c
- Update to 3.2.0
020c1c
020c1c
* Tue Sep 20 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.1.6-1
020c1c
- Update to 3.1.6
020c1c
020c1c
* Tue Sep 06 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.1.5-1
020c1c
- Update to 3.1.5
020c1c
020c1c
* Mon Aug 08 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.1.4-1
020c1c
- Update to 3.1.4
020c1c
020c1c
* Mon Jul 04 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.1.3-1
020c1c
- Update to 3.1.3
020c1c
020c1c
* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-1
020c1c
- Update to 3.1.2
020c1c
020c1c
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 3.0.1-1
020c1c
- Update to 3.0.1
020c1c
020c1c
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> 3.0.0-1
020c1c
- Update to 3.0.0
020c1c
020c1c
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> 2.91.9-1
020c1c
- Update to 2.91.9
020c1c
020c1c
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> 2.91.8-1
020c1c
- Update to 2.91.8
020c1c
020c1c
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-1
020c1c
- Update to 2.91.6
020c1c
020c1c
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-3
020c1c
- Rebuild against newer gtk
020c1c
020c1c
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.5-2
020c1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
020c1c
020c1c
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-1
020c1c
- Update to 2.91.5
020c1c
020c1c
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-1
020c1c
- Update to 2.91.4
020c1c
020c1c
* Sat Jan  8 2011 Matthias Clasen <mclasen@redhat.com> 2.91.3-1
020c1c
- Update to 2.91.3
020c1c
020c1c
* Fri Dec  3 2010 Tomas Bzatek <tbzatek@redhat.com> 2.91.2-1
020c1c
- Update to 2.91.2
020c1c
020c1c
* Tue Nov  2 2010 Matthias Clasen <mclasen@redhat.com> 2.91.1-1
020c1c
- Update to 2.91.1
020c1c
020c1c
* Wed Oct  6 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-1
020c1c
- Update to 2.91.0
020c1c
020c1c
* Wed Sep 29 2010 jkeating - 2.90.4-5.git7701e36
020c1c
- Rebuilt for gcc bug 634757
020c1c
020c1c
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.90.4-4.git7701e36
020c1c
- git snapshot
020c1c
- Rebuild with newer gobject-introspection
020c1c
020c1c
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.90.4-2
020c1c
- Rebuild with new gobject-introspection
020c1c
020c1c
* Tue Jul 13 2010 Matthias Clasen <mclasen@redhat.com> - 2.90.4-1
020c1c
- Update to 2.90.4
020c1c
020c1c
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.90.3-2
020c1c
- Incorporate some review feedback
020c1c
020c1c
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.90.3-1
020c1c
- Initial packaging of GtkSourceview 3