|
@@ -1,6 +1,6 @@
|
|
Name: eet
|
|
Name: eet
|
|
Summary: Library for speedy data storage, retrieval, and compression
|
|
Summary: Library for speedy data storage, retrieval, and compression
|
|
-Version: 1.4.0
|
|
+Version: 1.4.1
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
@@ -12,7 +12,7 @@ Source0: http://download.enlightenment.org/releases/%{name}-%{version}.ta
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: chrpath
|
|
BuildRequires: chrpath
|
|
BuildRequires: doxygen
|
|
BuildRequires: doxygen
|
|
-BuildRequires: libeina-devel
|
|
+BuildRequires: libeina-devel >= 1.0.1
|
|
BuildRequires: libjpeg-turbo-devel
|
|
BuildRequires: libjpeg-turbo-devel
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pkgconfig
|
|
@@ -33,6 +33,7 @@ read by any architecture.
|
|
|
|
|
|
%package devel
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Summary: Development files for %{name}
|
|
|
|
+Summary(ja): %{name} の開発用ファイル
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
@@ -72,6 +73,9 @@ chmod -x doc/html/*
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man3
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man3
|
|
install -Dpm0644 doc/man/man3/* $RPM_BUILD_ROOT%{_mandir}/man3
|
|
install -Dpm0644 doc/man/man3/* $RPM_BUILD_ROOT%{_mandir}/man3
|
|
|
|
|
|
|
|
+# Rename overly generic manpage
|
|
|
|
+mv $RPM_BUILD_ROOT%{_mandir}/man3/deprecated.3 $RPM_BUILD_ROOT%{_mandir}/man3/eet-deprecated.3
|
|
|
|
+
|
|
%clean
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
@@ -96,6 +100,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Aug 1 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.4.1-1
|
|
|
|
+- new upstream release
|
|
|
|
+- resolve manpage conflict due to generic naming
|
|
|
|
+
|
|
* Sun Feb 27 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.4.0-1
|
|
* Sun Feb 27 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.4.0-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- added BR: libeina-devel
|
|
- added BR: libeina-devel
|