OBS User unknown 2007-09-02 07:43:30 +00:00 committed by Git OBS Bridge
parent 75575b4cf5
commit 1989b9e0dd
3 changed files with 14 additions and 7 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Sep 2 07:40:59 CEST 2007 - aj@suse.de
- Fix building.
- Rename rpmlintrc to fuse.rpmlintrc and add it as source.
-------------------------------------------------------------------
Fri Aug 31 20:01:07 CEST 2007 - mszeredi@suse.de

View File

@ -13,11 +13,12 @@
Name: fuse
Summary: User space File System
Version: 2.7.0
Release: 17
Release: 18
License: GPL any version; LGPL any version
Group: System/Filesystems
Source: %{name}-%{version}.tar.bz2
Source1: boot.fuse
Source2: fuse.rpmlintrc
Patch: fuse-install-fix.diff
Patch2: fuse-pc-remove-libdir-from-Libs.diff
URL: http://fuse.sourceforge.net
@ -182,6 +183,8 @@ make
make DESTDIR="$RPM_BUILD_ROOT" install
rm -rf $RPM_BUILD_ROOT/%{_sysconfdir}/init.d
install -m755 -D %{S:1} $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/boot.fuse
ln -sf /usr/share/doc/licenses/md5/$(md5sum COPYING | sed 's/ .*//') COPYING
ln -sf /usr/share/doc/licenses/md5/$(md5sum COPYING.LIB | sed 's/ .*//') COPYING.LIB
# Needed for OpenSUSE buildservice
%if %suse_version <= 1020
install -m644 -D util/udev.rules $RPM_BUILD_ROOT/%{_sysconfdir}/udev/rules.d/99-fuse.rules
@ -196,10 +199,6 @@ ln -s ../../lib*/libfuse.so.*.*.* libfuse.so
cd -
mkdir .%{usrbindir}
mv .%{_bindir}/fusermount .%{usrbindir}/fusermount
mkdir -p .%{_docdir}/%{name}
cd .%{_docdir}/%{name}
ln -s ../../licenses/GPL-2.0.txt COPYING
ln -s ../../licenses/LGPL-2.0.txt COPYING.LIB
%post
%{insserv_force_if_yast boot.fuse}
@ -227,8 +226,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%config %{_sysconfdir}/init.d/boot.fuse
%doc AUTHORS ChangeLog FAQ NEWS README*
%{_docdir}/%{name}/COPYING*
%doc AUTHORS ChangeLog FAQ NEWS README* COPYING*
%if %suse_version <= 1020
%dir %{_sysconfdir}/udev
%dir %{_sysconfdir}/udev/rules.d
@ -255,6 +253,9 @@ rm -rf $RPM_BUILD_ROOT
%exclude %{devlibdir}/libulockmgr.*
%changelog
* Sun Sep 02 2007 - aj@suse.de
- Fix building.
- Rename rpmlintrc to fuse.rpmlintrc and add it as source.
* Fri Aug 31 2007 - mszeredi@suse.de
- fix location of COPYING files (#306681)
* Fri Aug 10 2007 - bk@suse.de