Commit 31f7875048c78ddeee25ee7dd0cb78c7a16c0944

Authored by Perry Werneck
1 parent d553bda9
Exists in master and in 1 other branch develop

Fixing package gen.

Showing 2 changed files with 8 additions and 3 deletions   Show diff stats
rpm/_service
... ... @@ -11,18 +11,18 @@
11 11 <param name="url">https://github.com/PerryWerneck/libv3270.git</param>
12 12  
13 13 <param name="changesgenerate">enable</param>
  14 + <param name="changesauthor">perry.werneck@gmail.com</param>
  15 +
14 16 <param name="versionformat">@PARENT_TAG@</param>
15 17 <param name="scm">git</param>
16 18  
17 19 </service>
18 20  
19 21 <!-- https://github.com/openSUSE/obs-service-extract_file -->
20   - <!--
21 22 <service name="extract_file">
22 23 <param name="archive">*.tar</param>
23 24 <param name="files">*/rpm/*.spec</param>
24 25 </service>
25   - -->
26 26  
27 27 <service name="extract_file">
28 28 <param name="archive">*.tar</param>
... ...
rpm/libv3270.spec
... ... @@ -43,7 +43,7 @@ Release: 0
43 43 License: LGPL-3.0
44 44 Source: libv3270-%{version}.tar.xz
45 45  
46   -Url: https://portal.softwarepublico.gov.br/social/pw3270/
  46 +Url: https://github.com/PerryWerneck/libv3270.git
47 47  
48 48 Group: Development/Libraries/C and C++
49 49 BuildRoot: /var/tmp/%{name}-%{version}
... ... @@ -77,6 +77,11 @@ BuildRequires: gtk3-devel
77 77 BuildRequires: libgladeui-2-6
78 78 %endif
79 79  
  80 +%if 0%{?centos_version}
  81 +# centos requires python for genmarshal
  82 +BuildRequires: python
  83 +%endif
  84 +
80 85 %description
81 86  
82 87 Originally designed as part of the pw3270 application this library provides a TN3270 virtual terminal widget for GTK 3.
... ...