Commit ebb1aa16e5005589613e960e5b85d6f6091ab2c2
1 parent
4cab09f6
Exists in
master
and in
1 other branch
Updating package.
Showing
2 changed files
with
8 additions
and
7 deletions
Show diff stats
rpm/_service
... | ... | @@ -6,17 +6,17 @@ |
6 | 6 | <param name="sslverify">disable</param> |
7 | 7 | <param name="versionformat">%ct</param> |
8 | 8 | <!-- param name="version">5.2</param --> |
9 | - <param name="url">http://softwarepublico.gov.br/gitlab/pw3270/libv3270.git</param> | |
9 | + <param name="url">https://softwarepublico.gov.br/gitlab/pw3270/libv3270.git</param> | |
10 | 10 | <param name="scm">git</param> |
11 | 11 | <param name="filename">libv3270-5_2</param> |
12 | 12 | </service> |
13 | 13 | |
14 | 14 | <!-- https://github.com/openSUSE/obs-service-extract_file --> |
15 | - <service name="extract_file"> | |
15 | + <!-- service name="extract_file"> | |
16 | 16 | <param name="archive">*.tar</param> |
17 | 17 | <param name="files">*/rpm/libv3270.spec</param> |
18 | 18 | <param name="outfilename">libv3270-5_2.spec</param> |
19 | - </service> | |
19 | + </service --> | |
20 | 20 | |
21 | 21 | <service name="recompress"> |
22 | 22 | <param name="file">*.tar</param> | ... | ... |
rpm/libv3270.spec
... | ... | @@ -52,8 +52,8 @@ Provides: libv3270_%{MAJOR_VERSION}_%{MINOR_VERSION} |
52 | 52 | Conflicts: otherproviders(libv3270_%{MAJOR_VERSION}_%{MINOR_VERSION}) |
53 | 53 | |
54 | 54 | BuildRequires: pkgconfig(openssl) |
55 | -BuildRequires: pkgconfig(lib3270) >= 5.2 | |
56 | 55 | BuildRequires: pkgconfig(gtk+-3.0) |
56 | +BuildRequires: lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION}-devel | |
57 | 57 | BuildRequires: autoconf >= 2.61 |
58 | 58 | BuildRequires: automake |
59 | 59 | BuildRequires: binutils |
... | ... | @@ -76,6 +76,7 @@ Summary: 3270 Virtual Terminal for GTK development files |
76 | 76 | Group: Development/Libraries/C and C++ |
77 | 77 | |
78 | 78 | Requires: %{name} = %{version} |
79 | +Requires: lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION}-devel | |
79 | 80 | |
80 | 81 | Provides: libv3270-devel = %{version} |
81 | 82 | Conflicts: otherproviders(libv3270-devel) |
... | ... | @@ -118,10 +119,10 @@ rm -rf $RPM_BUILD_ROOT |
118 | 119 | %defattr(-,root,root) |
119 | 120 | |
120 | 121 | %{_libdir}/libv3270.so |
121 | -%{_libdir}/pkgconfig/libv3270.pc | |
122 | +%{_libdir}/pkgconfig/v3270.pc | |
122 | 123 | |
123 | -%{_includedir}/libv3270.h | |
124 | -%{_includedir}/libv3270 | |
124 | +%{_includedir}/v3270.h | |
125 | +%{_includedir}/v3270 | |
125 | 126 | |
126 | 127 | %{_libdir}/libv3270.a |
127 | 128 | ... | ... |