Resolves: rhbz#225771 spec cleanups
This commit is contained in:
parent
b4e7058030
commit
45a40fdbcc
30
fribidi.spec
30
fribidi.spec
@ -1,29 +1,29 @@
|
|||||||
Summary: Library implementing the Unicode Bidirectional Algorithm
|
Summary: Library implementing the Unicode Bidirectional Algorithm
|
||||||
Name: fribidi
|
Name: fribidi
|
||||||
Version: 0.10.7
|
Version: 0.10.7
|
||||||
Release: 5.1
|
Release: 6%{?dist}
|
||||||
URL: http://fribidi.org
|
URL: http://fribidi.org
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: http://fribidi.org/download/fribidi/%{name}-%{version}.tar.gz
|
||||||
Patch0: fribidi-0.10.7-multiarchdevel.patch
|
Patch0: fribidi-0.10.7-multiarchdevel.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: automake, autoconf, libtool
|
BuildRequires: automake, autoconf, libtool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A library to handle bidirectional scripts (eg. hebrew, arabic), so that
|
A library to handle bidirectional scripts (eg. Hebrew, Arabic), so that
|
||||||
the display is done in the proper way; while the text data itself is
|
the display is done in the proper way; while the text data itself is
|
||||||
always written in logical order.
|
always written in logical order.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Libraries and include files for fribidi
|
Summary: Libraries and include files for FriBidi
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Requires: %name = %{version}
|
Requires: %name = %{version}-%{release}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Include files and libraries needed for developing applications which use
|
Include files and libraries needed for developing applications which use
|
||||||
fribidi.
|
FriBidi.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -33,12 +33,12 @@ fribidi.
|
|||||||
aclocal
|
aclocal
|
||||||
autoconf
|
autoconf
|
||||||
automake
|
automake
|
||||||
%configure
|
%configure --disable-static
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
%makeinstall
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
|
|
||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||||
|
|
||||||
@ -50,20 +50,22 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,-)
|
||||||
%doc README AUTHORS COPYING ChangeLog TODO THANKS NEWS
|
%doc README AUTHORS COPYING ChangeLog THANKS NEWS TODO
|
||||||
%{_bindir}/fribidi
|
%{_bindir}/fribidi
|
||||||
%{_libdir}/libfribidi.so.*
|
%{_libdir}/libfribidi.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/fribidi-config
|
%{_bindir}/fribidi-config
|
||||||
%{_includedir}/fribidi
|
%{_includedir}/fribidi
|
||||||
%{_libdir}/libfribidi.a
|
|
||||||
%{_libdir}/libfribidi.so
|
%{_libdir}/libfribidi.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 05 2007 Caolan McNamara <caolanm@redhat.com> 0.10.7-6
|
||||||
|
- Resolves: rhbz#225771 spec cleanups
|
||||||
|
|
||||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.10.7-5.1
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.10.7-5.1
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user