Commit 509159661949537d6ff5ac14bd3c205f52943d65
1 parent
f11411e6
Exists in
master
and in
2 other branches
Updating build info.
Showing
2 changed files
with
5 additions
and
3 deletions
Show diff stats
win/x86_64/_service
@@ -2,9 +2,10 @@ | @@ -2,9 +2,10 @@ | ||
2 | 2 | ||
3 | <!-- https://github.com/openSUSE/obs-service-tar_scm/blob/master/tar_scm.py --> | 3 | <!-- https://github.com/openSUSE/obs-service-tar_scm/blob/master/tar_scm.py --> |
4 | <service name="tar_scm"> | 4 | <service name="tar_scm"> |
5 | - <param name="changesgenerate">enable</param> | ||
6 | - <param name="versionformat">@PARENT_TAG@</param> | 5 | + <param name="changesgenerate">enable</param> |
7 | <param name="url">https://github.com/PerryWerneck/lib3270.git</param> | 6 | <param name="url">https://github.com/PerryWerneck/lib3270.git</param> |
7 | + <param name="revision">develop</param> | ||
8 | + <param name="versionformat">@PARENT_TAG@+git%cd</param> | ||
8 | <param name="scm">git</param> | 9 | <param name="scm">git</param> |
9 | </service> | 10 | </service> |
10 | 11 |
win/x86_64/mingw64-lib3270.spec
@@ -58,6 +58,7 @@ BuildRequires: mingw64-libopenssl-devel | @@ -58,6 +58,7 @@ BuildRequires: mingw64-libopenssl-devel | ||
58 | BuildRequires: mingw64-zlib-devel | 58 | BuildRequires: mingw64-zlib-devel |
59 | BuildRequires: mingw64(lib:iconv) | 59 | BuildRequires: mingw64(lib:iconv) |
60 | BuildRequires: mingw64(lib:intl) | 60 | BuildRequires: mingw64(lib:intl) |
61 | +BuildRequires: mingw64-gettext-tools | ||
61 | 62 | ||
62 | %description | 63 | %description |
63 | TN3270 access library, originally designed as part of the %{_product} application. | 64 | TN3270 access library, originally designed as part of the %{_product} application. |
@@ -124,7 +125,7 @@ make DESTDIR=%{buildroot} install | @@ -124,7 +125,7 @@ make DESTDIR=%{buildroot} install | ||
124 | %dir %{_mingw64_datadir}/%{_product} | 125 | %dir %{_mingw64_datadir}/%{_product} |
125 | 126 | ||
126 | %{_mingw64_bindir}/*.dll | 127 | %{_mingw64_bindir}/*.dll |
127 | -%{_mingw64_libdir}/*.dll | 128 | +%exclude %{_mingw64_libdir}/*.dll |
128 | 129 | ||
129 | %files devel | 130 | %files devel |
130 | %defattr(-,root,root) | 131 | %defattr(-,root,root) |