Rename the source package to mingw-filesystem (#673784)
This commit is contained in:
parent
c6eb454e98
commit
76112273c5
@ -1,8 +1,8 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: mingw32-filesystem
|
||||
Name: mingw-filesystem
|
||||
Version: 69
|
||||
Release: 14%{?dist}
|
||||
Release: 15%{?dist}
|
||||
Summary: MinGW base filesystem and environment
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -25,6 +25,18 @@ Source10: mingw32.attr
|
||||
# ls -1 /usr/lib64/wine/fakedlls | grep "\.dll$" >standard-dlls
|
||||
Source11: standard-dlls
|
||||
|
||||
|
||||
%description
|
||||
This package contains the base filesystem layout, RPM macros and
|
||||
environment for all Fedora MinGW packages.
|
||||
|
||||
This environment is maintained by the Fedora MinGW SIG at:
|
||||
|
||||
http://fedoraproject.org/wiki/SIGs/MinGW
|
||||
|
||||
|
||||
%package -n mingw32-filesystem
|
||||
Summary: MinGW base filesystem and environment
|
||||
Requires: pkgconfig
|
||||
|
||||
# Note about 'Provides: mingw32(foo.dll)'
|
||||
@ -43,8 +55,7 @@ Requires: pkgconfig
|
||||
#
|
||||
Provides: %(sed "s/\(.*\)/mingw32(\1) /g" %{SOURCE11} | tr "\n" " ")
|
||||
|
||||
|
||||
%description
|
||||
%description -n mingw32-filesystem
|
||||
This package contains the base filesystem layout, RPM macros and
|
||||
environment for all Fedora MinGW packages.
|
||||
|
||||
@ -137,7 +148,7 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/mingw32
|
||||
install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_datadir}/mingw32
|
||||
|
||||
|
||||
%files
|
||||
%files -n mingw32-filesystem
|
||||
%doc COPYING
|
||||
%config(noreplace) %{_sysconfdir}/rpm/macros.mingw32
|
||||
%config(noreplace) %{_sysconfdir}/profile.d/mingw32.sh
|
||||
@ -156,6 +167,9 @@ install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_datadir}/mingw32
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 23 2012 Kalev Lember <kalevlember@gmail.com> - 69-15
|
||||
- Rename the source package to mingw-filesystem (#673784)
|
||||
|
||||
* Sun Feb 5 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 69-14
|
||||
- Use a more complete list of Win32 default dlls based on the
|
||||
dlls exported by wine (thanks to Levente Farkas). RHBZ #787486
|
Loading…
Reference in New Issue
Block a user