Update to 1.2, Use %%license
This commit is contained in:
parent
b9e20ae05e
commit
fc985735ef
12
libftdi.spec
12
libftdi.spec
@ -1,7 +1,7 @@
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
Name: libftdi
|
||||
Version: 1.1
|
||||
Release: 5%{?dist}
|
||||
Version: 1.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Library to program and control the FTDI USB controller
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -104,7 +104,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/cmake*
|
||||
|
||||
|
||||
%files
|
||||
%doc AUTHORS ChangeLog COPYING.LIB README
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING.LIB
|
||||
%doc AUTHORS ChangeLog README
|
||||
%{_libdir}/libftdi1.so.2*
|
||||
/lib/udev/rules.d/69-libftdi.rules
|
||||
|
||||
@ -136,6 +138,10 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/cmake*
|
||||
%postun c++ -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Sun Feb 8 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.2-1
|
||||
- Update to 1.2
|
||||
- Use %%license
|
||||
|
||||
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 1.1-5
|
||||
- Rebuild for boost 1.57.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user