[packages/osmctools] - new

qboosh qboosh at pld-linux.org
Thu Aug 29 19:20:52 CEST 2024


commit fdd198a7291246b8c36f0f5a39f7ccb473ce4550
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Aug 29 19:02:12 2024 +0200

    - new

 osmctools.spec | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)
---
diff --git a/osmctools.spec b/osmctools.spec
new file mode 100644
index 0000000..2a353ac
--- /dev/null
+++ b/osmctools.spec
@@ -0,0 +1,49 @@
+Summary:	Fast tools to convert, filter and update OpenStreetMap data files
+Summary(pl.UTF-8):	Szybkie narzędzia do konwersji, filtrowania i aktualizacji plików danych OpenStreetMap
+Name:		osmctools
+Version:	0.9
+Release:	1
+License:	AGPL v3
+Group:		Applications
+#Source0Download: https://gitlab.com/osm-c-tools/osmctools/-/releases
+Source0:	https://gitlab.com/osm-c-tools/osmctools/-/archive/%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5:	7ab264d49065765e57fccdf5f5fc66b7
+URL:		https://gitlab.com/osm-c-tools/osmctools
+BuildRequires:	autoconf >= 2.50
+BuildRequires:	automake
+BuildRequires:	zlib-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Fast tools to convert, filter and update OpenStreetMap data files.
+
+%description -l pl.UTF-8
+Szybkie narzędzia do konwersji, filtrowania i aktualizacji plików
+danych OpenStreetMap.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README.md
+%attr(755,root,root) %{_bindir}/osmconvert
+%attr(755,root,root) %{_bindir}/osmfilter
+%attr(755,root,root) %{_bindir}/osmupdate
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/osmctools.git/commitdiff/fdd198a7291246b8c36f0f5a39f7ccb473ce4550



More information about the pld-cvs-commit mailing list