Use license macro for COPYING files
This commit is contained in:
parent
1af97e5e68
commit
b13166436b
@ -81,7 +81,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
|||||||
|
|
||||||
# Win32
|
# Win32
|
||||||
%files -n mingw32-pixman
|
%files -n mingw32-pixman
|
||||||
%doc COPYING
|
%license COPYING
|
||||||
%{mingw32_bindir}/libpixman-1-0.dll
|
%{mingw32_bindir}/libpixman-1-0.dll
|
||||||
%{mingw32_includedir}/pixman-1
|
%{mingw32_includedir}/pixman-1
|
||||||
%{mingw32_libdir}/libpixman-1.dll.a
|
%{mingw32_libdir}/libpixman-1.dll.a
|
||||||
@ -92,7 +92,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
|||||||
|
|
||||||
# Win64
|
# Win64
|
||||||
%files -n mingw64-pixman
|
%files -n mingw64-pixman
|
||||||
%doc COPYING
|
%license COPYING
|
||||||
%{mingw64_bindir}/libpixman-1-0.dll
|
%{mingw64_bindir}/libpixman-1-0.dll
|
||||||
%{mingw64_includedir}/pixman-1
|
%{mingw64_includedir}/pixman-1
|
||||||
%{mingw64_libdir}/libpixman-1.dll.a
|
%{mingw64_libdir}/libpixman-1.dll.a
|
||||||
@ -105,6 +105,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
|||||||
%changelog
|
%changelog
|
||||||
* Sat Aug 22 2015 Kalev Lember <klember@redhat.com> - 0.33.2-1
|
* Sat Aug 22 2015 Kalev Lember <klember@redhat.com> - 0.33.2-1
|
||||||
- Update to 0.33.2
|
- Update to 0.33.2
|
||||||
|
- Use license macro for COPYING files
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32.6-2
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32.6-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user