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