Commit 58bff01972d41f90efb043df05be735ba459409c
1 parent
c93baea9
Exists in
master
and in
1 other branch
Updating OBS files.
Showing
2 changed files
with
7 additions
and
12 deletions
Show diff stats
rpm/_service
| @@ -11,10 +11,10 @@ | @@ -11,10 +11,10 @@ | ||
| 11 | </service> | 11 | </service> |
| 12 | 12 | ||
| 13 | <!-- https://github.com/openSUSE/obs-service-extract_file --> | 13 | <!-- https://github.com/openSUSE/obs-service-extract_file --> |
| 14 | - <service name="extract_file"> | 14 | + <!-- service name="extract_file"> |
| 15 | <param name="archive">*.tar</param> | 15 | <param name="archive">*.tar</param> |
| 16 | <param name="files">*/rpm/*.spec</param> | 16 | <param name="files">*/rpm/*.spec</param> |
| 17 | - </service> | 17 | + </service --> |
| 18 | 18 | ||
| 19 | <service name="recompress"> | 19 | <service name="recompress"> |
| 20 | <param name="file">*.tar</param> | 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 | # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. | 4 | # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. |
| 5 | # Copyright (C) <2008> <Banco do Brasil S.A.> | 5 | # Copyright (C) <2008> <Banco do Brasil S.A.> |
| @@ -21,13 +21,6 @@ | @@ -21,13 +21,6 @@ | ||
| 21 | %define MAJOR_VERSION 5 | 21 | %define MAJOR_VERSION 5 |
| 22 | %define MINOR_VERSION 2 | 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 | #---[ Macros ]-------------------------------------------------------------------------------------------------------- | 24 | #---[ Macros ]-------------------------------------------------------------------------------------------------------- |
| 32 | 25 | ||
| 33 | %if ! %{defined _release} | 26 | %if ! %{defined _release} |
| @@ -40,7 +33,7 @@ Summary: D-Bus based IPC plugin for pw3270 | @@ -40,7 +33,7 @@ Summary: D-Bus based IPC plugin for pw3270 | ||
| 40 | Name: pw3270-plugin-ipc | 33 | Name: pw3270-plugin-ipc |
| 41 | Version: 5.2 | 34 | Version: 5.2 |
| 42 | Release: 0 | 35 | Release: 0 |
| 43 | -License: LGPL-3.0 | 36 | +License: LGPL-3.0 |
| 44 | Source: %{name}-%{version}.tar.xz | 37 | Source: %{name}-%{version}.tar.xz |
| 45 | 38 | ||
| 46 | Url: https://portal.softwarepublico.gov.br/social/pw3270/ | 39 | Url: https://portal.softwarepublico.gov.br/social/pw3270/ |
| @@ -56,6 +49,7 @@ BuildRequires: pkgconfig(dbus-1) | @@ -56,6 +49,7 @@ BuildRequires: pkgconfig(dbus-1) | ||
| 56 | BuildRequires: pkgconfig(dbus-glib-1) | 49 | BuildRequires: pkgconfig(dbus-glib-1) |
| 57 | BuildRequires: libv3270-%{MAJOR_VERSION}_%{MINOR_VERSION}-devel | 50 | BuildRequires: libv3270-%{MAJOR_VERSION}_%{MINOR_VERSION}-devel |
| 58 | BuildRequires: lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION}-devel | 51 | BuildRequires: lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION}-devel |
| 52 | +BuildRequires: pkgconfig(gtk+-3.0) | ||
| 59 | BuildRequires: autoconf >= 2.61 | 53 | BuildRequires: autoconf >= 2.61 |
| 60 | BuildRequires: automake | 54 | BuildRequires: automake |
| 61 | BuildRequires: binutils | 55 | BuildRequires: binutils |
| @@ -93,7 +87,8 @@ rm -rf $RPM_BUILD_ROOT | @@ -93,7 +87,8 @@ rm -rf $RPM_BUILD_ROOT | ||
| 93 | %defattr(-,root,root) | 87 | %defattr(-,root,root) |
| 94 | %doc AUTHORS LICENSE README.md | 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 | %pre | 93 | %pre |
| 99 | /sbin/ldconfig | 94 | /sbin/ldconfig |