rpms/gedit-vala/devel gedit-vala.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:52:53 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/gedit-vala/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22568/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gedit-vala.spec 
Log Message:
Initial import of gedit-vala



--- NEW FILE gedit-vala.spec ---
%define upstream_name vtg

Name:           gedit-vala
Version:        0.3.2
Release:        3%{?dist}
Summary:        Vala Toys for gEdit

Group:          Applications/Editors
License:        GPLv2+
URL:            http://code.google.com/p/vtg/
Source0:        http://vtg.googlecode.com/files/vtg-0.3.2.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gedit-devel vala-devel
BuildRequires:  gnome-build-devel gtksourcecompletion-devel
BuildRequires:  intltool perl(XML::Parser)
BuildRequires:  readline-devel 
Requires:       gedit

%description
Vala Toys for gEdit is an experimental collection of plugins that
extends the gEdit editor to make it a better programmer editor for the
Vala language.

Vtg tries to make less compromises as possible so, for now, its scope
is narrowed only to support Vala.

It is written in Vala and it is currently composed of just one plugin
with four modules:

    * Bracket completion module
    * Symbol completion module
    * Project Manager - based on the gnome build framework library
    * Project builder / executer 


%prep
%setup -q -n %{upstream_name}-%{version}


%build
%configure
# this switch is ignored right now
# --docdir=%{_docdir}/%{name}-%{version}
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT vtgdocdir=%{_docdir}/%{name}-%{version}
%find_lang %{upstream_name}


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{upstream_name}.lang
%defattr(-,root,root,-)
%doc %{_docdir}/%{name}-%{version}
%{_bindir}/*
%exclude %{_libdir}/gedit-2/plugins/*.la
%{_libdir}/gedit-2/plugins/*
%{_datadir}/vtg
%{_mandir}/man1/*


%changelog
* Mon Feb  9 2009 Michel Salim <salimma at fedoraproject.org> - 0.3.2-3
- Fix documentation path

* Mon Feb  9 2009 Michel Salim <salimma at fedoraproject.org> - 0.3.2-2
- Rename vtg to the more descriptive gedit-vala

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gedit-vala/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Feb 2009 22:32:21 -0000	1.1
+++ .cvsignore	11 Feb 2009 01:52:23 -0000	1.2
@@ -0,0 +1 @@
+vtg-0.3.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gedit-vala/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Feb 2009 22:32:21 -0000	1.1
+++ sources	11 Feb 2009 01:52:23 -0000	1.2
@@ -0,0 +1 @@
+132006e82ed6cce5b5ed6ee10b2b63ab  vtg-0.3.2.tar.bz2




More information about the scm-commits mailing list