Accepting request 39611 from filesystems
Copy from filesystems/fuse based on submit request 39611 from user coolo OBS-URL: https://build.opensuse.org/request/show/39611 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse?expand=0&rev=29
This commit is contained in:
parent
1a6b62e063
commit
33902ac058
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 09:26:51 CEST 2010 - mszeredi@suse.cz
|
||||
|
||||
- keep examples and internal docs in devel package (from jnweiger)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 26 15:39:52 CEST 2010 - mszeredi@suse.cz
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
Name: fuse
|
||||
Summary: User space File System
|
||||
Version: 2.8.4
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPLv2+ ; LGPLv2.1+
|
||||
Group: System/Filesystems
|
||||
# http://prdownloads.sourceforge.net/fuse/fuse-2.X/%{version}/fuse-%{version}.tar.gz
|
||||
@ -258,6 +258,9 @@ done
|
||||
%{__rm} -f %{buildroot}/%{_lib}/libulockmgr.so.*
|
||||
%{__rm} -f %{buildroot}/%{_includedir}/ulockmgr.h
|
||||
|
||||
(cd example && %{__make} clean)
|
||||
%{__rm} -rf example/.deps example/Makefile.am example/Makefile.in
|
||||
|
||||
%post
|
||||
%{insserv_force_if_yast boot.fuse}
|
||||
%run_permissions
|
||||
@ -297,6 +300,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc example doc
|
||||
%{_libdir}/libfuse.so
|
||||
%{_includedir}/fuse.h
|
||||
%{_includedir}/fuse
|
||||
|
Loading…
x
Reference in New Issue
Block a user