rpms/translation-filter/F-9 translation-filter.spec, NONE, 1.1 sources, 1.1, 1.2

Kushal Das (kushal) fedora-extras-commits at redhat.com
Tue Aug 12 12:37:58 UTC 2008


Author: kushal

Update of /cvs/extras/rpms/translation-filter/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4447

Modified Files:
	sources 
Added Files:
	translation-filter.spec 
Log Message:
New build


--- NEW FILE translation-filter.spec ---
# sitelib for noarch packages, sitearch for others (remove the unneeded one)
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           translation-filter
Version:        0.0.2
Release:        2%{?dist}
Summary:        A l10n file filter

Group:          Development/Languages
License:        GPLv2
URL:            http://kushaldas.in
Source0:        http://kushal.fedorapeople.org/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel, python-setuptools, PyQt4-devel, desktop-file-utils
Requires:       PyQt4

%description
A l10n file filter to check translations

%prep
%setup -q


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
desktop-file-install --vendor="fedora"                    \
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications           \
%{buildroot}/%{_datadir}/applications/translation-filter.desktop
rm -rf %{buildroot}/%{_datadir}/applications/translation-filter.desktop

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc docs/README docs/ChangeLog docs/COPYING 
# For noarch packages: sitelib
%{python_sitelib}/*
%{_bindir}/*
%{_datadir}/*

%changelog
* Mon Aug 11 2008 Kushal Das <kushal at fedoraproject.org> 0.0.2-2
- Fixed BR and LICENSE issue

* Wed Aug 06 2008 Kushal Das <kushal at fedoraproject.org> 0.0.2-1
- New version 

* Mon Aug 04 2008 Kushal Das <kushal at fedoraproject.org> 0.0.1-1
- Initial release



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/translation-filter/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Aug 2008 17:23:12 -0000	1.1
+++ sources	12 Aug 2008 12:37:27 -0000	1.2
@@ -0,0 +1 @@
+ca6b4bf23f0745e6717905b3d62b32b0  translation-filter-0.0.2.tar.gz




More information about the fedora-extras-commits mailing list