SPECS: varconf.spec - removed outdated ac patch - fixed packaging - LGPL ve...
qboosh
qboosh at pld-linux.org
Sat Jan 17 21:42:03 CET 2009
Author: qboosh Date: Sat Jan 17 20:42:03 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- removed outdated ac patch
- fixed packaging
- LGPL version
---- Files affected:
SPECS:
varconf.spec (1.24 -> 1.25)
---- Diffs:
================================================================
Index: SPECS/varconf.spec
diff -u SPECS/varconf.spec:1.24 SPECS/varconf.spec:1.25
--- SPECS/varconf.spec:1.24 Sat Jan 17 21:09:44 2009
+++ SPECS/varconf.spec Sat Jan 17 21:41:57 2009
@@ -4,12 +4,11 @@
Name: varconf
Version: 0.6.5
Release: 0.1
-License: LGPL
+License: LGPL v2.1+
Group: Libraries
Source0: http://dl.sourceforge.net/worldforge/%{name}-%{version}.tar.bz2
# Source0-md5: 24af36732c1c3addca4de60a10a6e945
-Patch0: %{name}-ac.patch
-Patch1: %{name}-gcc43.patch
+Patch0: %{name}-gcc43.patch
URL: http://www.worldforge.org/dev/eng/libraries/varconf/
BuildRequires: autoconf
BuildRequires: automake
@@ -72,8 +71,7 @@
%prep
%setup -q
-#patch0 -p1
-%patch1 -p1
+%patch0 -p1
%build
%{__libtoolize}
@@ -81,7 +79,8 @@
%{__autoheader}
%{__autoconf}
%{__automake}
-%configure
+%configure \
+ --enable-static
%{__make}
%install
@@ -99,20 +98,19 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog README
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/libvarconf-1.0.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libvarconf-1.0.so.6
%files devel
%defattr(644,root,root,755)
-#attr(755,root,root) %{_bindir}/varconf-config
-%attr(755,root,root) %{_libdir}/lib*.so
-%attr(755,root,root) %{_libdir}/lib*.so.6
-%{_includedir}/varconf-1.0/varconf
+%attr(755,root,root) %{_libdir}/libvarconf-1.0.so
+%{_libdir}/libvarconf-1.0.la
+%{_includedir}/varconf-1.0
%{_pkgconfigdir}/varconf-1.0.pc
-#{_aclocaldir}/varconf.m4
%files static
%defattr(644,root,root,755)
-%{_libdir}/lib*.la
+%{_libdir}/libvarconf-1.0.a
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -120,6 +118,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.25 2009/01/17 20:41:57 qboosh
+- removed outdated ac patch
+- fixed packaging
+- LGPL version
+
Revision 1.24 2009/01/17 20:09:44 duddits
- up to 0.6.5
- gcc43.patch added (see: http://bugs.gentoo.org/245667)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/varconf.spec?r1=1.24&r2=1.25&f=u
More information about the pld-cvs-commit
mailing list