diff options
author | Volker Fröhlich <volker27@gmx.at> | 2011-04-15 10:21:37 +0200 |
---|---|---|
committer | Volker Fröhlich <volker27@gmx.at> | 2011-04-15 10:21:37 +0200 |
commit | c18304aa6f38ddb3ed14ae0c2033ff511b73c249 (patch) | |
tree | 7dcf5c34a15ee2d9a570aa68b406a2f3031e3292 /unfinished/gpstk.spec.orig | |
download | repo-master.tar.gz repo-master.tar.xz repo-master.zip |
Diffstat (limited to 'unfinished/gpstk.spec.orig')
-rw-r--r-- | unfinished/gpstk.spec.orig | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/unfinished/gpstk.spec.orig b/unfinished/gpstk.spec.orig new file mode 100644 index 0000000..e9bf28e --- /dev/null +++ b/unfinished/gpstk.spec.orig @@ -0,0 +1,92 @@ +Name: gpstk +Version: 1.6 +Release: 1%{?dist} +Summary: The GPS Toolkit + +Group: Applications/Engineering +License: LGPLv2+ +URL: http://www.gpstk.org/ +Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.src.tar.gz +Patch0: gpstk-1.5-fixheaders.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: jam +BuildRequires: doxygen +BuildRequires: gtkmm24-devel +BuildRequires: libglademm24-devel +BuildRequires: gconfmm26-devel +BuildRequires: zlib-devel +BuildRequires: libpng-devel +BuildRequires: libtiff-devel + + +%description +Algorithms and frameworks supporting the development of processing +and analysis applications in navigation and global positioning. + +%package devel +Summary: Development files for GPSTk +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +This package contains the development files for the GPS Toolkit. + + +%package docs +Summary: Documentation for GPSTk +Group: Documentation/HTML + +%description docs +This package contains the HTML documentation files for the GPS Toolkit. + + +%prep +%setup -q -n %{name}-%{version}.src +%patch0 -p1 -b .header + +%build +#./autogen.sh +#%configure +#make %{?_smp_mflags} CFLAGS="%{optflags}" +jam +doxygen + + +%install +rm -rf %{buildroot} +make install INSTDIR=%{buildroot} INSTALL="install -p" +find %{buildroot} -name '*.la' -exec rm -f {} ';' + + +%clean +rm -rf %{buildroot} + + +%files +# -f %{name}.lang +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog COPYING NEWS README +#%{_mandir}/man*/%{name}.* +%{_bindir}/%{name} +#%{_libdir}/%{name}/ +#%{_datadir}/%{name}/ + + +%files devel +%defattr(-,root,root,-) +%{_includedir}/%{name}/ + + +%files docs +%defattr(-,root,root,-) +%doc doc/html + + +%changelog +* Mon Oct 05 2009 Fabian Affolter <fabian@bernewireless.net> - 1.6-1 +- Updated to new upstream version 1.6 + +* Sat Jan 24 2009 Fabian Affolter <fabian@bernewireless.net> - 1.5-1 +- Initial package for Fedora + |