]> git.pld-linux.org Git - packages/gpsd.git/commitdiff
- fix -libs packaging; rel 2 auto/th/gpsd-2_94-2 auto/ti/gpsd-2_94-2
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 18 Aug 2010 11:13:41 +0000 (11:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gpsd.spec -> 1.24

gpsd.spec

index 18dbc03bea59c4fc611daa5828682240da9100f5..abe1919b329f5a9fdb1331e4a2ae005e0b160031 100644 (file)
--- a/gpsd.spec
+++ b/gpsd.spec
@@ -1,6 +1,6 @@
-#
 # TODO:
 #      - fix pysitedir???
+#   - ?? what the above todo means??
 #
 # Conditional build:
 %bcond_without dbus    # build without dbus support
@@ -10,7 +10,7 @@ Summary:      Service daemon for mediating access to a GPS
 Summary(pl.UTF-8):     Oprogramowanie komunikujące się z GPS-em
 Name:          gpsd
 Version:       2.94
-Release:       1
+Release:       2
 License:       BSD
 Group:         Daemons
 Source0:       http://download.berlios.de/gpsd/%{name}-%{version}.tar.gz
@@ -226,8 +226,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libgps.so
-%attr(755,root,root) %{_libdir}/libgpsd.so.*
+%attr(755,root,root) %{_libdir}/libgpsd.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgpsd.so.0
 %attr(755,root,root) %{_libdir}/libgps.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgps.so.19
 
This page took 0.055768 seconds and 4 git commands to generate.