SPECS: doodle.spec - various PLD-style fixes

saq saq at pld-linux.org
Sat Dec 10 15:23:55 CET 2005


Author: saq                          Date: Sat Dec 10 14:23:55 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- various PLD-style fixes

---- Files affected:
SPECS:
   doodle.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/doodle.spec
diff -u SPECS/doodle.spec:1.1 SPECS/doodle.spec:1.2
--- SPECS/doodle.spec:1.1	Sat Dec 10 14:17:57 2005
+++ SPECS/doodle.spec	Sat Dec 10 15:23:48 2005
@@ -1,4 +1,5 @@
 # $Revision$, $Date$
+#
 # Conditional build:
 %bcond_without  static_libs     # don't build static library
 
@@ -14,10 +15,11 @@
 URL:		http://gnunet.org/doodle/
 BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake
+BuildRequires:	fam-devel
 BuildRequires:	gettext-devel >= 0.14.5
-BuildRequires:	libtool
 BuildRequires:	libextractor-devel
-Requires:	doodle-libs = %{version}-%{release}
+BuildRequires:	libtool
+Requires:	%{name}-libs = %{version}-%{release}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -47,7 +49,6 @@
 Summary:	Doodle library
 Summary(pl):	Biblioteka doodle'a
 Group:		Development/Libraries
-Requires:	libextractor
 
 %description libs
 A doodle library.
@@ -93,34 +94,38 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post libs  -p /sbin/ldconfig
-%postun libs -p /sbin/ldconfig
+%post	libs -p /sbin/ldconfig
+%postun	libs -p /sbin/ldconfig
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/doodle*
+%{_mandir}/man1/doodle*
 
 %files devel
 %defattr(644,root,root,755)
 %{_libdir}/lib*.la
+%{_libdir}/lib*.so
 %{_includedir}/*
 %{_mandir}/man3/*
 
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files static
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.a
-
-%files -f %{name}.lang
-%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_bindir}/doodle*
-%{_mandir}/man1/doodle*
+%{_libdir}/lib*.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 $Log$
+Revision 1.2  2005/12/10 14:23:48  saq
+- various PLD-style fixes
+
 Revision 1.1  2005/12/10 13:17:57  blekot
 - init, raw
 - new from Maciej Witaszek <maciek2w at gmail dot com>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/doodle.spec?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list