Skip to content

Commit

Permalink
Fix NuGet package files.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Oct 12, 2023
1 parent cedb84d commit a0c737e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
14 changes: 9 additions & 5 deletions vcnet/libcups3_native.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,36 @@
<owners>michaelrsweet</owners>
<projectUrl>https://github.com/OpenPrinting/cups</projectUrl>
<license type="expression">Apache-2.0</license>
<icon>build/native/cups-128.png</icon>
<icon>build/native/cups.png</icon>
<readme>build/native/README.md</readme>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>OpenPrinting CUPS is a standards-based, open source printing system for Linux® and other Unix®-like operating systems. The CUPS library provides a convenient API for communicating with Internet Printing Protocol printers. CUPS is licensed under the Apache License Version 2.0 with an exception to allow linking against GNU GPL2-only software.</description>
<copyright>Copyright © 2020-2022 by OpenPrinting, Copyright © 2007-2019 by Apple Inc., Copyright © 1997-2007 by Easy Software Products.</copyright>
<copyright>Copyright © 2020-2023 by OpenPrinting, Copyright © 2007-2019 by Apple Inc., Copyright © 1997-2007 by Easy Software Products.</copyright>
<tags>http ipp native</tags>
<dependencies>
<dependency id="libcups3_native.redist" version="3.0.0" />
</dependencies>
</metadata>
<files>
<file src="..\desktop\cups-128.png" target="build\native" />
<file src="..\doc\cups.png" target="build\native" />
<file src="..\README.md" target="build\native" />
<file src="libcups3_native.props" target="build\native" />
<file src="..\cups\array.h" target="build\native\include\cups" />
<file src="..\cups\base.h" target="build\native\include\cups" />
<file src="..\cups\cups.h" target="build\native\include\cups" />
<file src="..\cups\dir.h" target="build\native\include\cups" />
<file src="..\cups\dnssd.h" target="build\native\include\cups" />
<file src="..\cups\file.h" target="build\native\include\cups" />
<file src="..\cups\form.h" target="build\native\include\cups" />
<file src="..\cups\http.h" target="build\native\include\cups" />
<file src="..\cups\ipp.h" target="build\native\include\cups" />
<file src="..\cups\json.h" target="build\native\include\cups" />
<file src="..\cups\jwt.h" target="build\native\include\cups" />
<file src="..\cups\language.h" target="build\native\include\cups" />
<file src="..\cups\pwg.h" target="build\native\include\cups" />
<file src="..\cups\raster.h" target="build\native\include\cups" />
<file src="..\cups\thread.h" target="build\native\include\cups" />
<file src="..\cups\transcode.h" target="build\native\include\cups" />
<file src="..\cups\versioning.h" target="build\native\include\cups" />
<file src="dns_sd.h" target="build\native\include" />
<!--<file src="Win32\**\libcups3*.lib" target="build\native\lib\Win32" />-->
<file src="x64\**\libcups3*.lib" target="build\native\lib\x64" />
</files>
Expand Down
8 changes: 4 additions & 4 deletions vcnet/libcups3_native.redist.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
<owners>michaelrsweet</owners>
<projectUrl>https://github.com/OpenPrinting/cups</projectUrl>
<license type="expression">Apache-2.0</license>
<icon>build/native/cups-128.png</icon>
<icon>build/native/cups.png</icon>
<readme>build/native/README.md</readme>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>OpenPrinting CUPS is a standards-based, open source printing system for Linux® and other Unix®-like operating systems. This package provides the redistributable content for the CUPS library. CUPS is licensed under the Apache License Version 2.0 with an exception to allow linking against GNU GPL2-only software.</description>
<copyright>Copyright © 2020-2022 by OpenPrinting, Copyright © 2007-2019 by Apple Inc., Copyright © 1997-2007 by Easy Software Products.</copyright>
<copyright>Copyright © 2020-2023 by OpenPrinting, Copyright © 2007-2019 by Apple Inc., Copyright © 1997-2007 by Easy Software Products.</copyright>
<tags>http ipp native</tags>
<dependencies>
<dependency id="zlib_native.redist" version="1.2.11" />
<dependency id="libressl_native.redist" version="3.7.3" />
</dependencies>
</metadata>
<files>
<file src="..\desktop\cups-128.png" target="build\native" />
<file src="..\doc\cups.png" target="build\native" />
<file src="..\README.md" target="build\native" />
<!--<file src="Win32\**\libcups3*.dll" target="build\native\bin\Win32" />
<file src="Win32\**\regex*.dll" target="build\native\bin\Win32" />-->
<file src="x64\**\libcups3*.dll" target="build\native\bin\x64" />
<file src="x64\**\regex*.dll" target="build\native\bin\x64" />
<file src="packages\zeroc.openssl.v143.1.1.1.1\build\native\bin\x64\Release\*.dll" target="build\native\bin\x64" />
</files>
</package>

0 comments on commit a0c737e

Please sign in to comment.