- Fixed mixed-use-of-spaces-and-tabs
This commit is contained in:
parent
2956c79b30
commit
2790295b72
11
lockdev.spec
11
lockdev.spec
@ -1,7 +1,7 @@
|
||||
Summary: A library for locking devices
|
||||
Name: lockdev
|
||||
Version: 1.0.1
|
||||
Release: 17%{?dist}
|
||||
Release: 18%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://packages.debian.org/unstable/source/lockdev
|
||||
@ -66,7 +66,7 @@ make \
|
||||
libdir=${RPM_BUILD_ROOT}%{_libdir} \
|
||||
incdir=${RPM_BUILD_ROOT}%{_includedir} \
|
||||
mandir=${RPM_BUILD_ROOT}%{_mandir} \
|
||||
install
|
||||
install
|
||||
/sbin/ldconfig -n $RPM_BUILD_ROOT/%{_libdir}
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT/var/lock
|
||||
@ -82,7 +82,7 @@ rm -fr $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%attr(2711,root,lock) %{_sbindir}/lockdev
|
||||
%attr(2711,root,lock) %{_sbindir}/lockdev
|
||||
%{_libdir}/*.so.*
|
||||
%{_mandir}/man8/*
|
||||
|
||||
@ -94,7 +94,10 @@ rm -fr $RPM_BUILD_ROOT
|
||||
%{_includedir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 01 2009 Jiri Popelka <jpopelka@redhat.com> - 1.0.1-17
|
||||
* Fri Oct 02 2009 Jiri Popelka <jpopelka@redhat.com> - 1.0.1-18
|
||||
- Fixed mixed-use-of-spaces-and-tabs
|
||||
|
||||
* Fri Oct 02 2009 Jiri Popelka <jpopelka@redhat.com> - 1.0.1-17
|
||||
- Removed PreReq tag
|
||||
|
||||
* Fri Sep 25 2009 Jiri Popelka <jpopelka@redhat.com> - 1.0.1-16
|
||||
|
Loading…
Reference in New Issue
Block a user