File tree Expand file tree Collapse file tree
packaging-examples/rpm-based Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11usr/include/postscriptbarcode.h
2+ usr/include/postscriptbarcode.hpp
23usr/lib/*/libpostscriptbarcode.a
34usr/lib/*/libpostscriptbarcode.so
Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ install: install-static install-shared
155155install-headers :
156156 install -d $(DESTDIR )$(PREFIX ) /include
157157 install -m 0644 $(NAME ) .h $(DESTDIR )$(PREFIX ) /include
158+ install -m 0644 ../bindings/cpp/$(NAME ) .hpp $(DESTDIR )$(PREFIX ) /include
158159
159160install-static : libstatic install-headers
160161 install -d $(DESTDIR )$(LIBDIR )
@@ -169,6 +170,7 @@ install-shared: libshared install-headers
169170
170171uninstall :
171172 $(RM ) $(DESTDIR )$(PREFIX ) /include/$(NAME ) .h
173+ $(RM ) $(DESTDIR )$(PREFIX ) /include/$(NAME ) .hpp
172174 $(RM ) $(DESTDIR )$(PREFIX ) /lib/lib$(NAME ) .so*
173175 $(RM ) $(DESTDIR )$(PREFIX ) /lib/lib$(NAME ) .a
174176 -ldconfig
Original file line number Diff line number Diff line change 243243%doc CHANGES libs/README.md
244244%license LICENSE
245245%{_includedir }/postscriptbarcode.h
246+ %{_includedir }/postscriptbarcode.hpp
246247%{_libdir }/libpostscriptbarcode.so
247248
248249%files -n java-postscriptbarcode
You can’t perform that action at this time.
0 commit comments