Commit 6d05a62da34f3abdd1d81795c80355cdc1c8d6bd

Authored by Perry Werneck
1 parent 819287ca

Updating package.

debian/control
... ... @@ -12,14 +12,6 @@ Provides: lib3270 (= ${binary:Version}), lib3270-5.2 (= ${binary:Version})
12 12 Description: TN3270 Access library.
13 13 TN3270 access library originally designed as part of the pw3270 application.
14 14  
15   -Package: lib3270++
16   -Architecture: any
17   -Section: libs
18   -Depends: ${misc:Depends}, ${shlibs:Depends}
19   -Provides: lib3270++ (= ${binary:Version}), lib3270++5.2 (= ${binary:Version})
20   -Description: TN3270 Access library.
21   - TN3270 access library originally designed as part of the pw3270 application.
22   -
23 15 Package: lib3270-dev
24 16 Architecture: any
25 17 Provides: lib3270-5.2-dev
... ...
debian/rules
... ... @@ -59,10 +59,6 @@ install: build
59 59 make DESTDIR=$(PWD)/debian/lib3270 -C src/lib3270 install-shared
60 60 find $(PWD)/debian/lib3270 -type f | sed -e "s@^$(PWD)/debian/lib3270/@/@g" > $(PWD)/debian/lib3270.install
61 61  
62   - # Install lib3270++
63   - make DESTDIR=$(PWD)/debian/lib3270++ -C src/lib3270++ install-shared
64   - find $(PWD)/debian/lib3270++ -type f | sed -e "s@^$(PWD)/debian/lib3270++/@/@g" > $(PWD)/debian/lib3270++.install
65   -
66 62 # Install dev
67 63 make DESTDIR=$(PWD)/debian/lib3270-dev install-dev
68 64 find $(PWD)/debian/lib3270-dev -type f | sed -e "s@^$(PWD)/debian/lib3270-dev/@/@g" > $(PWD)/debian/lib3270-dev.install
... ...
rpm/lib3270.spec
1 1 #
2   -# spec file for packages lib3270 and lib3270++
  2 +# spec file for packages lib3270
3 3 #
4 4 # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
5 5 # Copyright (C) <2008> <Banco do Brasil S.A.>
... ... @@ -83,19 +83,6 @@ TN3270 access library originally designed as part of the pw3270 application.
83 83  
84 84 See more details at https://softwarepublico.gov.br/social/pw3270/
85 85  
86   -#---[ C++ API ]-------------------------------------------------------------------------------------------------------
87   -
88   -%package -n lib3270++%{_libvrs}
89   -
90   -Summary: TN3270 Access C++ library
91   -Group: Development/Libraries/C and C++
92   -
93   -%description -n lib3270++%{_libvrs}
94   -
95   -TN3270 access library originally designed as part of the pw3270 application (C++ Version).
96   -
97   -See more details at https://softwarepublico.gov.br/social/pw3270/
98   -
99 86 #---[ Development ]---------------------------------------------------------------------------------------------------
100 87  
101 88 %package -n lib3270-devel
... ... @@ -150,12 +137,6 @@ rm -rf $RPM_BUILD_ROOT
150 137 %{_libdir}/lib3270.so.%{MAJOR_VERSION}
151 138 %{_libdir}/lib3270.so.%{MAJOR_VERSION}.%{MINOR_VERSION}
152 139  
153   -%files -n lib3270++%{_libvrs}
154   -%defattr(-,root,root)
155   -
156   -%{_libdir}/lib3270++.so.%{MAJOR_VERSION}
157   -%{_libdir}/lib3270++.so.%{MAJOR_VERSION}.%{MINOR_VERSION}
158   -
159 140 %files -n lib3270-devel
160 141 %defattr(-,root,root)
161 142  
... ... @@ -182,12 +163,4 @@ exit 0
182 163 /sbin/ldconfig
183 164 exit 0
184 165  
185   -%post -n lib3270++%{_libvrs}
186   -/sbin/ldconfig
187   -exit 0
188   -
189   -%postun -n lib3270++%{_libvrs}
190   -/sbin/ldconfig
191   -exit 0
192   -
193 166 %changelog
... ...