Renamed the source package to mingw-pixman (#800445)
This commit is contained in:
parent
3abc4ecaaa
commit
3561843348
@ -2,9 +2,9 @@
|
||||
%global __objdump %{_mingw32_objdump}
|
||||
%define __debug_install_post %{_mingw32_debug_install_post}
|
||||
|
||||
Name: mingw32-pixman
|
||||
Name: mingw-pixman
|
||||
Version: 0.24.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: MinGW Windows Pixman library
|
||||
|
||||
License: MIT
|
||||
@ -25,12 +25,19 @@ BuildRequires: mingw32-dlfcn
|
||||
MinGW Windows Pixman library.
|
||||
|
||||
|
||||
%package static
|
||||
%package -n mingw32-pixman
|
||||
Summary: MinGW Windows Pixman library
|
||||
|
||||
%description -n mingw32-pixman
|
||||
MinGW Windows Pixman library.
|
||||
|
||||
|
||||
%package -n mingw32-pixman-static
|
||||
Summary: Static version of the MinGW Windows Pixman library
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: mingw32-pixman = %{version}-%{release}
|
||||
Group: Development/Libraries
|
||||
|
||||
%description static
|
||||
%description -n mingw32-pixman-static
|
||||
Static version of the MinGW Windows Pixman library.
|
||||
|
||||
|
||||
@ -53,7 +60,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
||||
rm -f $RPM_BUILD_ROOT%{_mingw32_libdir}/*.la
|
||||
|
||||
|
||||
%files
|
||||
%files -n mingw32-pixman
|
||||
%doc COPYING
|
||||
%{_mingw32_bindir}/libpixman-1-0.dll
|
||||
%{_mingw32_includedir}/pixman-1
|
||||
@ -61,11 +68,14 @@ rm -f $RPM_BUILD_ROOT%{_mingw32_libdir}/*.la
|
||||
%{_mingw32_libdir}/pkgconfig/pixman-1.pc
|
||||
|
||||
|
||||
%files static
|
||||
%files -n mingw32-pixman-static
|
||||
%{_mingw32_libdir}/libpixman-1.a
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 06 2012 Kalev Lember <kalevlember@gmail.com> - 0.24.4-2
|
||||
- Renamed the source package to mingw-pixman (#800445)
|
||||
|
||||
* Tue Feb 28 2012 Kalev Lember <kalevlember@gmail.com> - 0.24.4-1
|
||||
- Update to 0.24.4
|
||||
- Remove .la files
|
Loading…
Reference in New Issue
Block a user