rpms/ibus-table-extraphrase/devel ibus-table-extraphrase.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Caius Chance cchance at fedoraproject.org
Sun Apr 19 04:39:31 UTC 2009


Author: cchance

Update of /cvs/pkgs/rpms/ibus-table-extraphrase/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21778/devel

Modified Files:
	.cvsignore sources 
Added Files:
	ibus-table-extraphrase.spec import.log 
Log Message:
first commit, splited from ibus-table



--- NEW FILE ibus-table-extraphrase.spec ---
%bcond_without bootstrap

Name:           ibus-table-extraphrase
Version:        1.1.0.20090415
Release:        2%{?dist}
Summary:        Extra phrase for ibus-table
License:        GPLv3+
Group:          System Environment/Libraries
URL:            http://code.google.com/p/ibus/
Source0:        http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

# for noarch pkgconfig
BuildRequires:  ibus-table >= 1.1.0.20090220-5
%if %{with bootstrap}
BuildRequires:  gettext-devel >= 0.17, automake >= 1.10.2
%endif
Requires(post): ibus-table > 1.1.0

%description
Extra phrase data for IBus-Table engine.

This is released under released under GPLv3.

%prep
%setup -q

%build
export IBUS_TABLE_CREATEDB="%{_bindir}/ibus-table-createdb --no-create-index"
%if %{with bootstrap}
./autogen.sh \
    --prefix=%{_prefix} \
    --libdir=%{_libdir} \
%else
%configure \
%endif

#    --enable-extraphrase
make %{?_smp_mflags}

%install
%__rm -rf %{buildroot}
make install \
  DESTDIR=%{buildroot} \
  INSTALL="install -p" \
  pkgconfigdir=%{_datadir}/pkgconfig

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
%{_datadir}/pkgconfig/ibus-table-extraphrase.pc
%{_datadir}/ibus-table/data/extra_phrase.txt

%changelog
* Wed Apr 15 2009 Caius 'kaio' Chance <cchance at redhat.com> - 1.1.0.20090415-2.fc11
- Removed invalid verification bypass of extra_phrase.txt.
- Refined spec file.

* Wed Apr 15 2009 Caius 'kaio' Chance <cchance at redhat.com> - 1.1.0.20090415-1.fc11
- Updated to latest source from upstream.

* Tue Apr 14 2009 Caius 'kaio' Chance <cchance at redhat.com> - 1.1.0.20090406-3.fc11
- Relocated pkgconfig spec file to /usr/share/pkgconfig.

* Wed Apr 08 2009 Caius 'kaio' Chance <cchance at redhat.com> - 1.1.0.20090406-2.fc11
- Fixed wrong libdir of pkgconfig spec file.

* Mon Apr 06 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090406-1.fc11
- Update to the latest source tarball.
- Added ChangeLog to be doc.

* Tue Mar 31 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090327-2.fc11
- Corrected extra_phrase.txt installation destination.
- Update license tag to GPLv3+.

* Mon Mar 27 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090327-1.fc11
- Resolves: rhbz#488175
- Splited from ibus-table.


--- NEW FILE import.log ---
ibus-table-extraphrase-1_1_0_20090415-2_fc11:HEAD:ibus-table-extraphrase-1.1.0.20090415-2.fc11.src.rpm:1240115760


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-extraphrase/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Apr 2009 16:34:37 -0000	1.1
+++ .cvsignore	19 Apr 2009 04:39:00 -0000	1.2
@@ -0,0 +1 @@
+ibus-table-extraphrase-1.1.0.20090415.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-extraphrase/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Apr 2009 16:34:37 -0000	1.1
+++ sources	19 Apr 2009 04:39:00 -0000	1.2
@@ -0,0 +1 @@
+c2f951fed13d626f4fc29fcdd7ac74ba  ibus-table-extraphrase-1.1.0.20090415.tar.gz




More information about the fedora-extras-commits mailing list