Commit 82317124d0ba4f41a3a28000fd71a912f1e0b81d

Authored by Perry Werneck
1 parent 59d5e313
Exists in develop

Updating mingw package control files.

win/x86_64/CHANGELOG 0 → 100644
@@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
  1 +-------------------------------------------------------------------
  2 +Wed Dec 12 20:01:39 UTC 2018 - perry.werneck@gmail.com
  3 +
  4 +- The TN3270 widget for gtk now lives in an exclusive git.
win/x86_64/_service
@@ -2,17 +2,24 @@ @@ -2,17 +2,24 @@
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 +
7 <param name="url">https://github.com/PerryWerneck/libv3270.git</param> 6 <param name="url">https://github.com/PerryWerneck/libv3270.git</param>
  7 +
  8 + <param name="revision">develop</param>
  9 +
  10 + <param name="changesgenerate">enable</param>
  11 + <param name="changesauthor">perry.werneck@gmail.com</param>
  12 +
  13 + <param name="versionformat">@PARENT_TAG@+git%cd</param>
8 <param name="scm">git</param> 14 <param name="scm">git</param>
  15 +
9 </service> 16 </service>
10 17
11 <!-- https://github.com/openSUSE/obs-service-extract_file --> 18 <!-- https://github.com/openSUSE/obs-service-extract_file -->
12 - <service name="extract_file"> 19 + <!-- service name="extract_file">
13 <param name="archive">*.tar</param> 20 <param name="archive">*.tar</param>
14 <param name="files">*/win/x86_64/mingw64-libv3270.spec</param> 21 <param name="files">*/win/x86_64/mingw64-libv3270.spec</param>
15 - </service> 22 + </service -->
16 23
17 <service name="recompress"> 24 <service name="recompress">
18 <param name="file">*.tar</param> 25 <param name="file">*.tar</param>
win/x86_64/mingw64-libv3270.spec
@@ -145,6 +145,9 @@ rm -rf %{buildroot} @@ -145,6 +145,9 @@ rm -rf %{buildroot}
145 %doc AUTHORS LICENSE README.md 145 %doc AUTHORS LICENSE README.md
146 146
147 %{_mingw64_bindir}/*.dll 147 %{_mingw64_bindir}/*.dll
  148 +%{_mingw64_datadir}/%{_product}/colors.conf
  149 +%dir %{_mingw64_datadir}/%{_product}/remap
  150 +%{_mingw64_datadir}/%{_product}/remap/*.xml
148 151
149 %files devel 152 %files devel
150 %defattr(-,root,root) 153 %defattr(-,root,root)
@@ -155,10 +158,6 @@ rm -rf %{buildroot} @@ -155,10 +158,6 @@ rm -rf %{buildroot}
155 %{_mingw64_libdir}/*.a 158 %{_mingw64_libdir}/*.a
156 159
157 %{_mingw64_datadir}/%{_product}/pot/*.pot 160 %{_mingw64_datadir}/%{_product}/pot/*.pot
158 -%{_mingw64_datadir}/%{_product}/colors.conf  
159 -  
160 -%dir %{_mingw64_datadir}/%{_product}/remap  
161 -%{_mingw64_datadir}/%{_product}/remap/*.xml  
162 161
163 %{_mingw64_datadir}/%{_product}/def/*.def 162 %{_mingw64_datadir}/%{_product}/def/*.def
164 163