]> git.pld-linux.org Git - packages/ktoblzcheck.git/commitdiff
- new AC-branch AC-STABLE auto/ac/ktoblzcheck-1_7-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 24 Oct 2005 22:14:08 +0000 (22:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ktoblzcheck.spec -> 1.1

ktoblzcheck.spec [new file with mode: 0644]

diff --git a/ktoblzcheck.spec b/ktoblzcheck.spec
new file mode 100644 (file)
index 0000000..cc28644
--- /dev/null
@@ -0,0 +1,117 @@
+Summary:       A library to check account numbers and bank codes of German banks
+Summary(pl):   Biblioteka do sprawdzania numerów kont i kodów bankowych niemieckich banków
+Name:          ktoblzcheck
+Version:       1.7
+Release:       1
+License:       LGPL v2+
+Group:         Libraries
+Source0:       http://dl.sourceforge.net/ktoblzcheck/%{name}-%{version}.tar.gz
+# Source0-md5: a538e6c860a289aa1a9615993a21692b
+URL:           http://ktoblzcheck.sourceforge.net/
+BuildRequires: libstdc++-devel
+BuildRequires: python-devel >= 2.3
+BuildRequires: rpm-pythonprov
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+KtoBLZCheck is a library to check account numbers and bank codes of
+German banks.
+
+Both a library for other programs as well as a short command-line tool
+is available. It is possible to check pairs of account numbers and
+bank codes (BLZ) of German banks, and to map bank codes (BLZ) to the
+clear-text name and location of the bank.
+
+%description -l pl
+KtoBLZCheck to biblioteka do sprawdzania numerów kont i kodów
+bankowych niemieckich banków.
+
+Dostêpna jest zarówno biblioteka jak i proste narzêdzie dzia³aj±ce z
+linii poleceñ. Pozwalaj± na sprawdzenie par numerów kont i kodów
+bankowych (BLZ) niemieckich banków oraz na zamianê kodów bankowych
+(BLZ) na tekstow± nazwê oraz lokalizacjê banku.
+
+%package devel
+Summary:       Header files for KtoBLZCheck library
+Summary(pl):   Pliki nag³ówkowe biblioteki KtoBLZCheck
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+Requires:      libstdc++-devel
+
+%description devel
+Header files for KtoBLZCheck library.
+
+%description devel -l pl
+Pliki nag³ówkowe biblioteki KtoBLZCheck.
+
+%package static
+Summary:       Static KtoBLZCheck library
+Summary(pl):   Statyczna biblioteka KtoBLZCheck
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static KtoBLZCheck library.
+
+%description static -l pl
+Statyczna biblioteka KtoBLZCheck.
+
+%package -n python-ktoblzcheck
+Summary:       Python binding for KtoBLZCheck library
+Summary(pl):   Wi±zanie Pythona dla biblioteki KtoBLZCheck
+Group:         Development/Languages/Python
+Requires:      %{name} = %{version}-%{release}
+Requires:      python-ctypes
+
+%description -n python-ktoblzcheck
+Python binding for KtoBLZCheck library.
+
+%description -n python-ktoblzcheck -l pl
+Wi±zanie Pythona dla biblioteki KtoBLZCheck.
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --enable-python \
+       --enable-static
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/ktoblzcheck.py
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/ktoblzcheck
+%attr(755,root,root) %{_libdir}/libktoblzcheck.so.*.*.*
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/*.txt
+%attr(755,root,root) %{_datadir}/%{name}/*.pl
+%{_mandir}/man1/ktoblzcheck.1*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libktoblzcheck.so
+%{_libdir}/libktoblzcheck.la
+%{_includedir}/*.h
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libktoblzcheck.a
+
+%files -n python-ktoblzcheck
+%defattr(644,root,root,755)
+%{py_sitescriptdir}/ktoblzcheck.py[co]
This page took 0.11048 seconds and 4 git commands to generate.