Commit 76361945fad5c3ed96c5b15cf98d99b4b05f2eaf
1 parent
a576e17d
Exists in
master
and in
1 other branch
Updating package control files.
Showing
2 changed files
with
10 additions
and
5 deletions
Show diff stats
rpm/_service
@@ -15,10 +15,10 @@ | @@ -15,10 +15,10 @@ | ||
15 | <param name="files">*/rpm/lib3270.spec</param> | 15 | <param name="files">*/rpm/lib3270.spec</param> |
16 | </service --> | 16 | </service --> |
17 | 17 | ||
18 | - <service name="extract_file"> | 18 | + <!-- service name="extract_file"> |
19 | <param name="archive">*.tar</param> | 19 | <param name="archive">*.tar</param> |
20 | <param name="files">*/arch/PKGBUILD</param> | 20 | <param name="files">*/arch/PKGBUILD</param> |
21 | - </service> | 21 | + </service --> |
22 | 22 | ||
23 | <service name="extract_file"> | 23 | <service name="extract_file"> |
24 | <param name="archive">*.tar</param> | 24 | <param name="archive">*.tar</param> |
@@ -49,11 +49,11 @@ | @@ -49,11 +49,11 @@ | ||
49 | <param name="outfilename">debian.shlibs</param> | 49 | <param name="outfilename">debian.shlibs</param> |
50 | </service> | 50 | </service> |
51 | 51 | ||
52 | - <service name="extract_file"> | 52 | + <!-- service name="extract_file"> |
53 | <param name="archive">*.tar</param> | 53 | <param name="archive">*.tar</param> |
54 | <param name="files">*/debian/compat</param> | 54 | <param name="files">*/debian/compat</param> |
55 | <param name="outfilename">debian.compat</param> | 55 | <param name="outfilename">debian.compat</param> |
56 | - </service> | 56 | + </service --> |
57 | 57 | ||
58 | <service name="extract_file"> | 58 | <service name="extract_file"> |
59 | <param name="archive">*.tar</param> | 59 | <param name="archive">*.tar</param> |
rpm/lib3270.spec
@@ -16,7 +16,6 @@ | @@ -16,7 +16,6 @@ | ||
16 | # Please submit bugfixes or comments via https://bugs.opensuse.org/ | 16 | # Please submit bugfixes or comments via https://bugs.opensuse.org/ |
17 | # | 17 | # |
18 | 18 | ||
19 | - | ||
20 | Name: lib3270 | 19 | Name: lib3270 |
21 | Version: 5.4 | 20 | Version: 5.4 |
22 | Release: 0 | 21 | Release: 0 |
@@ -80,6 +79,8 @@ make all %{?_smp_mflags} | @@ -80,6 +79,8 @@ make all %{?_smp_mflags} | ||
80 | 79 | ||
81 | %install | 80 | %install |
82 | %make_install | 81 | %make_install |
82 | +mkdir -p %{buildroot}%{_libdir}/pw3270/%{MAJOR_VERSION}.%{MINOR_VERSION}/plugins | ||
83 | + | ||
83 | %find_lang %{name}-%{MAJOR_VERSION}.%{MINOR_VERSION} langfiles | 84 | %find_lang %{name}-%{MAJOR_VERSION}.%{MINOR_VERSION} langfiles |
84 | 85 | ||
85 | %fdupes %{buildroot}/%{_prefix} | 86 | %fdupes %{buildroot}/%{_prefix} |
@@ -99,6 +100,10 @@ make all %{?_smp_mflags} | @@ -99,6 +100,10 @@ make all %{?_smp_mflags} | ||
99 | %{_includedir}/%{name} | 100 | %{_includedir}/%{name} |
100 | %{_libdir}/pkgconfig/*.pc | 101 | %{_libdir}/pkgconfig/*.pc |
101 | 102 | ||
103 | +%{_libdir}/pw3270 | ||
104 | +%{_libdir}/pw3270/%{MAJOR_VERSION}.%{MINOR_VERSION} | ||
105 | +%{_libdir}/pw3270/%{MAJOR_VERSION}.%{MINOR_VERSION}/plugins | ||
106 | + | ||
102 | %post -n %{name}-%{_libvrs} -p /sbin/ldconfig | 107 | %post -n %{name}-%{_libvrs} -p /sbin/ldconfig |
103 | %postun -n %{name}-%{_libvrs} -p /sbin/ldconfig | 108 | %postun -n %{name}-%{_libvrs} -p /sbin/ldconfig |
104 | 109 |