SHA256
1
0
forked from pool/xdg-utils
Jiri Slaby 2014-11-27 15:51:28 +00:00 committed by Git OBS Bridge
parent f622d8643f
commit 3e5a5aa6d3
2 changed files with 2 additions and 6 deletions

View File

@ -4,6 +4,7 @@ Thu Nov 27 15:41:10 UTC 2014 - jslaby@suse.com
- Update to 20141009: - Update to 20141009:
* more of plasma5 * more of plasma5
- xdg-mime-generic-do-not-return-more-than-one-default.patch (bnc#906625) - xdg-mime-generic-do-not-return-more-than-one-default.patch (bnc#906625)
- .spec cleanup
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 23 16:32:40 UTC 2014 - hrvoje.senjan@gmail.com Tue Sep 23 16:32:40 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -29,7 +29,6 @@ Version: 20141009
Release: 0 Release: 0
BuildArch: noarch BuildArch: noarch
Url: http://portland.freedesktop.org/ Url: http://portland.freedesktop.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# http://portland.freedesktop.org/download/xdg-utils-%%{version}.tgz # http://portland.freedesktop.org/download/xdg-utils-%%{version}.tgz
Source0: xdg-utils-%{version}.tar.xz Source0: xdg-utils-%{version}.tar.xz
Patch0: install-some-more-scripts.diff Patch0: install-some-more-scripts.diff
@ -63,14 +62,10 @@ these utilities work properly in their environment.
%build %build
%configure %configure
(cd scripts; touch *.in; make %{?_smp_mflags} scripts)
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make DESTDIR=$RPM_BUILD_ROOT install %makeinstall
%clean
%{?buildroot:%__rm -rf "%{buildroot}"}
%files %files
%defattr(-,root,root) %defattr(-,root,root)