Modernize spec file.
This commit is contained in:
parent
8bd98c48a4
commit
b753257238
10
fribidi.spec
10
fribidi.spec
@ -5,7 +5,6 @@ Release: 2%{?dist}
|
|||||||
URL: https://github.com/fribidi/fribidi/
|
URL: https://github.com/fribidi/fribidi/
|
||||||
Source: https://github.com//%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
Source: https://github.com//%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
||||||
License: LGPLv2+ and UCD
|
License: LGPLv2+ and UCD
|
||||||
Group: System Environment/Libraries
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A library to handle bidirectional scripts (for example Hebrew, Arabic),
|
A library to handle bidirectional scripts (for example Hebrew, Arabic),
|
||||||
@ -14,7 +13,6 @@ is 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
|
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -22,7 +20,7 @@ Include files and libraries needed for developing applications which use
|
|||||||
FriBidi.
|
FriBidi.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?el5}
|
%if 0%{?el5}
|
||||||
@ -50,7 +48,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README AUTHORS COPYING ChangeLog THANKS NEWS TODO
|
%doc README AUTHORS ChangeLog THANKS NEWS TODO
|
||||||
|
%license COPYING
|
||||||
%{_bindir}/fribidi
|
%{_bindir}/fribidi
|
||||||
%{_libdir}/libfribidi.so.0*
|
%{_libdir}/libfribidi.so.0*
|
||||||
|
|
||||||
@ -61,6 +60,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
%{_mandir}/man3/*.gz
|
%{_mandir}/man3/*.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 12 2018 Akira TAGOH <tagoh@redhat.com> - 1.0.4-3
|
||||||
|
- Modernize spec file.
|
||||||
|
|
||||||
* Fri Jun 29 2018 Akira TAGOH <tagoh@redhat.com> - 1.0.4-2
|
* Fri Jun 29 2018 Akira TAGOH <tagoh@redhat.com> - 1.0.4-2
|
||||||
- Use ldconfig rpm macro.
|
- Use ldconfig rpm macro.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user