SPECS: owfs.spec - unified, added epoch to internal deps - man3 pa...

qboosh qboosh at pld-linux.org
Mon Apr 2 23:27:40 CEST 2007


Author: qboosh                       Date: Mon Apr  2 21:27:40 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unified, added epoch to internal deps
- man3 pages moved to -devel

---- Files affected:
SPECS:
   owfs.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/owfs.spec
diff -u SPECS/owfs.spec:1.8 SPECS/owfs.spec:1.9
--- SPECS/owfs.spec:1.8	Mon Apr  2 23:03:53 2007
+++ SPECS/owfs.spec	Mon Apr  2 23:27:35 2007
@@ -1,6 +1,5 @@
 # $Revision$, $Date$
 #
-#
 # Conditional build:
 %bcond_without	libusb		# build without USB support
 %bcond_without	owphp		# build without PHP support
@@ -9,7 +8,6 @@
 %bcond_without	owftpd		# build without owftpd support
 %bcond_without	ownfsd		# build without ownfs support
 #
-
 Summary:	One-wire file system using FUSE
 Summary(pl.UTF-8):	System plików 1-Wire wykorzystujący FUSE
 Name:		owfs
@@ -26,7 +24,7 @@
 BuildRequires:	libtool
 %{?with_libusb:BuildRequires:	libusb-devel >= 0.1.5}
 %{?with_owphp:BuildRequires:	swig-php }
-Requires:       %{name}-libs = %{version}-%{release}
+Requires:       %{name}-libs = %{epoch}:%{version}-%{release}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -42,8 +40,8 @@
   czujniki oraz wypisanie danych.
 
 %package libs
-Summary:	Shared gcc library
-Summary(pl.UTF-8):	Biblioteka gcc
+Summary:	Shared owfs library
+Summary(pl.UTF-8):	Biblioteka owfs
 License:	LGPL
 Group:		Libraries
 Obsoletes:	owfs-lib
@@ -59,7 +57,7 @@
 Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki owfs
 License:	LGPL
 Group:		Development/Libraries
-Requires:       %{name}-libs = %{version}-%{release}
+Requires:       %{name}-libs = %{epoch}:%{version}-%{release}
 
 %description devel
 Header files for owfs library.
@@ -71,7 +69,7 @@
 Summary:        Static owfs library
 Summary(pl):    Statyczna biblioteka owfs
 Group:          Development/Libraries
-Requires:       %{name}-devel = %{version}-%{release}
+Requires:       %{name}-devel = %{epoch}:%{version}-%{release}
 
 %description static
 Static owfs library.
@@ -80,7 +78,7 @@
 Statyczna biblioteka owfs.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
 %build
 %{__libtoolize}
@@ -129,7 +127,6 @@
 %doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
-%{_mandir}/man3/*
 %{_mandir}/man5/*
 %{_mandir}/mann/*
 
@@ -137,15 +134,16 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 
-%files static
-%defattr(644,root,root,755)
-%{_libdir}/lib*.a
-
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
 %{_includedir}/*
+%{_mandir}/man3/*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -153,6 +151,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2007/04/02 21:27:35  qboosh
+- unified, added epoch to internal deps
+- man3 pages moved to -devel
+
 Revision 1.8  2007/04/02 21:03:53  shadzik
 - Epoch 2
 - remove %dir owning for _mandir
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/owfs.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list