Commit 734052522d113d5a4248c7cc800d3b28c53538b1
1 parent
a748dc70
Exists in
master
Fixing package build.
Showing
2 changed files
with
7 additions
and
6 deletions
Show diff stats
configure.ac
... | ... | @@ -6,7 +6,7 @@ AC_PREREQ(2.59) |
6 | 6 | |
7 | 7 | dnl Initialise automake with the package name, version and |
8 | 8 | dnl bug-reporting address. |
9 | -AC_INIT([pw3270-sharp], [1.0], [perry.werneck@gmail.com]) | |
9 | +AC_INIT([lib3270-mono-bindings], [5.1], [perry.werneck@gmail.com]) | |
10 | 10 | |
11 | 11 | dnl Place auxilliary scripts here. |
12 | 12 | AC_CONFIG_AUX_DIR([scripts]) | ... | ... |
rpm/lib3270-mono-bindings.spec
... | ... | @@ -17,10 +17,11 @@ |
17 | 17 | # |
18 | 18 | |
19 | 19 | %define vrslib %(pkg-config --modversion lib3270) |
20 | +%define libname pw3270-sharp | |
20 | 21 | |
21 | 22 | Summary: Mono binding for pw3270/lib3270 |
22 | 23 | Name: lib3270-mono-bindings |
23 | -Version: 1.0 | |
24 | +Version: 5.1 | |
24 | 25 | Release: 0 |
25 | 26 | License: GPL-2.0 |
26 | 27 | Source: %{name}-%{version}.tar.xz |
... | ... | @@ -82,13 +83,13 @@ rm -rf $RPM_BUILD_ROOT |
82 | 83 | %doc README.md |
83 | 84 | |
84 | 85 | %{_libdir}/lib3270-mono.* |
85 | -/usr/lib/mono/gac/%{name} | |
86 | +/usr/lib/mono/gac/%{libname} | |
86 | 87 | |
87 | 88 | %dir /usr/share/gapi-2.0 |
88 | -%dir /usr/share/gapi-2.0/%{name} | |
89 | -/usr/share/gapi-2.0/%{name}/%{name}.xml | |
89 | +%dir /usr/share/gapi-2.0/%{libname} | |
90 | +/usr/share/gapi-2.0/%{libname}/%{libname}.xml | |
90 | 91 | |
91 | -%{_libdir}/pkgconfig/%{name}.pc | |
92 | +%{_libdir}/pkgconfig/%{libname}.pc | |
92 | 93 | /usr/lib/mono/%{name}-* |
93 | 94 | |
94 | 95 | %post | ... | ... |