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