aboutsummaryrefslogtreecommitdiff
path: root/proj.spec
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-04-03 17:02:25 +0200
committerKristian Evers <kristianevers@gmail.com>2018-04-03 17:04:46 +0200
commite2ce502a6eebd1250329f602e79bab1171f57403 (patch)
tree68091001727f726be791e6d67e9d212327ea0be7 /proj.spec
parentfa2fcad163b8068d418fba1924a19f35b071d7d3 (diff)
downloadPROJ-e2ce502a6eebd1250329f602e79bab1171f57403.tar.gz
PROJ-e2ce502a6eebd1250329f602e79bab1171f57403.zip
Remove proj.spec file
The file seem to be unused by the packagers and we don't use ourselves. Instead of trying to keep it up to date with each release we might as well get rid of the thing.
Diffstat (limited to 'proj.spec')
-rw-r--r--proj.spec51
1 files changed, 0 insertions, 51 deletions
diff --git a/proj.spec b/proj.spec
deleted file mode 100644
index b0854077..00000000
--- a/proj.spec
+++ /dev/null
@@ -1,51 +0,0 @@
-%define PACKAGE_NAME proj
-%define PACKAGE_VERSION 5.0.0
-%define PACKAGE_URL http://proj4.org
-%define _prefix /usr
-
-Summary: Cartographic projection and geodetic transformation software
-Name: %PACKAGE_NAME
-Version: %PACKAGE_VERSION
-Release: 1
-Source0: proj-5.0.0.tar.gz
-License: MIT, Copyright (c) 2000, Frank Warmerdam
-Group: Applications/GIS
-Vendor: Intevation GmbH <http://intevation.net>
-Distribution: FreeGIS CD
-
-BuildRoot: %{_builddir}/%{name}-root
-Prefix: %{_prefix}
-BuildRequires: libtool
-Conflicts: PROJ.4
-
-%description
-PROJ is a generic coordinate transformation software, that transforms
-coordinates from one coordinate reference system (CRS) to another. This
-includes cartographic projections as well as geodetic transformations.
-
-%prep
-%setup -D -n proj-5.0.0
-%{_builddir}/%{name}-%{version}/autogen.sh
-%configure
-
-%build
-make
-
-%install
-rm -rf $RPM_BUILD_ROOT
-%makeinstall
-
-%clean
-rm -rf %{_builddir}/proj-5.0.0
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root)
-%{_libdir}/*
-%{_bindir}/*
-%{_includedir}/*
-%{_datadir}/proj/*
-%{_mandir}/man1/*
-%{_mandir}/man3/*
-
-%doc AUTHORS COPYING ChangeLog NEWS README.md