diff --git a/debian/control b/debian/control index 31a4693..f80c646 100644 --- a/debian/control +++ b/debian/control @@ -12,14 +12,6 @@ Provides: lib3270 (= ${binary:Version}), lib3270-5.2 (= ${binary:Version}) Description: TN3270 Access library. TN3270 access library originally designed as part of the pw3270 application. -Package: lib3270++ -Architecture: any -Section: libs -Depends: ${misc:Depends}, ${shlibs:Depends} -Provides: lib3270++ (= ${binary:Version}), lib3270++5.2 (= ${binary:Version}) -Description: TN3270 Access library. - TN3270 access library originally designed as part of the pw3270 application. - Package: lib3270-dev Architecture: any Provides: lib3270-5.2-dev diff --git a/debian/rules b/debian/rules index 98edb4f..585731f 100644 --- a/debian/rules +++ b/debian/rules @@ -59,10 +59,6 @@ install: build make DESTDIR=$(PWD)/debian/lib3270 -C src/lib3270 install-shared find $(PWD)/debian/lib3270 -type f | sed -e "s@^$(PWD)/debian/lib3270/@/@g" > $(PWD)/debian/lib3270.install - # Install lib3270++ - make DESTDIR=$(PWD)/debian/lib3270++ -C src/lib3270++ install-shared - find $(PWD)/debian/lib3270++ -type f | sed -e "s@^$(PWD)/debian/lib3270++/@/@g" > $(PWD)/debian/lib3270++.install - # Install dev make DESTDIR=$(PWD)/debian/lib3270-dev install-dev find $(PWD)/debian/lib3270-dev -type f | sed -e "s@^$(PWD)/debian/lib3270-dev/@/@g" > $(PWD)/debian/lib3270-dev.install diff --git a/rpm/lib3270.spec b/rpm/lib3270.spec index 33432fd..c7e19d0 100644 --- a/rpm/lib3270.spec +++ b/rpm/lib3270.spec @@ -1,5 +1,5 @@ # -# spec file for packages lib3270 and lib3270++ +# spec file for packages lib3270 # # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (C) <2008> @@ -83,19 +83,6 @@ TN3270 access library originally designed as part of the pw3270 application. See more details at https://softwarepublico.gov.br/social/pw3270/ -#---[ C++ API ]------------------------------------------------------------------------------------------------------- - -%package -n lib3270++%{_libvrs} - -Summary: TN3270 Access C++ library -Group: Development/Libraries/C and C++ - -%description -n lib3270++%{_libvrs} - -TN3270 access library originally designed as part of the pw3270 application (C++ Version). - -See more details at https://softwarepublico.gov.br/social/pw3270/ - #---[ Development ]--------------------------------------------------------------------------------------------------- %package -n lib3270-devel @@ -150,12 +137,6 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lib3270.so.%{MAJOR_VERSION} %{_libdir}/lib3270.so.%{MAJOR_VERSION}.%{MINOR_VERSION} -%files -n lib3270++%{_libvrs} -%defattr(-,root,root) - -%{_libdir}/lib3270++.so.%{MAJOR_VERSION} -%{_libdir}/lib3270++.so.%{MAJOR_VERSION}.%{MINOR_VERSION} - %files -n lib3270-devel %defattr(-,root,root) @@ -182,12 +163,4 @@ exit 0 /sbin/ldconfig exit 0 -%post -n lib3270++%{_libvrs} -/sbin/ldconfig -exit 0 - -%postun -n lib3270++%{_libvrs} -/sbin/ldconfig -exit 0 - %changelog -- libgit2 0.21.2