|
@@ -2,12 +2,13 @@ Summary: Basic desktop integration functions
|
|
Summary(ja): デスクトップ統合の基本機能
|
|
Summary(ja): デスクトップ統合の基本機能
|
|
Name: xdg-utils
|
|
Name: xdg-utils
|
|
Version: 1.1.0
|
|
Version: 1.1.0
|
|
-Release: 0.rc1%{?_dist_release}
|
|
+Release: 1.rc1%{?_dist_release}
|
|
URL: http://portland.freedesktop.org/
|
|
URL: http://portland.freedesktop.org/
|
|
License: MIT
|
|
License: MIT
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
|
|
|
|
Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}-rc1.tar.gz
|
|
Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}-rc1.tar.gz
|
|
|
|
+Source1: htmlview.sh
|
|
Patch1: xdg-utils-1.1.0-browser.patch
|
|
Patch1: xdg-utils-1.1.0-browser.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
@@ -17,6 +18,9 @@ Requires: coreutils
|
|
Requires: desktop-file-utils
|
|
Requires: desktop-file-utils
|
|
Requires: which
|
|
Requires: which
|
|
|
|
|
|
|
|
+Obsoletes: htmlview
|
|
|
|
+Provides: htmlview
|
|
|
|
+
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
Packager: daisuke
|
|
Packager: daisuke
|
|
@@ -76,12 +80,13 @@ xdg-utils パッケージは、Linux を含むさまざまな自由デスクト
|
|
|
|
|
|
%__make %{?_smp_mflags}
|
|
%__make %{?_smp_mflags}
|
|
|
|
|
|
-
|
|
|
|
%install
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%__make install DESTDIR=$RPM_BUILD_ROOT
|
|
%__make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
+install -m755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/htmlview
|
|
|
|
+
|
|
%clean
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
@@ -89,9 +94,14 @@ rm -rf $RPM_BUILD_ROOT
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc ChangeLog LICENSE README TODO
|
|
%doc ChangeLog LICENSE README TODO
|
|
%{_bindir}/xdg-*
|
|
%{_bindir}/xdg-*
|
|
|
|
+%{_bindir}/htmlview
|
|
%{_mandir}/man1/xdg-*
|
|
%{_mandir}/man1/xdg-*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Apr 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-1.rc1
|
|
|
|
+- add htmlview compatibility script
|
|
|
|
+- add Obsoletes: htmlview, add Provides: htmlview
|
|
|
|
+
|
|
* Tue Apr 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-0.rc1
|
|
* Tue Apr 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-0.rc1
|
|
- update to 1.1.0-rc1
|
|
- update to 1.1.0-rc1
|
|
|
|
|