SPECS: screem.spec - merged from DEVEL

patrys patrys at pld-linux.org
Thu Nov 3 12:20:29 CET 2005


Author: patrys                       Date: Thu Nov  3 11:20:29 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- merged from DEVEL

---- Files affected:
SPECS:
   screem.spec (1.69 -> 1.70) 

---- Diffs:

================================================================
Index: SPECS/screem.spec
diff -u SPECS/screem.spec:1.69 SPECS/screem.spec:1.70
--- SPECS/screem.spec:1.69	Thu Nov  3 11:50:27 2005
+++ SPECS/screem.spec	Thu Nov  3 12:20:24 2005
@@ -1,13 +1,11 @@
 # $Revision$, $Date$
 
-# TODO
-# - take a look at libenchant - a unified wrapper for spellcheckers
 Summary:	Web Site CReating and Editing EnvironMent
 Summary(pl):	Środowisko do tworzenia i edycji serwisów WWW
 Name:		screem
 Version:	0.16.0
-Release:	1
-License:	GPL
+Release:	0.1
+License:	GPL v2+
 Group:		X11/Applications/Editors
 Source0:	http://dl.sourceforge.net/screem/%{name}-%{version}.tar.gz
 # Source0-md5:	31fdaad416d1d845fc267d8c27d59036
@@ -15,9 +13,10 @@
 URL:		http://www.screem.org/
 BuildRequires:	GConf2-devel >= 2.2.0
 BuildRequires:	automake
-BuildRequires:	dbus-glib-devel >= 0.33
+BuildRequires:	dbus-glib-devel >= 0.22
+BuildRequires:	enchant-devel >= 1.1.6
 BuildRequires:	gdk-pixbuf-devel >= 2.2.0
-BuildRequires:	gnome-menus-devel >= 2.12.0
+BuildRequires:	gnome-menus-devel >= 2.10.0
 BuildRequires:	gnome-vfs2-devel >= 2.8.3
 BuildRequires:	gtk+2-devel >= 2:2.6.4
 BuildRequires:	gtksourceview-devel >= 1.2.0
@@ -30,8 +29,10 @@
 BuildRequires:	libgnomeui-devel >= 2.6.0
 BuildRequires:	libgtkhtml-devel >= 2.4.3
 BuildRequires:	libxml2-devel >= 2.4.3
+BuildRequires:	pkgconfig
 BuildRequires:	rpmbuild(macros) >= 1.197
 BuildRequires:	scrollkeeper
+BuildRequires:	startup-notification-devel >= 0.5
 Requires(post,preun):	GConf2
 Requires(post,postun):	desktop-file-utils
 Requires(post,postun):	scrollkeeper
@@ -47,6 +48,22 @@
 SCREEM (Site CReating and Editing EnvironMent) jest zintegrowanym
 środowiskiem do tworzenia i prowadzenia serwisów i stron WWW.
 
+%package devel
+Summary:	SCREEM header files
+Summary(pl):	Pliki nagłówkowe SCREEM
+Group:		X11/Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	gnome-vfs2-devel >= 2.8.3
+Requires:	gtk+2-devel >= 2:2.6.4
+Requires:	gtksourceview-devel >= 1.2.0
+Requires:	libxml2-devel >= 2.4.3
+
+%description devel
+SCREEM header files for plugin development.
+
+%description devel -l pl
+Pliki nagłówkowe SCREEM do tworzenia wtyczek.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -55,6 +72,7 @@
 cp -f /usr/share/automake/config.* .
 %configure \
 	--enable-dbus \
+	--enable-enchant \
 	--disable-update-mime \
 	--disable-update-desktop \
 	--disable-schemas-install
@@ -70,6 +88,7 @@
 #remove useless files
 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/*.la
 rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/no
+rm -r $RPM_BUILD_ROOT%{_datadir}/application-registry
 
 %find_lang %{name} --with-gnome
 
@@ -103,17 +122,25 @@
 %attr(755,root,root) %{_libdir}/screem/plugins/*.so
 %{_datadir}/screem
 %{_pixmapsdir}/*
-%{_sysconfdir}/gconf/schemas/*
+%{_sysconfdir}/gconf/schemas/screem.schemas
 %{_datadir}/mime/packages/*
 %{_desktopdir}/screem.desktop
 %{_omf_dest_dir}/%{name}
 
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/%{name}
+%{_pkgconfigdir}/*.pc
+
 %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.70  2005/11/03 11:20:24  patrys
+- merged from DEVEL
+
 Revision 1.69  2005/11/03 10:50:27  patrys
 - up to 0.16.0
 - TODO added
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/screem.spec?r1=1.69&r2=1.70&f=u




More information about the pld-cvs-commit mailing list