auto-import changelog data from fribidi-0.10.4-4.src.rpm

Wed Sep 24 2003 Jeremy Katz <katzj@redhat.com> 0.10.4-4
- update description
- include docs (#104964)
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
Sat May 24 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- add ldconfig to post/postun
Fri May 16 2003 Jeremy Katz <katzj@redhat.com> 0.10.4-2
- Initial build in Red Hat Linux
This commit is contained in:
cvsdist 2004-09-09 04:52:48 +00:00
parent bb15a44a87
commit 2de06e8313
3 changed files with 73 additions and 0 deletions

View File

@ -0,0 +1 @@
fribidi-0.10.4.tar.bz2

71
fribidi.spec Normal file
View File

@ -0,0 +1,71 @@
Summary: Library implementing the Unicode Bidirectional Algorithm
Name: fribidi
Version: 0.10.4
Release: 4
URL: http://fribidi.sourceforge.net
Source0: %{name}-%{version}.tar.bz2
License: LGPL
Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-root
%description
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
always written in logical order.
%package devel
Summary: Libraries and include files for fribidi
Group: System Environment/Libraries
Requires: %name = %{version}
%description devel
Include files and libraries needed for developing applications which use
fribidi.
%prep
%setup -q
%build
%configure
make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc README AUTHORS COPYING ChangeLog TODO THANKS NEWS
%{_bindir}/fribidi
%{_libdir}/libfribidi.so*
%files devel
%defattr(-,root,root)
%{_bindir}/fribidi-config
%{_includedir}/fribidi
%{_libdir}/libfribidi.a
%{_libdir}/pkgconfig/*.pc
%changelog
* Wed Sep 24 2003 Jeremy Katz <katzj@redhat.com> 0.10.4-4
- update description
- include docs (#104964)
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Sat May 24 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- add ldconfig to post/postun
* Fri May 16 2003 Jeremy Katz <katzj@redhat.com> 0.10.4-2
- Initial build in Red Hat Linux

View File

@ -0,0 +1 @@
0f6e7ecca08e6e108dc06337f5b5cabf fribidi-0.10.4.tar.bz2