rpms/geany-plugins/F-11 .cvsignore, 1.2, 1.3 geany-plugins.spec, 1.2, 1.3 sources, 1.2, 1.3

Dominic Hopf dmaphy at fedoraproject.org
Sat Oct 31 16:46:16 UTC 2009


Author: dmaphy

Update of /cvs/pkgs/rpms/geany-plugins/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11451

Modified Files:
	.cvsignore geany-plugins.spec sources 
Log Message:
New upstream release of Geany-Plugins



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/geany-plugins/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	31 Jul 2009 19:49:42 -0000	1.2
+++ .cvsignore	31 Oct 2009 16:46:15 -0000	1.3
@@ -1 +1 @@
-geany-plugins-0.17.1.tar.gz
+geany-plugins-0.18.tar.bz2


Index: geany-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/geany-plugins/F-11/geany-plugins.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- geany-plugins.spec	16 Aug 2009 21:03:49 -0000	1.2
+++ geany-plugins.spec	31 Oct 2009 16:46:16 -0000	1.3
@@ -2,14 +2,14 @@
 %global req_geany_ver 0.18
 
 Name:           geany-plugins
-Version:        0.17.1
-Release:        5%{?dist}
+Version:        0.18
+Release:        1%{?dist}
 Summary:        Plugins for Geany
 
 Group:          Development/Tools
 License:        GPLv2+
 URL:            http://plugins.geany.org/
-Source0:        http://plugins.geany.org/geany-plugins/geany-plugins-%{version}.tar.gz
+Source0:        http://plugins.geany.org/geany-plugins/geany-plugins-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  geany-devel >= %{req_geany_ver} gettext intltool pkgconfig
@@ -167,6 +167,39 @@ Spellcheck checks the selected text (or 
 library Enchant
 
 
+%package geanydoc
+Summary:   Call documentation from within Geany
+Group:     Development/Tools
+Requires:  geany >= %{req_geany_ver}
+Requires:  geany-plugins-common = %{version}-%{release}
+
+%description geanydoc
+Geanydoc allows you to execute specific commands on the word under the cursor.
+This word is passed as an argument to the command. The output of the command
+can either be placed into a special buffer called "DOC" or can be used to
+execute an external program. Geanydoc is intended to be used for searching
+through API documentation.
+
+
+%package geanyprj
+Summary:   Provides an alternate project management tool for Geany
+Group:     Development/Tools
+Requires:  geany >= %{req_geany_ver}
+Requires:  geany-plugins-common = %{version}-%{release}
+
+%description geanyprj
+Geanyprj provides an alternate project management approach to Geany's built-in
+project facility. The idea is to be less a "session manager" as the built-in
+project management does: It allows/requires you to manually open and close
+project and allows you to store project files in different locations from
+project sources.
+
+Geanyprj takes a different approach:
+It never saves session information, so that project files can be stored in
+version control without constant noise from changes of opened files or cursor
+position. You also will never have to open/close projects manually. If a
+*.geanyprj file is found somewhere up in path it will be opened automatically.
+
 
 %prep
 %setup -q
@@ -254,7 +287,22 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/geany/spellcheck.so
 
 
+%files geanydoc
+%defattr(-,root,root,-)
+%doc %{geany_plug_docdir}/geanydoc/
+%{_libdir}/geany/geanydoc.so
+
+
+%files geanyprj
+%defattr(-,root,root,-)
+%doc %{geany_plug_docdir}/geanyprj/
+%{_libdir}/geany/geanyprj.so
+
+
 %changelog
+* Sat Oct 31 2009 Dominic Hopf <dmaphy at fedoraproject.org> 0.18-1
+- update to new upstream release
+
 * Sat Aug 16 2009 Dominic Hopf <dmaphy at fedoraproject.org> 0.17.1-5
 - build against and require geany 0.18
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/geany-plugins/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	31 Jul 2009 19:49:42 -0000	1.2
+++ sources	31 Oct 2009 16:46:16 -0000	1.3
@@ -1 +1 @@
-9587a8d8680c73833c7c55b9e1fd58aa  geany-plugins-0.17.1.tar.gz
+bf069562a8cf3c3bd48b7282bcce3bc3  geany-plugins-0.18.tar.bz2




More information about the fedora-extras-commits mailing list