rpms/gtksourcecompletion/EL-5 gtksourcecompletion.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michel Alexandre Salim salimma at fedoraproject.org
Wed Feb 11 01:35:56 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/gtksourcecompletion/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21279/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	gtksourcecompletion.spec 
Log Message:
* Thu Feb  5 2009 Michel Salim <salimma at fedoraproject.org> - 0.5.2-1
- Initial package



--- NEW FILE gtksourcecompletion.spec ---
Name:           gtksourcecompletion
Version:        0.5.2
Release:        1%{?dist}
Summary:        Completion support for GtkSourceView

Group:          System Environment/Libraries
# Note: wrong license file supplied
# https://sourceforge.net/tracker2/?func=detail&aid=2582250&group_id=212508&atid=1022021
License:        LGPLv2+
URL:            http://gtksourcecomple.sourceforge.net/
Source0:        http://dl.sourceforge.net/gtksourcecomple/gtksourcecompletion-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtksourceview2-devel libglade2-devel
BuildRequires:  intltool gettext perl(XML::Parser)
#Requires:       

%description
GtkSourceCompletion is a code completion library for GtkSourceView.


%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       pkgconfig

%description    devel
GtkSourceCompletion is a code completion library for GtkSourceView.

The gtksourcecompletion-devel package contains libraries and header
files for developing applications that use GtkSourceCoompletion


%package        doc
Summary:        Documentation files for %{name}
Group:          Documentation
Requires:       %{name} = %{version}-%{release}
Requires:       gtk-doc

%description    doc
GtkSourceCompletion is a code completion library for GtkSourceView.

The gtksourcecompletion-doc package contains documentation for
GtkSourceCompletion.


%prep
%setup -q


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files -f %{name}.lang
%defattr(-,root,root,-)
# COPYING is wrong, not bundling for now
%doc AUTHORS ChangeLog README TODO
%{_libdir}/*.so.*
%{_datadir}/gtksourcecompletion

%files devel
%defattr(-,root,root,-)
%doc
%{_includedir}/gtksourcecompletion-1.0
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%files doc
%defattr(-,root,root,-)
%doc
%{_datadir}/gtk-doc/html/gtksourcecompletion-1.0


%changelog
* Thu Feb  5 2009 Michel Salim <salimma at fedoraproject.org> - 0.5.2-1
- Initial package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gtksourcecompletion/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Feb 2009 22:31:29 -0000	1.1
+++ .cvsignore	11 Feb 2009 01:35:26 -0000	1.2
@@ -0,0 +1 @@
+gtksourcecompletion-0.5.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gtksourcecompletion/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Feb 2009 22:31:29 -0000	1.1
+++ sources	11 Feb 2009 01:35:26 -0000	1.2
@@ -0,0 +1 @@
+b031896ce03bef4ca711f9b1e0a34544  gtksourcecompletion-0.5.2.tar.gz




More information about the fedora-extras-commits mailing list