source: projects/specs/trunk/g/gpspoint/gpspoint-vl.spec @ 521

Revision 521, 2.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1%define name    gpspoint
2%define libname libgpspoint2
3%define release 0vl5
4%define version 2.030521
5
6Summary: Garmin GPS data transfer utility
7Summary(ja): Garmin¼ÒÀ½GPS¼õ¿®µ¡¥Ç¡¼¥¿Å¾Á÷¥æ¡¼¥Æ¥£¥ê¥Æ¥£
8Name: %{name}
9Version: %{version}
10Release: %{release}
11Group: Applications/Engineering
12License: GPL
13Source: http://gpspoint.dnsalias.net/gpspoint2/download/%{name}-%{version}.tar.bz2
14BuildRoot: %{_tmppath}/%{name}-%{version}-root
15Url: http://gpspoint.dnsalias.net/gpspoint2/
16Vendor: Project Vine
17Distribution: Vine Linux
18Packager: Susumu Tanimura <stanimura-ngs@umin.ac.jp>
19
20%description
21With gpspoint you can interact with a garmin gps device. Most importantly you
22can down- and upload waypoints, routes and tracks.  It also dialog based
23frontend mgpspoint.
24
25%description -l ja
26Garmin¼ÒÀ½GPS¼õ¿®µ¡¤ÈPC¤È¤Î´Ö¤Ç¥Ç¡¼¥¿¤òžÁ÷¤¹¤ëµ¡Ç½¤¬¤¢¤ê¤Þ¤¹¡£¥¦¥§¥¤
27¥Ý¥¤¥ó¥È¡¢¥ë¡¼¥È¡¢µ°ÀפΥǡ¼¥¿¤ò¥À¥¦¥ó¥í¡¼¥É¤Þ¤¿¤Ï¥¢¥Ã¥×¥í¡¼¥É¤¬²Äǽ¤Ç
28¤¹¡£gpspoint¤Î¥Õ¥í¥ó¥È¥¨¥ó¥É¤È¤·¤Æmgpspoint¤¬Æ±º­¤µ¤ì¤Æ¤¤¤Þ¤¹¡£
29
30%package -n %{libname}
31Summary:     Dynamic libraries from %{name}
32Summary(ja): %{name}¤Î¥é¥¤¥Ö¥é¥ê
33Group:       System Environment/Libraries
34
35%description -n %{libname}
36Dynamic libraries from %{name}.
37
38%description -n %{libname} -l ja
39%{name}¤Î¥é¥¤¥Ö¥é¥ê
40
41%package -n %{libname}-devel
42Summary:        Header files and static libraries from %name
43Summary(ja):    %{name}¥é¥¤¥Ö¥é¥ê¤Î³«È¯¥­¥Ã¥È
44Group:          Development/Libraries
45Requires:       %{libname} >= %{version}
46Provides:       lib%{name}-devel = %{version}-%{release}
47
48%description -n %{libname}-devel
49Libraries and includes files for developing programs based on %{name}.
50
51%description -n %{libname}-devel -l ja
52%{name}¥é¥¤¥Ö¥é¥ê¤Î³«È¯¥­¥Ã¥È
53
54%prep
55%setup
56
57%build
58%configure
59%{__make}
60
61%install
62%makeinstall
63
64%files
65%defattr(-,root,root)
66%doc README AUTHORS ChangeLog COPYING NEWS TODO
67%{_bindir}/gpspoint
68%{_bindir}/mgpspoint
69%{_mandir}/man1/*
70
71%files -n %{libname}
72%defattr(-,root,root)
73%{_libdir}/libgpspoint2.so.*
74
75%files -n %{libname}-devel
76%defattr(-,root,root)
77%dir %{_includedir}/gpspoint2
78%{_includedir}/gpspoint2/*.h
79%{_libdir}/libgpspoint2.a
80%{_libdir}/libgpspoint2.la
81%{_libdir}/libgpspoint2.so
82
83%clean
84rm -rf $RPM_BUILD_ROOT/
85
86%post -n %{libname} -p /sbin/ldconfig
87
88%postun -n %{libname} -p /sbin/ldconfig
89
90%changelog
91* Fri Dec  1 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com>
92- changed libgpspoint Group to System Environment/Libraris
93- changed libgpspoint-devel Group to Development/Libraris
94- run /sbin/ldconfig at %post and %postun section
95
96* Wed Nov 29 2006 Susumu Tanimura <stanimura-ngs@umin.ac.jp>
97- Rebuilt for VineLinux4.0
98
99* Wed Sep 22 2004 Susumu Tanimura  <stanimura-ngs@umin.ac.jp>
100- Initial package for VineLinux3.0
101
102* Sun Aug 17 2003 Susumu Tanimura <stanimura-ngs@umin.ac.jp>
103- Replaced some parts with rpm macros following instruction of
104  Mr. Masaharu Iwai
105
106* Sat Aug 16 2003 Susumu Tanimura <stanimura-ngs@umin.ac.jp>
107- Changed subpackages' name
108
109* Fri Aug 15 2003 Susumu Tanimura  <stanimura-ngs@umin.ac.jp>
110- initial package
Note: See TracBrowser for help on using the repository browser.