This commit is contained in:
parent
4c808a06bf
commit
60fa050525
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 21 16:30:45 CEST 2008 - sbrabec@suse.cz
|
||||
|
||||
- Fixed devel depenendencies.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 7 16:02:06 CEST 2008 - uli@suse.de
|
||||
|
||||
|
23
libthai.spec
23
libthai.spec
@ -17,7 +17,7 @@ License: LGPL v2.1 or later
|
||||
Group: System/Libraries
|
||||
AutoReqProv: on
|
||||
Version: 0.1.9
|
||||
Release: 1
|
||||
Release: 9
|
||||
Summary: Thai Language Support Routines
|
||||
Source: %name-%version.tar.bz2
|
||||
Patch: warnings.patch
|
||||
@ -45,8 +45,7 @@ Authors:
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Thai Language Support Routines (development files)
|
||||
Group: System/Libraries
|
||||
Requires: libthai = %version
|
||||
AutoReqProv: on
|
||||
Requires: %{name} = %{version} libdatrie-devel
|
||||
|
||||
%description devel
|
||||
LibThai is a set of Thai language support routines aimed to ease
|
||||
@ -74,11 +73,11 @@ Authors:
|
||||
|
||||
%build
|
||||
%configure
|
||||
make
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
rm -f $RPM_BUILD_ROOT%_libdir/*.la
|
||||
%makeinstall
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -90,16 +89,18 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libthai.so.*
|
||||
/usr/share/libthai
|
||||
%{_datadir}/libthai
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
/usr/include/thai
|
||||
%_libdir/libthai.so
|
||||
%_libdir/libthai.a
|
||||
%{_libdir}/pkgconfig/libthai.pc
|
||||
%{_includedir}/thai
|
||||
%{_libdir}/libthai.so
|
||||
%{_libdir}/libthai.*a
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Wed May 21 2008 sbrabec@suse.cz
|
||||
- Fixed devel depenendencies.
|
||||
* Mon Apr 07 2008 uli@suse.de
|
||||
- update -> 0.1.9 (bug #326002)
|
||||
* Rewritten itemization for line breaker, for conformance to UAX#14.
|
||||
|
Loading…
Reference in New Issue
Block a user