Commit 76361945fad5c3ed96c5b15cf98d99b4b05f2eaf

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

Updating package control files.

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