SPECS: libnotify.spec - added link patch (so -devel doesn't requir...

qboosh qboosh at pld-linux.org
Mon Oct 10 20:15:16 CEST 2005


Author: qboosh                       Date: Mon Oct 10 18:15:15 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added link patch (so -devel doesn't require popt-devel)
- library license is LGPL

---- Files affected:
SPECS:
   libnotify.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/libnotify.spec
diff -u SPECS/libnotify.spec:1.5 SPECS/libnotify.spec:1.6
--- SPECS/libnotify.spec:1.5	Mon Oct 10 19:59:03 2005
+++ SPECS/libnotify.spec	Mon Oct 10 20:15:10 2005
@@ -4,14 +4,18 @@
 Name:		libnotify
 Version:	0.2.2
 Release:	0.1
-License:	GPL
+License:	LGPL v2.1+ (library), GPL v2+ (tools)
 Group:		Applications/System
 Source0:	http://www.galago-project.org/files/releases/source/libnotify/%{name}-%{version}.tar.gz
 # Source0-md5:	cbf2ff0a8a62eb1f310367a0a174a273
+Patch0:		%{name}-link.patch
 URL:		http://www.galago-project.org/
+BuildRequires:	autoconf >= 2.50
+BuildRequires:	automake
 BuildRequires:	dbus-glib-devel >= 0.30
 BuildRequires:	glib2-devel >= 2.2.2
-#gtk+2-devel >= 2.0.0 (only checked for, not used)
+#gtk+2-devel >= 2.0.0 (only for tests which are not packaged)
+BuildRequires:	libtool
 BuildRequires:	pkgconfig
 BuildRequires:	popt-devel
 Requires:	dbus-glib >= 0.30
@@ -32,6 +36,7 @@
 %package devel
 Summary:	libnotify header files
 Summary(pl):	Pliki nagłówkowe biblioteki libnotify
+License:	LGPL v2.1+
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 Requires:	dbus-glib-devel >= 0.30
@@ -45,6 +50,7 @@
 %package static
 Summary:	Static libnotify library
 Summary(pl):	Statyczna biblioteka libnotify
+License:	LGPL v2.1+
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
@@ -56,8 +62,14 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -75,7 +87,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog COPYING README
+%doc AUTHORS ChangeLog NEWS
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
@@ -96,6 +108,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2005/10/10 18:15:10  qboosh
+- added link patch (so -devel doesn't require popt-devel)
+- library license is LGPL
+
 Revision 1.5  2005/10/10 17:59:03  qboosh
 - BR: dbus-glib-devel,popt-devel,pkgconfig; -devel R: dbus-glib-devel
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libnotify.spec?r1=1.5&r2=1.6&f=u




More information about the pld-cvs-commit mailing list