SPECS: geany.spec - call libtoolize (+BR: libtool) - devel subpkg - adapter...

adamg adamg at pld-linux.org
Mon Jun 23 22:36:26 CEST 2008


Author: adamg                        Date: Mon Jun 23 20:36:26 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- call libtoolize (+BR: libtool)
- devel subpkg
- adapterized
- release 2

---- Files affected:
SPECS:
   geany.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: SPECS/geany.spec
diff -u SPECS/geany.spec:1.26 SPECS/geany.spec:1.27
--- SPECS/geany.spec:1.26	Mon Jun 23 22:00:03 2008
+++ SPECS/geany.spec	Mon Jun 23 22:36:21 2008
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8):	Szybkie i lekkie IDE używające GTK+2
 Name:		geany
 Version:	0.14
-Release:	1
+Release:	2
 License:	GPL v2+
 Group:		Development/Tools
 Source0:	http://dl.sourceforge.net/geany/%{name}-%{version}.tar.bz2
@@ -15,6 +15,7 @@
 BuildRequires:	gettext-devel
 BuildRequires:	gtk+2-devel >= 2:2.4.0
 BuildRequires:	libstdc++-devel
+BuildRequires:	libtool
 BuildRequires:	pkgconfig
 BuildRequires:	vte-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -54,6 +55,18 @@
   Pascal
 - wykazy symboli
 
+%package devel
+Summary:	Header files for geany
+Summary(pl.UTF-8):	Pliki nagłówkowe dla geany
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for geany.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe dla geany.
+
 %package plugin-classbuilder
 Summary:	Plugin for class maintenance in geany
 Summary(pl.UTF-8):	Wtyczka do zarządzenia klasami w geany
@@ -62,7 +75,7 @@
 %description plugin-classbuilder
 Plugin that allows maintenance of classes within geany.
 
-%description plugin-classbuilder -l pl.UTF-8 
+%description plugin-classbuilder -l pl.UTF-8
 Wtyczka pozwalająca na zarządzanie klasami w geany.
 
 %package plugin-export
@@ -113,7 +126,7 @@
 
 %package plugin-vcdiff
 Summary:	Version Control Diff plugin
-Summary(pl.UTF-8):	Wtyczka Version Control Diff	
+Summary(pl.UTF-8):	Wtyczka Version Control Diff
 Group:		Libraries
 
 %description plugin-vcdiff
@@ -135,6 +148,7 @@
 
 %build
 %{__glib_gettextize}
+%{__libtoolize}
 %{__aclocal}
 %{__autoheader}
 %{__autoconf}
@@ -165,7 +179,13 @@
 %{_pixmapsdir}/%{name}.png
 %{_mandir}/man1/%{name}.1*
 %dir %{_libdir}/%{name}
-%doc %{_defaultdocdir}/%{name}-%{version}
+%doc %{_docdir}/%{name}-%{version}
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/%{name}
+%{_libdir}/%{name}/*.la
+%{_pkgconfigdir}/*.pc
 
 %files plugin-classbuilder
 %defattr(644,root,root,755)
@@ -205,6 +225,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2008/06/23 20:36:21  adamg
+- call libtoolize (+BR: libtool)
+- devel subpkg
+- adapterized
+- release 2
+
 Revision 1.26  2008/06/23 20:00:03  adamg
 - dummy commit; seems like fetchsrc_request stopped working
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/geany.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list