rpms/verbiste/devel verbiste.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Thu Apr 14 20:51:13 UTC 2005


Author: icon

Update of /cvs/extras/rpms/verbiste/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21229/devel

Modified Files:
	.cvsignore sources 
Added Files:
	verbiste.spec 
Log Message:
auto-import verbiste-0.1.10-3 on branch devel from verbiste-0.1.10-3.src.rpm


--- NEW FILE verbiste.spec ---
Name:           verbiste
Version:        0.1.10
Release:        3
Summary:        French conjugation system

Group:          Applications/Text
License:        GPL
URL:            http://sarrazip.com/dev/verbiste.html
Source:         http://www3.sympatico.ca/sarrazip/dev/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires:  libxml2-devel, gnome-panel-devel
BuildRequires:  desktop-file-utils

%description
This C++ library contains a database of French conjugation templates
and a list of more than 6800 regular and irregular French verbs
with their corresponding template.  One can obtain the complete
conjugation for a verb from its infinitive form, and to obtain
the mode, tense and person from a conjugated verb.  The library
comes with two command-line tools named french-conjugator and
french-deconjugator (see their manual pages).


%package devel
Summary:        C++ development files for the Verbiste library
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       libxml2-devel

%description devel
C++ development files for the Verbiste library.


%package gnome
Summary:        GNOME Panel applet for Verbiste
Group:          Applications/Text
Requires:       %{name} = %{version}-%{release}

%description gnome
GNOME Panel applet and application based on Verbiste.


%prep
%setup -q


%build
%configure --with-gnome --disable-maintainer-mode
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
rm -rf %{buildroot}%{_defaultdocdir}
rm -f %{buildroot}%{_libdir}/*.la
desktop-file-install \
  --delete-original                                     \
  --vendor fedora                                       \
  --dir %{buildroot}%{_datadir}/applications            \
  --add-category X-Fedora                               \
  %{buildroot}%{_datadir}/applications/%{name}.desktop
%find_lang %{name}


%clean
rm -rf %{buildroot}


%post -p /sbin/ldconfig


%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc doc/*
%{_libdir}/*so.*
%{_mandir}/man*/*
%{_mandir}/*/man*/*
%{_bindir}/french-*
%{_datadir}/verbiste*


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


%files gnome -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/verbiste
%{_libexecdir}/*
%{_libdir}/bonobo/servers/*
%{_datadir}/pixmaps/*
%{_datadir}/applications/*


%changelog
* Tue Apr 12 2005 Konstantin Ryabitsev <icon at linux.duke.edu> - 0.1.10-3
- Require version-release instead of just version for -devel and -gnome.
- Require gnome-panel-devel instead of libgnomeui-devel

* Tue Apr 12 2005 Konstantin Ryabitsev <icon at linux.duke.edu> - 0.1.10-2
- Use find_lang.
- Require libxml2-devel in -devel.

* Tue Apr 12 2005 Konstantin Ryabitsev <icon at linux.duke.edu> - 0.1.10-1
- Adapt the specfile to conform to the Fedora Extras standard.
- Create the changelog section.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/verbiste/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Apr 2005 20:50:47 -0000	1.1
+++ .cvsignore	14 Apr 2005 20:51:11 -0000	1.2
@@ -0,0 +1 @@
+verbiste-0.1.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/verbiste/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Apr 2005 20:50:47 -0000	1.1
+++ sources	14 Apr 2005 20:51:11 -0000	1.2
@@ -0,0 +1 @@
+774728e27d20f7916acd49ec92e824b0  verbiste-0.1.10.tar.gz




More information about the fedora-extras-commits mailing list