Commit b8149472ead5c4bfc138992b0b9c3e8e4b6a9ce1
1 parent
e41ac5fb
Exists in
master
and in
2 other branches
Updating package control files.
Showing
2 changed files
with
4 additions
and
3 deletions
Show diff stats
rpm/_service
@@ -11,8 +11,7 @@ | @@ -11,8 +11,7 @@ | ||
11 | 11 | ||
12 | <!-- https://github.com/openSUSE/obs-service-extract_file --> | 12 | <!-- https://github.com/openSUSE/obs-service-extract_file --> |
13 | 13 | ||
14 | - <!-- | ||
15 | - <service name="extract_file"> | 14 | + <service name="extract_file"> |
16 | <param name="archive">*.tar</param> | 15 | <param name="archive">*.tar</param> |
17 | <param name="files">*/rpm/lib3270.spec</param> | 16 | <param name="files">*/rpm/lib3270.spec</param> |
18 | </service> | 17 | </service> |
@@ -68,7 +67,6 @@ | @@ -68,7 +67,6 @@ | ||
68 | <param name="files">*/debian/postrm</param> | 67 | <param name="files">*/debian/postrm</param> |
69 | <param name="outfilename">debian.postrm</param> | 68 | <param name="outfilename">debian.postrm</param> |
70 | </service> | 69 | </service> |
71 | - --> | ||
72 | 70 | ||
73 | <service name="recompress"> | 71 | <service name="recompress"> |
74 | <param name="file">*.tar</param> | 72 | <param name="file">*.tar</param> |
rpm/lib3270.spec
@@ -21,6 +21,7 @@ Name: lib3270 | @@ -21,6 +21,7 @@ Name: lib3270 | ||
21 | Version: 5.3 | 21 | Version: 5.3 |
22 | Release: 0 | 22 | Release: 0 |
23 | Summary: TN3270 Access library | 23 | Summary: TN3270 Access library |
24 | +Group: Development/Libraries/C and C++ | ||
24 | License: LGPL-3.0-only | 25 | License: LGPL-3.0-only |
25 | URL: https://github.com/PerryWerneck/lib3270 | 26 | URL: https://github.com/PerryWerneck/lib3270 |
26 | Source: %{name}-%{version}.tar.xz | 27 | Source: %{name}-%{version}.tar.xz |
@@ -55,6 +56,7 @@ For more details, see https://softwarepublico.gov.br/social/pw3270/ . | @@ -55,6 +56,7 @@ For more details, see https://softwarepublico.gov.br/social/pw3270/ . | ||
55 | 56 | ||
56 | %package -n %{name}-%{_libvrs} | 57 | %package -n %{name}-%{_libvrs} |
57 | Summary: TN3270 Access library | 58 | Summary: TN3270 Access library |
59 | +Group: Development/Libraries/C and C++ | ||
58 | 60 | ||
59 | %description -n %{name}-%{_libvrs} | 61 | %description -n %{name}-%{_libvrs} |
60 | TN3270 access library, originally designed as part of the pw3270 application. | 62 | TN3270 access library, originally designed as part of the pw3270 application. |
@@ -64,6 +66,7 @@ For more details, see https://softwarepublico.gov.br/social/pw3270/ . | @@ -64,6 +66,7 @@ For more details, see https://softwarepublico.gov.br/social/pw3270/ . | ||
64 | %package devel | 66 | %package devel |
65 | Summary: TN3270 Access library development files | 67 | Summary: TN3270 Access library development files |
66 | Requires: %{name}-%{_libvrs} = %{version} | 68 | Requires: %{name}-%{_libvrs} = %{version} |
69 | +Group: Development/Libraries/C and C++ | ||
67 | 70 | ||
68 | %description devel | 71 | %description devel |
69 | Header files for the TN3270 access library. | 72 | Header files for the TN3270 access library. |