rpms/geanyvc/devel geanyvc.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Pierre-YvesChibon pingou at fedoraproject.org
Thu Apr 2 08:56:12 UTC 2009


Author: pingou

Update of /cvs/pkgs/rpms/geanyvc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14650/devel

Modified Files:
	.cvsignore sources 
Added Files:
	geanyvc.spec import.log 
Log Message:
Original import



--- NEW FILE geanyvc.spec ---
Name:           geanyvc
Version:        0.5
Release:        2%{?dist}
Summary:        Version Controler plugin for geany

Group:          Development/Languages
License:        GPLv2+
URL:            http://plugins.geany.org/geanyvc/
Source0:        http://users.cosmostv.by/yurand/geanyvc/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  geany-devel >= 0.15 gettext intltool
Requires:       geany

%description
geanyvc is plugin that provides a uniform way of accessing the different
version-control systems inside Geany IDE. Only small subset of vc is 
implemented, but, hey, you don't need anything besides diff, log, status,
revert and commit most time.

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

rm  $RPM_BUILD_ROOT%{_libdir}/geany/geanyvc.la

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING README THANKS TODO
%{_libdir}/geany/

%changelog
* Wed Mar 04 2009 Pingou <pingou at pingoured.fr> 0.5-2
- Add intltool in the BR
- Change license to GPLv2+ has it should be

* Wed Mar 04 2009 Pingou <pingou at pingoured.fr> 0.5-1
- Update to 0.5 for geant 0.16

* Fri Feb 13 2009 Pingou <pingou at pingoured.fr> 0.4-1
- First RPM for Fedora



--- NEW FILE import.log ---
geanyvc-0_5-2_fc10:HEAD:geanyvc-0.5-2.fc10.src.rpm:1238662510


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/geanyvc/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Apr 2009 16:39:38 -0000	1.1
+++ .cvsignore	2 Apr 2009 08:55:42 -0000	1.2
@@ -0,0 +1 @@
+geanyvc-0.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/geanyvc/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Apr 2009 16:39:38 -0000	1.1
+++ sources	2 Apr 2009 08:55:42 -0000	1.2
@@ -0,0 +1 @@
+643b4b8ac313754e05c2e60db9c2713c  geanyvc-0.5.tar.gz




More information about the fedora-extras-commits mailing list