rpms/geany-plugins/devel .cvsignore, 1.3, 1.4 geany-plugins.spec, 1.3, 1.4 sources, 1.3, 1.4

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


Author: dmaphy

Update of /cvs/pkgs/rpms/geany-plugins/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14054

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/geany-plugins/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	10 Aug 2009 19:31:36 -0000	1.3
+++ .cvsignore	31 Oct 2009 16:53:49 -0000	1.4
@@ -1 +1 @@
-geany-plugins-0.17.1.tar.bz2
+geany-plugins-0.18.tar.bz2


Index: geany-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/geany-plugins/devel/geany-plugins.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- geany-plugins.spec	16 Aug 2009 21:08:19 -0000	1.3
+++ geany-plugins.spec	31 Oct 2009 16:53:50 -0000	1.4
@@ -2,8 +2,8 @@
 %global req_geany_ver 0.18
 
 Name:           geany-plugins
-Version:        0.17.1
-Release:        6%{?dist}
+Version:        0.18
+Release:        1%{?dist}
 Summary:        Plugins for Geany
 
 Group:          Development/Tools
@@ -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-6
 - build against and require geany 0.18
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/geany-plugins/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	10 Aug 2009 19:31:36 -0000	1.3
+++ sources	31 Oct 2009 16:53:50 -0000	1.4
@@ -1 +1 @@
-cf69cdb50917609915240f5d2ba4e2d7  geany-plugins-0.17.1.tar.bz2
+bf069562a8cf3c3bd48b7282bcce3bc3  geany-plugins-0.18.tar.bz2




More information about the fedora-extras-commits mailing list