automatic version update by autodist [release 0.9.26-1mamba;Sun Feb 16 2014]
This commit is contained in:
parent
ff9b6eef08
commit
8b13301c44
165
harfbuzz.spec
Normal file
165
harfbuzz.spec
Normal file
@ -0,0 +1,165 @@
|
||||
Name: harfbuzz
|
||||
Version: 0.9.26
|
||||
Release: 1mamba
|
||||
Summary: An OpenType text shaping library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.freedesktop.org/wiki/Software/HarfBuzz
|
||||
Source: http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-%{version}.tar.bz2
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libicu-devel >= 50
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
An OpenType text shaping library.
|
||||
|
||||
%package -n lib%{name}
|
||||
Group: System/Libraries
|
||||
Summary: Shared libraries for %{name}
|
||||
|
||||
%description -n lib%{name}
|
||||
This package contains shared libraries for %{name}.
|
||||
|
||||
%package -n lib%{name}-devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
## note: you can add this requirement if .pc files are provided by this package
|
||||
#Requires: pkg-config
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%package apidocs
|
||||
Group: Documentation
|
||||
Summary: %{name} API documentation
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: gtk-doc
|
||||
|
||||
%description apidocs
|
||||
This package includes the %{name} API documentation.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--with-graphite2
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/hb-ot-shape-closure
|
||||
%{_bindir}/hb-shape
|
||||
%{_bindir}/hb-view
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libharfbuzz.so.*
|
||||
%{_libdir}/libharfbuzz-icu.so.*
|
||||
%doc AUTHORS COPYING THANKS
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/harfbuzz
|
||||
%{_includedir}/harfbuzz/*.h
|
||||
%{_libdir}/libharfbuzz.la
|
||||
%{_libdir}/libharfbuzz.so
|
||||
%{_libdir}/libharfbuzz-icu.la
|
||||
%{_libdir}/libharfbuzz-icu.so
|
||||
%{_libdir}/pkgconfig/harfbuzz-icu.pc
|
||||
%{_libdir}/pkgconfig/harfbuzz.pc
|
||||
%doc ChangeLog NEWS README TODO
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/gtk-doc/html/harfbuzz
|
||||
%{_datadir}/gtk-doc/html/harfbuzz/*
|
||||
|
||||
%changelog
|
||||
* Sun Feb 16 2014 Automatic Build System <autodist@mambasoft.it> 0.9.26-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 02 2013 Automatic Build System <autodist@mambasoft.it> 0.9.24-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 02 2013 Automatic Build System <autodist@mambasoft.it> 0.9.23-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 17 2013 Automatic Build System <autodist@mambasoft.it> 0.9.22-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 01 2013 Automatic Build System <autodist@mambasoft.it> 0.9.20-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Aug 19 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.19-2mamba
|
||||
- rebuilt with graphite2 support (required by texlive 20130530)
|
||||
|
||||
* Thu Jul 25 2013 Automatic Build System <autodist@mambasoft.it> 0.9.19-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 08 2013 Automatic Build System <autodist@mambasoft.it> 0.9.18-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 23 2013 Automatic Build System <autodist@mambasoft.it> 0.9.17-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 20 2013 Automatic Build System <autodist@mambasoft.it> 0.9.16-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 08 2013 Automatic Build System <autodist@mambasoft.it> 0.9.15-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 25 2013 Automatic Build System <autodist@mambasoft.it> 0.9.14-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 01 2013 Automatic Build System <autodist@mambasoft.it> 0.9.13-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 20 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.12-1mamba
|
||||
- update to 0.9.12
|
||||
- built with libicu support required by libwebkit-gtk3 1.11 (requires libicu >= 50.0)
|
||||
|
||||
* Sun Jan 13 2013 Automatic Build System <autodist@mambasoft.it> 0.9.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 06 2012 Automatic Build System <autodist@mambasoft.it> 0.9.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 01 2012 Automatic Build System <autodist@mambasoft.it> 0.9.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Nov 18 2012 Automatic Build System <autodist@mambasoft.it> 0.9.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 17 2012 Automatic Build System <autodist@mambasoft.it> 0.9.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 09 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.4-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user