]> git.pld-linux.org Git - packages/perl-CORBA-IOP-IOR.git/blame - perl-CORBA-IOP-IOR.spec
use generic url
[packages/perl-CORBA-IOP-IOR.git] / perl-CORBA-IOP-IOR.spec
CommitLineData
f039065f 1%define pdir CORBA
2%define pnam IOP-IOR
410ba998 3%include /usr/lib/rpm/macros.perl
30993811 4Summary: CORBA::IOP::IOR - decode, munge, and re-encode CORBA IORs
410ba998 5Summary(pl.UTF-8): CORBA::IOP::IOR - rozkodowanie, transformacja i ponowne zakodowanie
609b7224 6Name: perl-CORBA-IOP-IOR
7Version: 0.1
56157621 8Release: 12
512ad878 9License: GPL
609b7224 10Group: Development/Languages/Perl
973f3e98 11Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
2f3a500f 12# Source0-md5: f023de34d86dee8b76eff1785910e27b
9be72d2a 13Patch0: %{name}-paths.patch
410ba998 14URL: http://search.cpan.org/dist/CORBA-IOP-IOR/
48874269 15BuildRequires: perl-devel >= 1:5.8.0
410ba998 16BuildRequires: rpm-perlprov >= 4.1-13
c2fc121f 17BuildArch: noarch
60723962 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
609b7224 19
20%description
30993811 21CORBA::IOP::IOR is Perl module that decodes, munges, and re-encodes
22CORBA IORs.
f583271b 23
400b8837
JR
24%description -l pl.UTF-8
25CORBA::IOP::IOR jest modułem Perla, który rozkodowuje, transformuje i
30993811 26ponownie koduje IOR-y CORBA.
f583271b 27
609b7224 28%prep
37fcf48f 29%setup -q -n %{pdir}-%{pnam}-%{version}
a5c13751 30%patch0 -p1
609b7224 31
32%build
3c0a3db8 33%{__perl} Makefile.PL \
c3e23d42 34 INSTALLDIRS=vendor
30f2c744 35%{__make}
609b7224 36
37%install
38rm -rf $RPM_BUILD_ROOT
6ea30f19 39install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
609b7224 40
20c599dd 41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
609b7224 43
410ba998 44cp -p examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
609b7224 45
609b7224 46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
f583271b 51%doc README
3c0a3db8 52%{perl_vendorlib}/CORBA
6ea30f19 53%dir %{_examplesdir}/%{name}-%{version}
54%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/*
This page took 0.083584 seconds and 4 git commands to generate.