Commit 58bff01972d41f90efb043df05be735ba459409c

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

Updating OBS files.

Showing 2 changed files with 7 additions and 12 deletions   Show diff stats
rpm/_service
... ... @@ -11,10 +11,10 @@
11 11 </service>
12 12  
13 13 <!-- https://github.com/openSUSE/obs-service-extract_file -->
14   - <service name="extract_file">
  14 + <!-- service name="extract_file">
15 15 <param name="archive">*.tar</param>
16 16 <param name="files">*/rpm/*.spec</param>
17   - </service>
  17 + </service -->
18 18  
19 19 <service name="recompress">
20 20 <param name="file">*.tar</param>
... ...
rpm/pw3270-plugin-ipc.spec
1 1 #
2   -# spec file for packages libv3270
  2 +# spec file for packages pw3270-plugin-ipc
3 3 #
4 4 # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
5 5 # Copyright (C) <2008> <Banco do Brasil S.A.>
... ... @@ -21,13 +21,6 @@
21 21 %define MAJOR_VERSION 5
22 22 %define MINOR_VERSION 2
23 23  
24   -%define _libvrs %{MAJOR_VERSION}_%{MINOR_VERSION}
25   -
26   -#Compat macro for new _fillupdir macro introduced in Nov 2017
27   -%if ! %{defined _fillupdir}
28   - %define _fillupdir /var/adm/fillup-templates
29   -%endif
30   -
31 24 #---[ Macros ]--------------------------------------------------------------------------------------------------------
32 25  
33 26 %if ! %{defined _release}
... ... @@ -40,7 +33,7 @@ Summary: D-Bus based IPC plugin for pw3270
40 33 Name: pw3270-plugin-ipc
41 34 Version: 5.2
42 35 Release: 0
43   -License: LGPL-3.0
  36 +License: LGPL-3.0
44 37 Source: %{name}-%{version}.tar.xz
45 38  
46 39 Url: https://portal.softwarepublico.gov.br/social/pw3270/
... ... @@ -56,6 +49,7 @@ BuildRequires: pkgconfig(dbus-1)
56 49 BuildRequires: pkgconfig(dbus-glib-1)
57 50 BuildRequires: libv3270-%{MAJOR_VERSION}_%{MINOR_VERSION}-devel
58 51 BuildRequires: lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION}-devel
  52 +BuildRequires: pkgconfig(gtk+-3.0)
59 53 BuildRequires: autoconf >= 2.61
60 54 BuildRequires: automake
61 55 BuildRequires: binutils
... ... @@ -93,7 +87,8 @@ rm -rf $RPM_BUILD_ROOT
93 87 %defattr(-,root,root)
94 88 %doc AUTHORS LICENSE README.md
95 89  
96   -%{_libdir}/pw3270-plugin/ipc3270.so
  90 +%dir %{_libdir}/pw3270-plugins
  91 +%{_libdir}/pw3270-plugins/ipc3270.so
97 92  
98 93 %pre
99 94 /sbin/ldconfig
... ...