SPECS: prelude-lml.spec - killed static (static plugins are useles...
qboosh
qboosh at pld-linux.org
Sun Jan 14 22:36:05 CET 2007
Author: qboosh Date: Sun Jan 14 21:36:05 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- killed static (static plugins are useless)
- -libs merged into base (plugins are useless without program)
- -devel doesn't require program; but it R: libprelude-devel
---- Files affected:
SPECS:
prelude-lml.spec (1.15 -> 1.16)
---- Diffs:
================================================================
Index: SPECS/prelude-lml.spec
diff -u SPECS/prelude-lml.spec:1.15 SPECS/prelude-lml.spec:1.16
--- SPECS/prelude-lml.spec:1.15 Sun Jan 14 21:51:58 2007
+++ SPECS/prelude-lml.spec Sun Jan 14 22:36:00 2007
@@ -22,7 +22,6 @@
BuildRequires: rpmbuild(macros) >= 1.268
Requires(post,preun): /sbin/chkconfig
Requires: rc-scripts
-Requires: %{name}-libs = %{version}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -35,22 +34,11 @@
Prelude. Prelude LML może także używać sysloga, aby nasłuchiwał danych
od innych aplikacji, takich jak NTSyslog.
-%package libs
-Summary: Prelude-lml shared libraries
-Summary(pl): Biblioteki dzielone prelude-lml
-Group: Libraries
-
-%description libs
-Prelude-lml shared libraries.
-
-%description libs -l pl
-Biblioteki dzielone prelude-lml.
-
%package devel
Summary: Header files for prelude-lml
Summary(pl): Pliki nagłówkowe dla prelude-lml
Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: libprelude-devel >= 0.9.0
%description devel
Header files for prelude-lml.
@@ -58,25 +46,11 @@
%description devel -l pl
Pliki nagłówkowe dla prelude-lml.
-%package static
-Summary: Static prelude-lml library
-Summary(pl): Statyczna biblioteka prelude-lml
-Group: Development/Libraries
-Requires: %{name}-devel = %{version}-%{release}
-
-%description static
-Static prelude-lml library.
-
-%description static -l pl
-Statyczna biblioteka prelude-lml.
-
%prep
%setup -q
%build
%configure \
- --enable-shared \
- --enable-static \
--with%{!?with_fam:out}-fam \
--%{!?with_unsupported_rulesets:dis}%{?with_unsupported_rulesets:en}able-unsupported_rulesets
%{__make}
@@ -120,6 +94,8 @@
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
%attr(755,root,root) %{_bindir}/%{name}
+%dir %{_libdir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/*.so
%attr(754,root,root) /etc/rc.d/init.d/%{name}
%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
%dir %{_sysconfdir}/%{name}
@@ -127,25 +103,21 @@
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/*.*
%{_sysconfdir}/%{name}/ruleset
-%files libs
-%defattr(644,root,root,755)
-%dir %{_libdir}/%{name}
-%attr(755,root,root) %{_libdir}/%{name}/*.so
-
%files devel
%defattr(644,root,root,755)
%{_includedir}/%{name}
-%files static
-%defattr(644,root,root,755)
-%{_libdir}/%{name}/*.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.16 2007/01/14 21:36:00 qboosh
+- killed static (static plugins are useless)
+- -libs merged into base (plugins are useless without program)
+- -devel doesn't require program; but it R: libprelude-devel
+
Revision 1.15 2007/01/14 20:51:58 qboosh
- bcond descs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/prelude-lml.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list