Name: libtranslit Version: 0.0.1 Release: 1%{?dist} Summary: ASCII to Unicode transliteration library with multiple backends License: GPLv3+ Group: System Environment/Libraries URL: http://github.com/ueno/libtranslit Source0: http://cloud.github.com/downloads/ueno/libtranslit/%{name}-%{version}.tar.gz BuildRequires: pkgconfig(m17n-shell) BuildRequires: gobject-introspection-devel BuildRequires: intltool %description ASCII to Unicode transliteration library with multiple backends. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %setup -q %build %configure --disable-static make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %{_libdir}/*.so.* %{_libdir}/libtranslit %{_libdir}/girepository-1.0/*.typelib %files devel %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_datadir}/gir-1.0/*.gir %changelog * Thu Mar 1 2012 Daiki Ueno - 0.0.1-1 - initial packaging for Fedora