Commit d7632b51e8bcdc387ec400acffdafdd8dca610c2
1 parent
7150e90b
Exists in
master
Updating package info.
Showing
1 changed file
with
8 additions
and
5 deletions
Show diff stats
rpm/lib3270-mono-bindings.spec
... | ... | @@ -16,6 +16,9 @@ |
16 | 16 | # Please submit bugfixes or comments via http://bugs.opensuse.org/ |
17 | 17 | # |
18 | 18 | |
19 | +%define MAJOR_VERSION 5 | |
20 | +%define MINOR_VERSION 2 | |
21 | + | |
19 | 22 | %define libname tn3270-sharp |
20 | 23 | |
21 | 24 | Summary: Mono binding for pw3270/lib3270 |
... | ... | @@ -24,7 +27,7 @@ Version: 5.2 |
24 | 27 | Release: 0 |
25 | 28 | License: LGPL-3.0 |
26 | 29 | Source: %{name}-%{version}.tar.xz |
27 | -URL: https://portal.softwarepublico.gov.br/social/pw3270/ | |
30 | +URL: https://github.com/PerryWerneck/lib3270-mono-bindings.git | |
28 | 31 | Group: Development/Languages/Other |
29 | 32 | |
30 | 33 | BuildRoot: /var/tmp/%{name}-%{version} |
... | ... | @@ -79,12 +82,12 @@ rm -rf $RPM_BUILD_ROOT |
79 | 82 | |
80 | 83 | /usr/lib/mono/gac/%{libname} |
81 | 84 | |
82 | -%dir /usr/lib/mono/%{libname}-5.2 | |
83 | -/usr/lib/mono/%{libname}-5.2/tn3270-sharp.dll | |
85 | +%dir /usr/lib/mono/%{libname}-%{MAJOR_VERSION}.%{MINOR_VERSION} | |
86 | +/usr/lib/mono/%{libname}-%{MAJOR_VERSION}.%{MINOR_VERSION}/tn3270-sharp.dll | |
84 | 87 | |
85 | 88 | %{_libdir}/lib3270-mono.so |
86 | -%{_libdir}/lib3270-mono.so.5 | |
87 | -%{_libdir}/lib3270-mono.so.5.2 | |
89 | +%{_libdir}/lib3270-mono.so.%{MAJOR_VERSION} | |
90 | +%{_libdir}/lib3270-mono.so.%{MAJOR_VERSION}.%{MINOR_VERSION} | |
88 | 91 | %{_libdir}/pkgconfig/tn3270-sharp.pc |
89 | 92 | |
90 | 93 | %dir /usr/share/gapi-2.0 | ... | ... |